Notice (8) : Trying to access array offset on value of type null [APP/Controller/AppController.php , line 605 ]Code Context
if ( $result [ "status" ] == 'success' ) {
$addr = '18.190.159.202'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 429
[protected] cookies => null
[protected] reasonPhrase => 'Too Many Requests'
[protected] _xml => null
[protected] _json => null
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Ttl' => [
[maximum depth reached]
],
'X-Rl' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-length' => 'Content-Length',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-ttl' => 'X-Ttl',
'x-rl' => 'X-Rl'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = null App\Controller\AppController::setCountryIpapi() - APP/Controller/AppController.php, line 605
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 359
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : trim() expects parameter 1 to be string, array given [APP/Controller/AppController.php , line 933 ]Code Context $addr = '18.190.159.202'
$apikey = 'bdc_0d4c46fd01c1439b8a353d885a12b28e'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 403
[protected] cookies => null
[protected] reasonPhrase => 'Forbidden'
[protected] _xml => null
[protected] _json => [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Response-Time-ms' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-response-time-ms' => 'X-Response-Time-ms'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
$geo = [
'country_code' => '',
'country_name' => '',
'continent_id' => '',
'continent_name' => '',
'city' => '',
'latitude' => (float) 0,
'longitude' => (float) 0,
'region_code_array' => [
(int) 0 => ''
],
'region_code' => '',
'region_name' => ''
]
$adminLevel2 = null
$adminLevel1 = null
$administrative = []
$regionCode = ''
$regionName = '' trim - [internal], line ??
array_map - [internal], line ??
App\Controller\AppController::setCountryBigdatacloud() - APP/Controller/AppController.php, line 933
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 363
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php , line 174 ]Code Context true ,
true
);
$cookie_name = 'Config'
$cookie_value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_time = (int) 31536000
$session = object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 31536000
[protected] _isCLI => false
}
$session_value = []
$value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_value_json = '{"host_country":"","country_id":"","country_name":false,"country_conventional_name":"","region_name":"","region_conventional_name":"","region_iso2":"","region_unique_code":"-","city":"","continent_id":"","continent_name":"","lat":"0","lon":"0","timezone":"","currency_code":"","currency_symbol":"","lang":"spa","web_version":"es","web_version_name":"Espa\u00f1a"}' setcookie - [internal], line ??
App\Controller\AppController::writeCookie() - APP/Controller/AppController.php, line 174
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 119
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Warning (512) : Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-trace').style.display = (document.getElementById('cakeErr67f4627ab50a8-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4627ab50a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-code').style.display = (document.getElementById('cakeErr67f4627ab50a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-context').style.display = (document.getElementById('cakeErr67f4627ab50a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab50a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4627ab50a8-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
We demand a San Mateo that celebrates life, not death | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46742"/>
<meta name="description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="keywords" content="defensa animales,derechos animales,antitaurinos,veganismo,veganos,chile,argentina,colombia,españa,venezuela,méxico,ecuador,perú"/><meta property="og:title" content="We demand a San Mateo that celebrates life, not death"/><meta property="og:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta property="og:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta name="twitter:image:alt" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "We demand a San Mateo that celebrates life, not death","alternativeHeadline": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","keywords": ["defensa animales","derechos animales","antitaurinos","veganismo","veganos","chile","argentina","colombia","españa","venezuela","méxico","ecuador","perú"],"image": "https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg","author": "AnimaNaturalis","genre": "Tauromaquia","url": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"},"datePublished": "23/9/24, 20:27","dateCreated": "23/9/24, 20:27","dateModified": "1/10/24, 13:57","description": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","articleBody": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<style>.donate-form-section{background-image: url("/img/donate/bg-lidia.jpg") !important;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46742" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46742" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/alertas">Alertas</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/tauromaquia">Tauromaquia</a></li><li class="breadcrumb-item active"><span>We demand a San Mateo that celebrates life, not death</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">We demand a San Mateo that celebrates life, not death</h1></div><p>Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">23 septiembre 2024</div><div class="pub-location text-end">Logroño, España.</div> </div>
</div>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-12">
<picture class="pb-4">
<img src="/img/posts/small/202409/P23-37373.jpg" itemprop="image" data-src="/img/posts/full/202409/P23-37373.jpg" class="img-fluid mb-4 lazy-img" alt=""/> </picture>
</div>
</div>
</div>
<article class="content-main">
<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
</article>
</div>
</div>
</div>
</section>
<section class="donate-form-section pt-5 mt-4" id="donate">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-7 col-sm-12">
<div class="row">
<div class="col-md-12">
<div class="content-body p-3">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div> <div class="donate-form-toggle mb-4">
<div class="btn-group" role="group">
<button class="btn btn-toggle-once active" type="button">Hacer un donativo</button>
<button class="btn btn-toggle-monthly" type="button">Donar cada mes</button>
</div>
</div>
<div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="07" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1744069242"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-trace').style.display = (document.getElementById('cakeErr67f4627ab2f1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr67f4627ab2f1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-code').style.display = (document.getElementById('cakeErr67f4627ab2f1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-context').style.display = (document.getElementById('cakeErr67f4627ab2f1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab2f1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr67f4627ab2f1f-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-trace').style.display = (document.getElementById('cakeErr67f4627ab39ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr67f4627ab39ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-code').style.display = (document.getElementById('cakeErr67f4627ab39ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-context').style.display = (document.getElementById('cakeErr67f4627ab39ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab39ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr67f4627ab39ca-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section> </div>
</div>
</div>
</div>
<div class="col-xl-7 col-lg-6 col-md-5 col-sm-12">
<div class="content-head">
<div class="p-3"> </div>
</div>
</div>
</div>
</div>
</section><section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Bull death prohibited in Mexico City: First step toward ending bullfighting?" data-src="/img/posts/med/202503/P19-20592.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?">Bull death prohibited in Mexico City: First step toward ending bullfighting?</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-51-19" itemprop="datePublished">2025-51-19</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="77% of spaniards demand an end to bullfighting and 80% reject hunting" data-src="/img/posts/med/202502/P27-37590.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting">77% of spaniards demand an end to bullfighting and 80% reject hunting</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-11-27" itemprop="datePublished">2025-11-27</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Historic victory: 715,606 signatures declare bullfighting is not our culture!" data-src="/img/posts/med/202502/P17-13671.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!">Historic victory: 715,606 signatures declare bullfighting is not our culture!</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-29-16" itemprop="datePublished">2025-29-16</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Is Torture Cultural? Half a Million Spaniards Say No" data-src="/img/posts/med/202501/P28-30187.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No">Is Torture Cultural? Half a Million Spaniards Say No</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-19-28" itemprop="datePublished">2025-19-28</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-trace').style.display = (document.getElementById('cakeErr67f4627ab50a8-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4627ab50a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-code').style.display = (document.getElementById('cakeErr67f4627ab50a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-context').style.display = (document.getElementById('cakeErr67f4627ab50a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab50a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4627ab50a8-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
We demand a San Mateo that celebrates life, not death | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46742"/>
<meta name="description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="keywords" content="defensa animales,derechos animales,antitaurinos,veganismo,veganos,chile,argentina,colombia,españa,venezuela,méxico,ecuador,perú"/><meta property="og:title" content="We demand a San Mateo that celebrates life, not death"/><meta property="og:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta property="og:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta name="twitter:image:alt" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "We demand a San Mateo that celebrates life, not death","alternativeHeadline": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","keywords": ["defensa animales","derechos animales","antitaurinos","veganismo","veganos","chile","argentina","colombia","españa","venezuela","méxico","ecuador","perú"],"image": "https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg","author": "AnimaNaturalis","genre": "Tauromaquia","url": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"},"datePublished": "23/9/24, 20:27","dateCreated": "23/9/24, 20:27","dateModified": "1/10/24, 13:57","description": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","articleBody": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<style>.donate-form-section{background-image: url("/img/donate/bg-lidia.jpg") !important;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46742" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46742" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/alertas">Alertas</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/tauromaquia">Tauromaquia</a></li><li class="breadcrumb-item active"><span>We demand a San Mateo that celebrates life, not death</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">We demand a San Mateo that celebrates life, not death</h1></div><p>Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">23 septiembre 2024</div><div class="pub-location text-end">Logroño, España.</div> </div>
</div>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-12">
<picture class="pb-4">
<img src="/img/posts/small/202409/P23-37373.jpg" itemprop="image" data-src="/img/posts/full/202409/P23-37373.jpg" class="img-fluid mb-4 lazy-img" alt=""/> </picture>
</div>
</div>
</div>
<article class="content-main">
<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
</article>
</div>
</div>
</div>
</section>
<section class="donate-form-section pt-5 mt-4" id="donate">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-7 col-sm-12">
<div class="row">
<div class="col-md-12">
<div class="content-body p-3">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div> <div class="donate-form-toggle mb-4">
<div class="btn-group" role="group">
<button class="btn btn-toggle-once active" type="button">Hacer un donativo</button>
<button class="btn btn-toggle-monthly" type="button">Donar cada mes</button>
</div>
</div>
<div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="07" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1744069242"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-trace').style.display = (document.getElementById('cakeErr67f4627ab2f1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr67f4627ab2f1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-code').style.display = (document.getElementById('cakeErr67f4627ab2f1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-context').style.display = (document.getElementById('cakeErr67f4627ab2f1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab2f1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr67f4627ab2f1f-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-trace').style.display = (document.getElementById('cakeErr67f4627ab39ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr67f4627ab39ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-code').style.display = (document.getElementById('cakeErr67f4627ab39ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-context').style.display = (document.getElementById('cakeErr67f4627ab39ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab39ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr67f4627ab39ca-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section> </div>
</div>
</div>
</div>
<div class="col-xl-7 col-lg-6 col-md-5 col-sm-12">
<div class="content-head">
<div class="p-3"> </div>
</div>
</div>
</div>
</div>
</section><section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Bull death prohibited in Mexico City: First step toward ending bullfighting?" data-src="/img/posts/med/202503/P19-20592.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?">Bull death prohibited in Mexico City: First step toward ending bullfighting?</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-51-19" itemprop="datePublished">2025-51-19</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="77% of spaniards demand an end to bullfighting and 80% reject hunting" data-src="/img/posts/med/202502/P27-37590.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting">77% of spaniards demand an end to bullfighting and 80% reject hunting</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-11-27" itemprop="datePublished">2025-11-27</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Historic victory: 715,606 signatures declare bullfighting is not our culture!" data-src="/img/posts/med/202502/P17-13671.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!">Historic victory: 715,606 signatures declare bullfighting is not our culture!</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-29-16" itemprop="datePublished">2025-29-16</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Is Torture Cultural? Half a Million Spaniards Say No" data-src="/img/posts/med/202501/P28-30187.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No">Is Torture Cultural? Half a Million Spaniards Say No</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-19-28" itemprop="datePublished">2025-19-28</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 181 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-trace').style.display = (document.getElementById('cakeErr67f4627ab50a8-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4627ab50a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-code').style.display = (document.getElementById('cakeErr67f4627ab50a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab50a8-context').style.display = (document.getElementById('cakeErr67f4627ab50a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab50a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4627ab50a8-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
We demand a San Mateo that celebrates life, not death | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46742"/>
<meta name="description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="keywords" content="defensa animales,derechos animales,antitaurinos,veganismo,veganos,chile,argentina,colombia,españa,venezuela,méxico,ecuador,perú"/><meta property="og:title" content="We demand a San Mateo that celebrates life, not death"/><meta property="og:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta property="og:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:description" content="Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg"/><meta name="twitter:image:alt" content="We demand a San Mateo that celebrates life, not death"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "We demand a San Mateo that celebrates life, not death","alternativeHeadline": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","keywords": ["defensa animales","derechos animales","antitaurinos","veganismo","veganos","chile","argentina","colombia","españa","venezuela","méxico","ecuador","perú"],"image": "https://www.animanaturalis.org/img/posts/med/202409/P23-37373.jpg","author": "AnimaNaturalis","genre": "Tauromaquia","url": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46742/We-demand-a-San-Mateo-that-celebrates-life-not-death"},"datePublished": "23/9/24, 20:27","dateCreated": "23/9/24, 20:27","dateModified": "1/10/24, 13:57","description": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","articleBody": "Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<style>.donate-form-section{background-image: url("/img/donate/bg-lidia.jpg") !important;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46742" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46742" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/alertas">Alertas</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/tauromaquia">Tauromaquia</a></li><li class="breadcrumb-item active"><span>We demand a San Mateo that celebrates life, not death</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">We demand a San Mateo that celebrates life, not death</h1></div><p>Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">23 septiembre 2024</div><div class="pub-location text-end">Logroño, España.</div> </div>
</div>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-12">
<picture class="pb-4">
<img src="/img/posts/small/202409/P23-37373.jpg" itemprop="image" data-src="/img/posts/full/202409/P23-37373.jpg" class="img-fluid mb-4 lazy-img" alt=""/> </picture>
</div>
</div>
</div>
<article class="content-main">
<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
</article>
</div>
</div>
</div>
</section>
<section class="donate-form-section pt-5 mt-4" id="donate">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-7 col-sm-12">
<div class="row">
<div class="col-md-12">
<div class="content-body p-3">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div> <div class="donate-form-toggle mb-4">
<div class="btn-group" role="group">
<button class="btn btn-toggle-once active" type="button">Hacer un donativo</button>
<button class="btn btn-toggle-monthly" type="button">Donar cada mes</button>
</div>
</div>
<div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="07" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1744069242"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-trace').style.display = (document.getElementById('cakeErr67f4627ab2f1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr67f4627ab2f1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-code').style.display = (document.getElementById('cakeErr67f4627ab2f1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab2f1f-context').style.display = (document.getElementById('cakeErr67f4627ab2f1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab2f1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr67f4627ab2f1f-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-trace').style.display = (document.getElementById('cakeErr67f4627ab39ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr67f4627ab39ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-code').style.display = (document.getElementById('cakeErr67f4627ab39ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4627ab39ca-context').style.display = (document.getElementById('cakeErr67f4627ab39ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4627ab39ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr67f4627ab39ca-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'widget' => 'both'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logro&ntilde;o&rsquo;s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>&quot;The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,&quot;</em> said <strong>Inma de Ima&ntilde;a</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture&rsquo;s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>&quot;Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,&quot;</em> says Inma de <strong>Ima&ntilde;a</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logro&ntilde;o, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this &quot;business&quot; would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business&#39;s profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like N&aacute;jera and Rinc&oacute;n de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>&quot;The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,&quot;</em> says <strong>A&iuml;da Gasc&oacute;n</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&amp;O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>&quot;Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,&quot;</em> adds <strong>Gasc&oacute;n</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logro&ntilde;o and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$widget = 'both'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/article-donate-tail.ctp, line 121
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/display.ctp, line 461
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section> </div>
</div>
</div>
</div>
<div class="col-xl-7 col-lg-6 col-md-5 col-sm-12">
<div class="content-head">
<div class="p-3"> </div>
</div>
</div>
</div>
</div>
</section><section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Bull death prohibited in Mexico City: First step toward ending bullfighting?" data-src="/img/posts/med/202503/P19-20592.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46833/Bull-death-prohibited-in-Mexico-City-First-step-toward-ending-bullfighting" title="Bull death prohibited in Mexico City: First step toward ending bullfighting?">Bull death prohibited in Mexico City: First step toward ending bullfighting?</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-51-19" itemprop="datePublished">2025-51-19</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="77% of spaniards demand an end to bullfighting and 80% reject hunting" data-src="/img/posts/med/202502/P27-37590.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46812/77-of-spaniards-demand-an-end-to-bullfighting-and-80-reject-hunting" title="77% of spaniards demand an end to bullfighting and 80% reject hunting">77% of spaniards demand an end to bullfighting and 80% reject hunting</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-11-27" itemprop="datePublished">2025-11-27</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Historic victory: 715,606 signatures declare bullfighting is not our culture!" data-src="/img/posts/med/202502/P17-13671.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46805/Historic-victory-715-606-signatures-declare-bullfighting-is-not-our-culture" title="Historic victory: 715,606 signatures declare bullfighting is not our culture!">Historic victory: 715,606 signatures declare bullfighting is not our culture!</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-29-16" itemprop="datePublished">2025-29-16</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Is Torture Cultural? Half a Million Spaniards Say No" data-src="/img/posts/med/202501/P28-30187.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Tauromaquia</strong><h5 itemprop="name"><a href="/n/46797/Is-Torture-Cultural-Half-a-Million-Spaniards-Say-No" title="Is Torture Cultural? Half a Million Spaniards Say No">Is Torture Cultural? Half a Million Spaniards Say No</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2025-19-28" itemprop="datePublished">2025-19-28</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => 'f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 210 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => 'f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => 'f548081c023c25c67c46eeb19567bdca13a734fdec166695c7929857df4822435a5cee5e3ac186f0422455addac42aedfe86a1276c855a2671f8d6460309e373',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Template/Layout/default.ctp , line 116 ]Code Context
header ( "Content-Type: text/html;charset=utf-8" );
$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
],
'host_address' => '18.190.159.202',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46742,
'ref' => 'we-demand-a-san-mateo-that-celebrates-life-not-death',
'channel' => (int) 1,
'type' => null,
'title' => 'We demand a San Mateo that celebrates life, not death',
'descr' => 'Each year, the San Mateo festivities in Logroño bring an ethical conflict between the celebration of life and the unnecessary death of animals in bullrings. AnimaNaturalis and CAS International call for the abolition of bullfights and the promotion of cruelty-free festivities.',
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1837804031361569279"></a></blockquote></p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p><blockquote class="twitter-tweet" data-lang="es" align="center"><a href="https://twitter.com/i/status/1838196456835969206"></a></blockquote></p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
',
'country_id' => 'ES',
'region_id' => 'ES-RI',
'location_id' => null,
'location' => 'Logroño',
'address' => '',
'lat' => '42.4627195',
'lon' => '-2.4449852',
'image' => '202409/P23-37373.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"donate_tail":"lidia","theme":"","render":"","css":"","palette":"","color_scheme":{"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"header_image":"","chunks_tight":"content,prefix,blocks","chunks_wide":"postfix,sign_bar,posts,donations","reverse_order":"0","hero_style":"image","hero_asset":"","header":"","prefix":"","blocks":{"1":{"h1":"","text":""},"2":{"h1":"","text":""},"3":{"h1":"","text":""},"4":{"h1":"","text":""}},"postfix":"","footer":"","post_node_id":"","hashtag":"","tweet":"","thumb":"","donations_block_title":"","donations_block_descr":"","donations_block_item":"","donations_block_type":""}',
'tag' => null,
'meta_title' => '',
'meta_descr' => '',
'meta_key' => '',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 2532,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, <strong>AnimaNaturalis</strong> and <strong>CAS International</strong> have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.</p>
<p><em>"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context,"</em> said <strong>Inma de Imaña</strong>, coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.</p>
<p>Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. <strong>In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.</strong></p>
<p>https://x.com/AnimaNaturalis/status/1837804031361569279</p>
<h2>The Popular Legislative Initiative: #NoEsMiCultura</h2>
<p>This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the <strong>Popular Legislative Initiative (PLI) #NoEsMiCultura</strong>, spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.</p>
<p><em>"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage,"</em> says Inma de <strong>Imaña</strong>. Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.</p>
<p>Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.</p>
<p>https://x.com/AnimaNaturalis/status/1838196456835969206</p>
<p>Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.</p>
<p>In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.</p>
<h2>The only solution is the end of bullfighting</h2>
<p>The vision of <strong>AnimaNaturalis</strong> is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. <em>"The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just,"</em> says <strong>Aïda Gascón</strong>, director of AnimaNaturalis in Spain.</p>
<p>The data speaks for itself: a recent Ipsos I&O Public study, conducted for <strong>CAS International</strong>, revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.</p>
<p><em>"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights,"</em> adds <strong>Gascón</strong>. As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.</p>
<p><strong>AnimaNaturalis</strong> continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the <strong>PLI #NoEsMiCultura</strong>, supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.</p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'descr' => '',
'position' => (int) 1,
'level' => (int) 2,
'lft' => (int) 31,
'rght' => (int) 32,
'channel' => 'posts',
'type' => 'node',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 229,
'num' => (int) 1403,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1121,
'ref' => 'tauromaquia',
'parent_id' => (int) 1113,
'title' => 'Tauromaquia',
'lft' => (int) 31,
'rght' => (int) 32,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = [
'donate_tail' => 'lidia',
'theme' => '',
'render' => '',
'css' => '',
'palette' => '',
'color_scheme' => [
(int) 1 => '',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'header_image' => '',
'chunks_tight' => 'content,prefix,blocks',
'chunks_wide' => 'postfix,sign_bar,posts,donations',
'reverse_order' => '0',
'hero_style' => 'image',
'hero_asset' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => '',
'text' => ''
],
(int) 2 => [
'h1' => '',
'text' => ''
],
(int) 3 => [
'h1' => '',
'text' => ''
],
(int) 4 => [
'h1' => '',
'text' => ''
]
],
'postfix' => '',
'footer' => '',
'post_node_id' => '',
'hashtag' => '',
'tweet' => '',
'thumb' => '',
'donations_block_title' => '',
'donations_block_descr' => '',
'donations_block_item' => '',
'donations_block_type' => ''
]
$host_address = '18.190.159.202'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
] header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
We demand a San Mateo that celebrates life, not death | AnimaNaturalis
23 septiembre 2024
Logroño, España.
Amidst the joy and celebrations of the grape harvest and San Mateo, critical voices rise questioning the continuation of bullfighting, a spectacle that many believe no longer fits in a society progressing towards greater ethical awareness. This year, AnimaNaturalis and CAS International have once again protested in Logroño’s Plaza del Mercado, demanding an end to bullfights, an event that stains the festivities with blood and cruelty.
"The grape harvest is a time to celebrate life, work, and community. There is no room for torture and death in this context," said Inma de Imaña , coordinator of AnimaNaturalis in La Rioja. This opinion reflects a stance increasingly shared by a significant portion of the Spanish population. According to data from a BBVA Foundation study in 2022, almost 80% of Spaniards oppose the use of animals in bullfighting, a figure that highlights the growing rejection of such spectacles.
Despite this, bullfights remain a central event in the San Mateo festivities. Nationally, Spain, along with France and Portugal, is one of the few European countries where bullfighting remains legal, despite its visibly declining popularity. The Ministry of Culture’s Cultural Statistics Yearbook indicates that bullfights in Spanish arenas dropped from 2,684 in 2009 to 1,425 in 2019, showing a clear downward trend. In La Rioja, 52 bullfighting events involving the death of the animal were held in 2008, while by 2023, the number had dropped to 25, almost half.
The Popular Legislative Initiative: #NoEsMiCultura
This year marked a milestone in the fight for the abolition of bullfighting with the introduction of the Popular Legislative Initiative (PLI) #NoEsMiCultura , spearheaded by AnimaNaturalis and other organizations. The goal is to collect 500,000 signatures to repeal Law 18/2013, which declares bullfighting as cultural heritage. Eliminating this protection would return the power to regional and local governments to ban these cruel practices.
"Despite legal obstacles, we are convinced that the PLI #NoEsMiCultura will succeed in repealing the declaration of bullfighting as cultural heritage," says Inma de Imaña . Bullfighting has survived thanks to a combination of institutional support and public subsidies that cover the financial deficits of many bullrings. In cities like Logroño, spending on bullfights exceeds 240,000 euros per event, and without the economic support of city councils, this "business" would be unsustainable.
Public subsidies are, without a doubt, the lifeline for most bullrings in La Rioja, where the business's profitability is scarce, and the costs are exorbitant. In municipalities like Alfaro and Haro, bullfighting events would not be possible without the backing of local institutions, which allocate thousands of euros in public money to keep this tradition alive. However, more and more voices are questioning the legitimacy of these subsidies, especially in times of economic crisis, when the priority should be the well-being of citizens.
Bullfighting defenders argue that these festivities are part of the cultural identity and a source of entertainment for many people in La Rioja. However, the constant decline in attendance and the growing social rejection of animal abuse have reduced demand at the box office, making the dependency on public funds even more evident. This adds to the difficulties in marketing the meat from the bulls, generating more expenses for entrepreneurs, who, in many cases, end up with losses at the end of the season.
In response to this situation, some towns are opting for more modest events or even seeking less costly alternatives to traditional bullfights. In places like Nájera and Rincón de Soto, non-picador bullfights and subsidized festivals are presented as more viable solutions. Nonetheless, the debate on the sustainability and appropriateness of financing a publicly funded activity that has ever-decreasing public support remains, and it will continue to be a topic of controversy in the region.
The only solution is the end of bullfighting
The vision of AnimaNaturalis is clear: a San Mateo festival without bullfights is possible, and society is more than ready for it. "The festivities can be celebrated without animal cruelty. More and more people understand that violence against animals has no place in a society that aspires to be compassionate and just," says Aïda Gascón , director of AnimaNaturalis in Spain.
The data speaks for itself: a recent Ipsos I&O Public study, conducted for CAS International , revealed that 77% of respondents in Spain, France, and Portugal believe that bullfighting causes too much suffering to animals, and only 11% see it as an entertaining practice. This growing sensitivity toward animal welfare shows that culture and tradition can evolve towards more ethical and responsible forms of celebration.
"Scientific evidence and animal welfare regulations should be enough to open an unavoidable debate about the continuation of bullfights," adds Gascón . As social pressure mounts and support for bullfighting dwindles, bullfights are increasingly seen as an anachronism in a country facing the challenge of cultural modernization.
AnimaNaturalis continues to work towards ensuring that the last bull in Logroño and across Spain remains alive. The organization invites everyone to join the fight by signing the PLI #NoEsMiCultura , supporting the end of subsidies for bullfights, and participating in actions that promote more compassionate celebrations. Only through collective commitment can we leave behind a tradition based on violence and move towards a fairer society for all, humans and animals alike.
Tauromaquia AnimaNaturalis 2025-51-19 Tauromaquia AnimaNaturalis 2025-11-27 Tauromaquia AnimaNaturalis 2025-29-16 Tauromaquia AnimaNaturalis 2025-19-28
© 2003- 2025, AnimaNaturalis Internacional , organización iberoamericana para la defensa de los derechos de todos los animales.