Notice (8) : Undefined variable: mejorOferta [ROOT/plugins/Ventas/src/Controller/CarritosController.php , line 101 ]Code Context // para dar flexibilidad total al aplicar descuentos.
$dtoAbsoluto = $mejorOferta ? $mejorOferta -> dto_absoluto : null ;
if ( $dtoAbsoluto > $totalCarrito ) { $compraArray = []
$compra = object(Ventas\Model\Entity\Compra) {
'ip' => '216.73.216.138',
'usuario_id' => null,
'direccion_id' => null,
'fiscal_direccion_id' => null,
'carritos' => [
(int) 0 => object(Ventas\Model\Entity\Carrito) {}
],
'ref' => '26-000002',
'ref_pago' => '260210115508',
'base' => (float) 10.74,
'iva' => (float) 2.25,
'rec_equiv' => (float) 0,
're' => false,
'fecha' => '2026-02-10',
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [
'ip' => true,
'usuario_id' => true,
'direccion_id' => true,
'fiscal_direccion_id' => true,
'carritos' => true,
'ref' => true,
'ref_pago' => true,
'base' => true,
'iva' => true,
'rec_equiv' => true,
're' => true,
'fecha' => true
],
'[original]' => [
'rec_equiv' => (float) 0,
'iva' => (float) 0,
'base' => (float) 0
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Ventas.Compras'
}
$carrito = object(Ventas\Model\Entity\Carrito) {
'cantidad' => (float) 1,
'bloqueo_cantidad' => false,
'notas' => null,
'producto_id' => '0eed1eb8-f065-42f4-a611-720bf1cdd435',
'precio' => (float) 12.99,
'dto_porcentaje' => (int) 0,
'dto_absoluto' => (int) 0,
'iva' => (float) 21,
'rec_equiv' => (float) 0,
'producto' => object(Almacen\Model\Entity\Producto) {},
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [
'cantidad' => true,
'bloqueo_cantidad' => true,
'notas' => true,
'producto_id' => true,
'precio' => true,
'dto_porcentaje' => true,
'dto_absoluto' => true,
'iva' => true,
'rec_equiv' => true,
'producto' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Ventas.Carritos'
}
$key_carrito = (int) 0 Ventas\Controller\CarritosController::index() - ROOT/plugins/Ventas/src/Controller/CarritosController.php, line 101
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
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 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\BodyParserMiddleware::__invoke() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 135
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\EncryptedCookieMiddleware::__invoke() - CORE/src/Http/Middleware/EncryptedCookieMiddleware.php, line 90
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\SecurityHeadersMiddleware::__invoke() - CORE/src/Http/Middleware/SecurityHeadersMiddleware.php, line 254
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Notice (8) : Undefined variable: totalCarrito [ROOT/plugins/Ventas/src/Controller/CarritosController.php , line 102 ]Code Context $dtoAbsoluto = $mejorOferta ? $mejorOferta -> dto_absoluto : null ;
if ( $dtoAbsoluto > $totalCarrito ) {
$dtoAbsoluto = $totalCarrito ; $compraArray = []
$compra = object(Ventas\Model\Entity\Compra) {
'ip' => '216.73.216.138',
'usuario_id' => null,
'direccion_id' => null,
'fiscal_direccion_id' => null,
'carritos' => [
(int) 0 => object(Ventas\Model\Entity\Carrito) {}
],
'ref' => '26-000002',
'ref_pago' => '260210115508',
'base' => (float) 10.74,
'iva' => (float) 2.25,
'rec_equiv' => (float) 0,
're' => false,
'fecha' => '2026-02-10',
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [
'ip' => true,
'usuario_id' => true,
'direccion_id' => true,
'fiscal_direccion_id' => true,
'carritos' => true,
'ref' => true,
'ref_pago' => true,
'base' => true,
'iva' => true,
'rec_equiv' => true,
're' => true,
'fecha' => true
],
'[original]' => [
'rec_equiv' => (float) 0,
'iva' => (float) 0,
'base' => (float) 0
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Ventas.Compras'
}
$carrito = object(Ventas\Model\Entity\Carrito) {
'cantidad' => (float) 1,
'bloqueo_cantidad' => false,
'notas' => null,
'producto_id' => '0eed1eb8-f065-42f4-a611-720bf1cdd435',
'precio' => (float) 12.99,
'dto_porcentaje' => (int) 0,
'dto_absoluto' => (int) 0,
'iva' => (float) 21,
'rec_equiv' => (float) 0,
'producto' => object(Almacen\Model\Entity\Producto) {},
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [
'cantidad' => true,
'bloqueo_cantidad' => true,
'notas' => true,
'producto_id' => true,
'precio' => true,
'dto_porcentaje' => true,
'dto_absoluto' => true,
'iva' => true,
'rec_equiv' => true,
'producto' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Ventas.Carritos'
}
$key_carrito = (int) 0
$dtoAbsoluto = null Ventas\Controller\CarritosController::index() - ROOT/plugins/Ventas/src/Controller/CarritosController.php, line 102
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
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 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\BodyParserMiddleware::__invoke() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 135
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\EncryptedCookieMiddleware::__invoke() - CORE/src/Http/Middleware/EncryptedCookieMiddleware.php, line 90
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\SecurityHeadersMiddleware::__invoke() - CORE/src/Http/Middleware/SecurityHeadersMiddleware.php, line 254
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (512) : Unable to emit headers. Headers sent in file=/var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php , line 53 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 855
$message = 'Unable to emit headers. Headers sent in file=/var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php line=855' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 53
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 154 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
)); $response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 154
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 59
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$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 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'all'
]
$name = 'x-permitted-cross-domain-policies'
$first = true
$value = 'all' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'strict-origin-when-cross-origin'
]
$name = 'referrer-policy'
$first = true
$value = 'strict-origin-when-cross-origin' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => '1; mode=block'
]
$name = 'x-xss-protection'
$first = true
$value = '1; mode=block' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'noopen'
]
$name = 'x-download-options'
$first = true
$value = 'noopen' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'nosniff'
]
$name = 'x-content-type-options'
$first = true
$value = 'nosniff' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'sameorigin'
]
$name = 'x-frame-options'
$first = true
$value = 'sameorigin' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/blex.es/coredev.blex.es/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]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]
],
'x-permitted-cross-domain-policies' => [
[maximum depth reached]
],
'referrer-policy' => [
[maximum depth reached]
],
'x-xss-protection' => [
[maximum depth reached]
],
'x-download-options' => [
[maximum depth reached]
],
'x-content-type-options' => [
[maximum depth reached]
],
'x-frame-options' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<script>window.location.href = '/ventas/compras/fijar/26-000002'</script>
<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="canonical" href="https://dev.rocioojuelos.com/carrito" />
<title>Carritos Rocío Ojuelos</title>
<meta name="title" content="Carritos Rocío Ojuelos" />
<meta name="description" content="" />
<meta name="author" content="DSS Network" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<!-- Open Graph markup: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Carritos Rocío Ojuelos" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://dev.rocioojuelos.com/carrito" />
<meta property="og:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" />
<meta property="og:locale" content="es_ES" />
<meta property="og:site_name" content="Rocío Ojuelos" />
<!-- Twitter cards: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Carritos Rocío Ojuelos" />
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://dev.rocioojuelos.com/carrito">
<meta name="twitter:image" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Rocío Ojuelos">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Rocío Ojuelos">
<link rel="apple-touch-icon" sizes="180x180" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-square310x310logo" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileImage" content="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112">
<meta name="msapplication-TileColor" content="#365359">
<link rel="mask-icon" href="https://dev.rocioojuelos.com/img/touch-icon.png?1741186112" color="#365359">
<meta name="theme-color" content="#365359">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg?1741186112">
<link rel="icon" type="image/png" href="/img/favicon.png?1741186112">
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/css/colors.css?1741186112"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/tinycolorpicker.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/main.css"/>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/ktuz.css"/>
<link rel="stylesheet" href="/css/style.css?1741186112"/>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://coredev.blex.es/webroot/js/vendor/html5shiv.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/respond.min.js"></script>
<![endif]-->
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@context":"https://schema.org","@type":"Organization","name":"Rocío Ojuelos","url":"https://dev.rocioojuelos.com","logo":"https://dev.rocioojuelos.com/img/logo.png?1741186112","email":"soporte@blex.es","sameAs":{"0":"https://twitter.com/rocio_ojuelos","1":"https://es-es.facebook.com/RocioOjuelosOficial","2":"https://www.instagram.com/rocio_ojuelos_oficial/?hl=es","4":"https://www.youtube.com/c/Roc%C3%ADoOjuelos","6":"https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5","7":"https://www.tiktok.com/@rocio_ojuelos_oficial"}}]}
</script>
<script>
const CAT_NECESSARY = 'necessary'
const CAT_ANALYTICS = 'analytics'
const CAT_ADVERTISEMENT = 'advertisement'
const CAT_FUNCTIONALITY = 'functionality'
const CAT_SECURITY = 'security'
</script>
</head>
<body>
<!--[if lt IE 11]>
<div class="alert alert-danger" role="alert">Esta web no soporta su versión de Internet Explorer. Por favor, actualice su navegador.</div>
<![endif]-->
<header class="text-white text-center">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<div class="button-menu" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">
<a data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop" aria-label="open"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg></a>
</div>
<div class="offcanvas offcanvas-top bg-black menu-dss" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-body pt-3">
<div class="container">
<div class="row">
<div class="col-3 col-md-2 col-lg-1 col-xl-1 text-white">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
</div>
<div class="col menu-link-dss link-closed">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a>
</div>
</div>
</div>
<img src="/img/lineasup.svg?1741186112" class="lineasup lineasup-movil" original="svg" alt=""/>
<img src="/img/lineasup-pc.svg?1741186112" class="lineasup" original="svg" alt=""/>
</div>
</div>
<script>
var myOffcanvas = document.getElementById('offcanvasTop')
myOffcanvas.addEventListener('show.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.add('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.73 30.73"><rect x="-4.32" y="13.32" width="39.37" height="4.09" transform="translate(-6.36 15.37) rotate(-45)"/><rect x="13.32" y="-4.32" width="4.09" height="39.37" transform="translate(-6.37 15.37) rotate(-45)"/></svg>'
})
myOffcanvas.addEventListener('hide.bs.offcanvas', function () {
document.querySelector('.button-menu').classList.remove('bg-primary')
document.querySelector('.button-menu a').innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.97 32.04"><path d="M39.68,28.6v2.86H.31V28.6Z"/><path d="M39.68,14.59v2.85H.31V14.59Z"/><path d="M39.68.58V3.43H.31V.58Z"/></svg>'
})
</script>
<section class="main_container">
<section class="wrapper_compra pb-0">
<div class="hide_redirect d-none"></div>
<div class="container">
<div class="carrito">
<div class="row">
<div class="col-12">
<h2>Resumen del pedido</h2>
<div class="resumen_pedido">
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Valor del pedido</div>
<div class="col-auto">12,99 €</div>
</div>
<div class="row align-items-center justify-content-between linea">
<div class="col-auto">Envío</div>
<div class="col-auto text-nowrap">
<span class="result-ge">Por determinar</span>
</div>
</div>
<div class="row align-items-center justify-content-between linea ">
<div class="col-auto"><strong>Total:</strong></div>
<div class="col-auto"><h3 class="mb-0"><strong class="result-oferta">12,99 €</strong></h3></div>
</div>
</div>
</div>
<div class="col-12 order-md-first">
<h2 class="mb-3 hidden-on-procesar">Sus productos</h2>
<div class="cart-item">
<div class="row align-items-center justify-content-between">
<div class="col-auto mb-2 mb-sm-0">
<figure> <img src="/img/cms/Productos/Discografia-Album-La-Chica-de-la-cristalera/thumb/Discografia-Album-La-Chica-de-la-cristalera-01.jpg?1749545280" alt="Álbum "Alma"" original="jpg"/>
</figure>
</div>
<div class="col col-sm mb-3 mb-sm-0">
<div class="text-start">
<h4>
Álbum "Alma"</h4>
<i></i>
</div>
<div class="row justify-content-sm-end justify-content-between">
<div class="col col-sm-12">
<div class="row justify-content-sm-end justify-content-start align-items-center">
<div class="col-auto">
<div class="agregar_productos d-inline-block">
<figure class="menos"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.8 34.8"><rect width="34.8" height="34.8" rx="17.4" style="fill:#212322;opacity:0.25"/><rect x="11.72" y="17.57" width="11.36" height="1.54" style="fill:#fff"/></svg></figure>
<input id="cantidad-0eed1eb8-f065-42f4-a611-720bf1cdd435" name="cantidad" type="number" min="1" max="3" value="1" data-key="0eed1eb8-f065-42f4-a611-720bf1cdd435" class="input-cantidad ml-0" autocomplete="off" readonly="true" />
<figure class="mas"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.57 36.57"><rect x="0.88" y="0.88" width="34.8" height="34.8" rx="17.4" style="fill:none;stroke:#365359;stroke-miterlimit:10;stroke-width:1.7679027318954468px"/><path d="M23.79,19.29H18.93V24H17.29V19.29H12.43V17.75h4.86V13h1.64v4.78h4.86Z" style="fill:#365359"/></svg></figure>
</div>
</div>
<!-- <div class="col-auto">
<div class="eliminar_producto text-start bold" data-eliminar="0eed1eb8-f065-42f4-a611-720bf1cdd435" data-title="Álbum "Alma""><svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"/><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"/></svg></div>
</div> -->
</div>
</div>
<div class="col-auto mb-3 order-sm-first">
<div class="precio coloured mt-sm-4">
<div class="d-inline-block">12,99 €</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="botonera_mobile">
<a href="/ventas/compras/fijar" class="btn btn-white w-100 btn-pagar" data-title="12,99 €">Finalizar pedido</a>
</div>
</section>
<script>
$(function() {
$('.agregar_productos .menos').on('click', function() {
var elem = $(this).next('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var min = elem.attr('min')
if (!min || num > parseInt(min)) num--
elem.val(num)
changed(elem)
})
$('.agregar_productos .mas').on('click', function() {
var elem = $(this).prev('input')
var num = !elem.val() ? 1 : parseInt(elem.val())
var max = elem.attr('max')
if (!max || num < parseInt(max)) num++
elem.val(num)
changed(elem)
})
var id_timeout = null
function changed(elem) {
var min = elem.attr('min')
if (min && elem.val() < parseInt(min)) elem.val(min)
var max = elem.attr('max')
if (max && elem.val() > parseInt(max)) elem.val(max)
if (id_timeout) clearTimeout(id_timeout)
setTimeout(function() {
if ($('.carrito_flotante').length) {
$('.hide_redirect').load("/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value'), function() {
$('#carrito_flotante_content').load("/carrito")
})
} else {
window.location.href = "/ventas/carritos/editar/"+elem.data('key')+'/'+elem.prop('value')
}
}, 1000)
}
/*$('.eliminar_producto').on('click', function() {
if (confirm('¿Estás seguro de eliminar '+$(this).data('title')+'?')) {
window.location.href = "/ventas/carritos/eliminar/"+$(this).data('eliminar')
}
})*/
})
</script>
</section>
<img src="/img/lineadown.svg?1741186112" class="lineadown ldown-movil" original="svg" alt=""/>
<img src="/img/lineadown-pc.svg?1741186112" class="lineadown ldown-pc" original="svg" alt=""/>
<footer id="footer">
<div class="container">
<div class="logo">
<a href="/">Rocío Ojuelos</a>
</div>
<div class="social-carousel">
<a href="https://open.spotify.com/artist/2qw2bM2FOqesfaWJybn7M5" title="Spotify" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.27 15.27"><title>Spotify</title><path d="M7.64,0a7.64,7.64,0,1,0,7.63,7.64A7.65,7.65,0,0,0,7.64,0Zm3.47,11.16a.43.43,0,0,1-.61.13,7.23,7.23,0,0,0-3.13-1.13,11.7,11.7,0,0,0-3.71.23.44.44,0,0,1-.17-.87,12.49,12.49,0,0,1,4-.24A8,8,0,0,1,11,10.55.44.44,0,0,1,11.11,11.16Zm1-2.29a.52.52,0,0,1-.71.21A10.18,10.18,0,0,0,7.54,7.83a11.43,11.43,0,0,0-4,.33.53.53,0,1,1-.25-1,12.24,12.24,0,0,1,4.35-.35,11,11,0,0,1,4.23,1.37A.52.52,0,0,1,12.09,8.87Zm.18-2.1a12.77,12.77,0,0,0-4.4-1.26,14.71,14.71,0,0,0-4.58.34A.66.66,0,1,1,3,4.55a16,16,0,0,1,5-.36,14,14,0,0,1,4.85,1.39.66.66,0,0,1,.31.88A.67.67,0,0,1,12.27,6.77Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.youtube.com/c/Roc%C3%ADoOjuelos" title="Youtube" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.59 15.29"><title>Youtube</title><path d="M21.34,3.36C21,.88,19.74.46,17.26.25,15.12.08,12.68,0,10.79,0S6.43.08,4.33.25C1.85.46.55.88.21,3.36A39.94,39.94,0,0,0,0,7.64a39.45,39.45,0,0,0,.21,4.29c.34,2.52,1.64,2.9,4.12,3.11,2.1.21,4.57.25,6.46.25s4.33,0,6.47-.25c2.48-.21,3.74-.59,4.08-3.11a32.29,32.29,0,0,0,.25-4.29A32.68,32.68,0,0,0,21.34,3.36ZM8.61,10.92V4.41l5.63,3.23Z" style="fill-rule:evenodd"/></svg></a>
<a href="https://www.instagram.com/rocio_ojuelos_oficial/?hl=es" title="Instagram" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.29"><title>Instagram</title><path d="M7.64,5.1c3.36,0,3.37,5.09,0,5.09S4.27,5.1,7.64,5.1m0-1.38a3.92,3.92,0,1,0,3.92,3.92A3.92,3.92,0,0,0,7.64,3.72m4.08-1.07a.92.92,0,1,0,.91.92.92.92,0,0,0-.91-.92M7,1.38c6.53,0,7.36-.73,6.9,9.35C13.69,14.29,11,13.9,7.64,13.9c-6.08,0-6.26-.17-6.26-6.26S1.86,1.39,7,1.38ZM7.64,0C4.51,0,1.54-.27.41,2.64-.06,3.84,0,5.41,0,7.64a15.67,15.67,0,0,0,.41,5c1.13,2.92,4.12,2.64,7.23,2.64s6.08.31,7.23-2.64c.47-1.21.4-2.75.4-5,0-3,.17-4.91-1.28-6.35S10.54,0,7.63,0Z"/></svg></a>
<a href="https://es-es.facebook.com/RocioOjuelosOficial" title="Facebook" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.43 14.61"><title>Facebook</title><path d="M8.43,5.62H5.62V3.37c0-.62.5-.56,1.12-.56H7.86V0H5.62A3.37,3.37,0,0,0,2.25,3.37V5.62H0V8.43H2.25v6.18H5.62V8.43H7.3Z"/></svg></a>
<a href="https://twitter.com/rocio_ojuelos" title="Twitter" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.71 13.58"><title>Twitter</title><path d="M16.71,1.61a7.35,7.35,0,0,1-2,.54A3.42,3.42,0,0,0,16.24.26a7,7,0,0,1-2.17.83A3.42,3.42,0,0,0,8.14,3.43a4,4,0,0,0,.08.78A9.76,9.76,0,0,1,1.16.63,3.47,3.47,0,0,0,.69,2.36,3.4,3.4,0,0,0,2.22,5.2,3.42,3.42,0,0,1,.67,4.78v0A3.43,3.43,0,0,0,3.41,8.18a3.24,3.24,0,0,1-.89.12,2.76,2.76,0,0,1-.65-.06,3.46,3.46,0,0,0,3.2,2.39A6.91,6.91,0,0,1,.82,12.09,7.37,7.37,0,0,1,0,12a9.65,9.65,0,0,0,5.25,1.54A9.68,9.68,0,0,0,15,3.83c0-.15,0-.3,0-.44a7.1,7.1,0,0,0,1.72-1.78"/></svg></a>
<a href="https://www.tiktok.com/@rocio_ojuelos_oficial" title="TikTok" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><title>TikTok</title><path d="M2.57,0H12.71a2.58,2.58,0,0,1,2.57,2.57V12.71a2.58,2.58,0,0,1-2.57,2.57H2.57A2.58,2.58,0,0,1,0,12.71V2.57A2.58,2.58,0,0,1,2.57,0ZM9.41,5.57a3,3,0,0,0,.9.64,3.33,3.33,0,0,0,.91.29l.27,0,.3-1.5-.28,0a2.49,2.49,0,0,1-1.06-.48,3.88,3.88,0,0,1-1-1.19l-.07-.14H7.86V9.13a1.42,1.42,0,0,1-1.41,1.4,1.41,1.41,0,0,1-1-.41,1.41,1.41,0,0,1,0-2,1.41,1.41,0,0,1,1-.41H7V6.16H6.45A2.92,2.92,0,0,0,4.36,7a3,3,0,0,0,0,4.19,2.92,2.92,0,0,0,2.09.87,3,3,0,0,0,2.1-.87,3,3,0,0,0,.86-2.1V5.82h0Z" style="fill-rule:evenodd"/></svg></a>
</div>
<div class="menu-link-dss">
<a href="/ventas/carritos/crear-uno/Discografia-Album-Alma" class="text-white">Comprar</a>
<a href="/#escuchame" class="text-white">Escúchame</a>
<a href="/#conciertos" class="text-white">Conciertos</a>
<a href="/#mis-videos" class="text-white">Vídeos</a>
<a href="/#conoceme" class="text-white">Sobre mí</a>
<a href="/#actualidad" class="text-white">Actualidad</a>
<a href="/#contacto" class="text-white">Contacto</a> </div>
<div class="derechos">
Rocío Ojuelos ©2026 Todos los derechos reservados
<div class="mt-3">
<a href="/aviso-legal">Aviso legal</a> |
<a href="/politica-privacidad">Política de privacidad</a> |
<a href="/condiciones">Condiciones de venta</a> |
<a href="/devoluciones">Devoluciones</a> |
<a href="/politica-de-cookies">Política de cookies</a>
</div>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://coredev.blex.es/webroot/css/vendor/cookieconsent.css"/>
<script src="https://coredev.blex.es/webroot/js/vendor/cookieconsent.js"></script>
<button id="cc-show-preferences-modal" type="button" data-cc="show-preferencesModal" aria-haspopup="dialog" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="cc-tooltip" title="Cambiar preferencias de cookies"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1 .3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0 -57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0 -12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg></button>
<script type="module">
import * as CookieConsent from 'https://coredev.blex.es/webroot/js/vendor/cookieconsent.esm.js'
/**
* Update consents according to the users choices made in CookieConsent UI.
*/
function updateConsent()
{
}
/**
* Log user consent state through trackingEvents function.
*/
function logConsent(event)
{
const cookie = CookieConsent.getCookie()
const preferences = CookieConsent.getUserPreferences()
const userConsent = {
consentId: cookie.consentId,
acceptType: preferences.acceptType,
acceptedCategories: preferences.acceptedCategories,
rejectedCategories: preferences.rejectedCategories
}
}
/**
* All config. options available here:
* https://cookieconsent.orestbida.com/reference/configuration-reference.html
*
* String mode:
* - opt-in: scripts — configured under a specific category — will run only if the user accepts that category (GDPR compliant).
* - opt-out: scripts — configured under a specific category which has enabled: true — will run automatically (it is generally not GDPR compliant). Once the user has provided consent, this option is ignored.
*
* Bool disablePageInteraction: creates a dark overlay and blocks the page scroll until consent is expressed.
*
*/
CookieConsent.run({
mode: 'opt-in',
autoShow: true,
//disablePageInteraction: false,
disablePageInteraction: false,
cookie: {
name: 'cc_cookie_v3_2'
},
onFirstConsent: () => {
updateConsent()
logConsent('onFirstConsent')
},
// Trigger consent update when user choices change
onConsent: ({cookie}) => {
updateConsent()
},
onChange: ({cookie, changedCategories, changedServices}) => {
updateConsent()
logConsent('onChange')
},
guiOptions: {
consentModal: {
layout: 'box wide',
position: 'bottom right',
equalWeightButtons: false,
flipButtons: true
},
preferencesModal: {
layout: 'box',
position: 'right',
equalWeightButtons: false,
flipButtons: false
}
},
categories: {
[CAT_NECESSARY]: {
enabled: true, // this category is enabled by default.
readOnly: true // this category cannot be disabled.
} },
language: {
default: 'es',
translations: {
en: {
consentModal: {
title: 'We use cookies',
description: 'Hi, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval.',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
showPreferencesBtn: 'Manage preferences',
footer: `
<a href="/politica-privacidad" target="_blank">Privacy Policy</a>
<a href="/politica-de-cookies" target="_blank">Cookies policy</a>
`
},
preferencesModal: {
title: 'Cookie preferences',
acceptAllBtn: 'Accept all',
acceptNecessaryBtn: 'Reject',
savePreferencesBtn: 'Save preferences',
closeIconLabel: 'Close',
sections: [
{
title: 'Cookie usage',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want.'
}, {
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Necesary cookies table',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Used by the API of the Stripe payment platform to make the insite payment with a credit card.',
col5: 'Session cookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Improves the security of the platform, avoiding fraudulent requests.',
col5: 'Session cookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 months',
col4: 'Used by the Google Recaptcha service in forms to avoid spam.',
col5: 'Permanent cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '13 months',
col4: 'Google cookie.',
col5: 'Permanent cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 year',
col4: 'Stores the user\'s cookie consent status for the current domain.',
col5: 'Permanent cookie'
}
]
}
},
{
title: 'More information',
description: 'For any queries in relation to this policy on cookies and your choices, please contact with Rocío Ojuelos via <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
fr: {
consentModal: {
title: 'Nous utilisons des cookies',
description: 'Bonjour, ce site utilise des cookies essentiels pour assurer son bon fonctionnement et des cookies de suivi pour comprendre comment vous interagissez avec lui. Ce dernier ne sera fixé qu\'après approbation.',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
showPreferencesBtn: 'Gérer les préférences',
footer: `
<a href="/politica-privacidad" target="_blank">Politique de confidentialité</a>
<a href="/politica-de-cookies" target="_blank">Politique de cookies</a>
`
},
preferencesModal: {
title: 'Préférences en matière de cookies',
acceptAllBtn: 'Tout accepter',
acceptNecessaryBtn: 'Refuser',
savePreferencesBtn: 'Sauvegarder les préférences',
closeIconLabel: 'Fermer',
sections: [
{
title: 'Utilisation des cookies',
description: 'J\'utilise des cookies pour assurer les fonctionnalités de base du site Web et pour améliorer votre expérience en ligne. Vous pouvez choisir pour chaque catégorie de vous inscrire ou de vous désinscrire quand vous le souhaitez.'
}, {
title: 'Cookies strictement nécessaires',
description: 'Ces cookies sont indispensables au bon fonctionnement de mon site internet. Sans ces cookies, le site Web ne fonctionnerait pas correctement.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tableau des cookies nécessaires',
headers: {
col1: 'Nom',
col2: 'Domaine',
col3: 'Expiration',
col4: 'Description',
col5: 'Type'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Utilisé par l\'API de la plateforme de paiement Stripe pour effectuer le paiement sur place avec une carte de crédit.',
col5: 'Cookie de session'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Améliore la sécurité de la plateforme en évitant les demandes frauduleuses.',
col5: 'Cookie de session'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mois',
col4: 'Utilisé par le service Google Recaptcha dans les formulaires pour éviter les spams.',
col5: 'Cookie permanent'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 années',
col4: 'Google cookie.',
col5: 'Cookie permanent'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 année',
col4: 'Stocke le statut de consentement aux cookies de l\'utilisateur pour le domaine actuel.',
col5: 'Cookie permanent'
}
]
}
},
{
title: 'Plus d\'information',
description: 'Si vous avez des questions sur cette politique de cookies, vous pouvez contacter Rocío Ojuelos à <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
it: {
consentModal: {
title: 'Utilizziamo i cookie',
description: 'Con il tuo consenso, utilizziamo cookie o tecnologie simili per archiviare, accedere ed elaborare dati personali come la tua visita a questo sito web. Puoi revocare il tuo consenso o opporti al trattamento basato sui legittimi interessi in qualsiasi momento cliccando su "Impostazioni" o nella nostra Politica sui cookie su questo sito.',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
showPreferencesBtn: 'Impostazioni',
footer: `
<a href="/politica-privacidad" target="_blank">Politica di privacy</a>
<a href="/politica-de-cookies" target="_blank">Politica di cookies</a>
`
},
preferencesModal: {
title: 'Configurare di cookies',
acceptAllBtn: 'Accetta tutto',
acceptNecessaryBtn: 'Declino',
savePreferencesBtn: 'Salva le preferenze',
closeIconLabel: 'Chiudere',
sections: [
{
title: 'Utilizzo dei cookies',
description: 'Utilizziamo i cookie per garantire la funzionalità di base del sito Web e per migliorare la tua esperienza online. Puoi attivare o disattivare ciascuna categoria in qualsiasi momento.'
}, {
title: 'Cookie necessari',
description: 'Questi cookie sono essenziali per il corretto funzionamento del sito web. Senza questi cookie questo sito non funzionerebbe correttamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabella dei cookie necessari',
headers: {
col1: 'Nome',
col2: 'Dominio',
col3: 'Scadenza',
col4: 'Descrizione',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dallAPI della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sessione',
col4: 'Utilizzato dall`API della piattaforma di pagamento Stripe per effettuare pagamenti in loco con carta di credito.',
col5: 'Cookie di sessione'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sessione',
col4: 'Migliora la sicurezza della piattaforma, evitando richieste fraudolente.',
col5: 'Cookie di sessione'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 mesi',
col4: 'Utilizzato dal servizio Google Recaptcha nei moduli per evitare lo spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com e .google.es',
col3: '2 anni',
col4: 'Cookie di Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 anno',
col4: 'Memorizza lo stato del consenso ai cookie dellutente per il dominio corrente.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Maggiori informazioni',
description: 'Se hai domande su questa politica sui cookie, puoi contattare Rocío Ojuelos a <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
de: {
consentModal: {
title: 'Wir verwenden Cookies',
description: 'Hallo, diese Website verwendet essentielle Cookies, um ihren ordnungsgemäßen Betrieb zu gewährleisten, und Tracking-Cookies, um zu verstehen, wie Sie damit interagieren. Letztere werden erst nach Genehmigung festgelegt.',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
showPreferencesBtn: 'Einstellungen verwalten',
footer: `
<a href="/politica-privacidad" target="_blank">Datenschutzpolitik</a>
<a href="/politica-de-cookies" target="_blank">Cookies-Politik</a>
`
},
preferencesModal: {
title: 'Cookie-Einstellungen',
acceptAllBtn: 'Alle akzeptieren',
acceptNecessaryBtn: 'Ablehnen',
savePreferencesBtn: 'Einstellungen speichern',
closeIconLabel: 'Schließen',
sections: [
{
title: 'Cookie-Nutzung',
description: 'Ich verwende Cookies, um die grundlegenden Funktionen der Website sicherzustellen und Ihr Online-Erlebnis zu verbessern. Sie können für jede Kategorie wählen, ob Sie sich jederzeit an- oder abmelden möchten.'
}, {
title: 'Unbedingt erforderliche Cookies',
description: 'Diese Cookies sind für das reibungslose Funktionieren meiner Website unerlässlich. Ohne diese Cookies würde die Website nicht richtig funktionieren.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabelle der Cookie-Nutzung',
headers: {
col1: 'Name',
col2: 'Domain',
col3: 'Ablauf',
col4: 'Beschreibung',
col5: 'Typ'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Session',
col4: 'Wird von der API der Stripe-Zahlungsplattform verwendet, um die Insite-Zahlung mit einer Kreditkarte vorzunehmen.',
col5: 'Sitzungscookie'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Session',
col4: 'Verbessert die Sicherheit der Plattform und vermeidet betrügerische Anfragen.',
col5: 'Sitzungscookie'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 Monate',
col4: 'Wird vom Google Recaptcha-Dienst in Formularen verwendet, um Spam zu vermeiden.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 Jahre',
col4: 'Google-Cookie.',
col5: 'Dauerhaftes Cookie'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 Jahr',
col4: 'Speichert den Cookie-Zustimmungsstatus des Benutzers für die aktuelle Domäne.',
col5: 'Dauerhaftes Cookie'
}
]
}
},
{
title: 'Mehr Informationen',
description: 'Bei Fragen zu dieser Cookie-Richtlinie und Ihren Auswahlmöglichkeiten wenden Sie sich bitte an Rocío Ojuelos über <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
,
es: {
consentModal: {
title: 'Nosotros usamos cookies',
description: 'Con su consentimiento, usamos cookies o tecnologías similares para almacenar, acceder y procesar datos personales como su visita en este sitio web. Puede retirar otorgar su consentimiento u oponerse al procesamiento tratamiento de datos basado en intereses legítimos en cualquier momento haciendo clic en "Configurar" o en nuestra Política de Cookies en este sitio web.',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
showPreferencesBtn: 'Configurar',
footer: `
<a href="/politica-privacidad" target="_blank">Política de privacidad</a>
<a href="/politica-de-cookies" target="_blank">Política de cookies</a>
`
},
preferencesModal: {
title: 'Configuración de cookies',
acceptAllBtn: 'Aceptar todo',
acceptNecessaryBtn: 'Rechazar',
savePreferencesBtn: 'Guardar preferencias',
closeIconLabel: 'Cerrar',
sections: [
{
title: 'Uso de cookies',
description: 'Utilizamos cookies para garantizar las funcionalidades básicas del sitio web y para mejorar su experiencia online. Puede optar por participar o no en cada categoría cuando lo desee.'
}, {
title: 'Cookies necesarias',
description: 'Estas cookies son esenciales para el correcto funcionamiento del sitio web. Sin estas cookies, esta web no funcionaría correctamente.',
linkedCategory: CAT_NECESSARY,
cookieTable: {
caption: 'Tabla de cookies necesarias',
headers: {
col1: 'Nombre',
col2: 'Dominio',
col3: 'Expiración',
col4: 'Descripción',
col5: 'Tipo'
},
body: [
{
col1: '__stripe_sid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
}, {
col1: '__stripe_mid',
col2: location.hostname,
col3: 'Sesión',
col4: 'Usada por la API de la plataforma de pago Stripe para realizar el pago insite con tarjeta de crédito.',
col5: 'Cookie de sesión'
},
{
col1: 'csrfToken',
col2: location.hostname,
col3: 'Sesión',
col4: 'Mejora la seguridad de la plataforma, evitando peticiones fraudulentas.',
col5: 'Cookie de sesión'
}, {
col1: '_GRECAPTCHA',
col2: '.google.com',
col3: '6 meses',
col4: 'Utilizada por el servicio Google Recaptcha en los formularios para evitar spam.',
col5: 'Cookie permanente'
}, {
col1: 'CONSENT',
col2: '.google.com y .google.es',
col3: '2 años',
col4: 'Cookie de Google.',
col5: 'Cookie permanente'
}, {
col1: 'cc_cookie_v3_2',
col2: location.hostname,
col3: '1 año',
col4: 'Almacena el estado de consentimiento de cookies del usuario para el dominio actual.',
col5: 'Cookie permanente'
}
]
}
},
{
title: 'Más información',
description: 'Si tiene dudas sobre esta política de cookies, puede contactar con Rocío Ojuelos en <a class="cc-link" href="mailto:soporte@blex.es">soporte@blex.es</a>.',
}
]
}
}
}
}
})
</script>
<script src="https://coredev.blex.es/webroot/js/vendor/bootstrap.bundle.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.av.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.lazy.picture.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/vendor/jquery.tinycolorpicker.min.js"></script>
<script src="https://coredev.blex.es/webroot/js/main.js"></script>
<script src="/js/main.js?1741186112"></script>
<div id="modals-body"></div>
<script id="__debug_kit" data-id="8b4aea7f-9633-4e3c-8702-67676029227c" data-url="https://dev.rocioojuelos.com/" src="/debug_kit/js/toolbar.js?1621141137"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => '8b4aea7f-9633-4e3c-8702-67676029227c'
]
$name = 'X-DEBUGKIT-ID'
$first = true
$value = '8b4aea7f-9633-4e3c-8702-67676029227c' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - /var/www/vhosts/blex.es/dev.rocioojuelos.com/webroot/index.php, line 67
Carritos Rocío Ojuelos