Seleccionar la categoría que desea ver:
5 comidas norteñas del Perú perfectas para tu visita ...
Sabores marinos: restaurantes para hacer turismo gastronómico al norte del Perú ...
Para recibir nuevas noticias.
Por:
Nuestro país es tan rico en cultura que cada región tiene diversos lugares para mostrarnos. Tal es el caso de La Libertad, que no solo alberga a Huanchaco sino también a zonas llenas de historia pura, como el Complejo Arqueológico El Brujo, ubicado en el departamento de La Libertad, dentro de la provincia Ascope.
En dicho destino observarás la réplica del cuerpo momificado de la Señora de Cao, se presume fue una lideresa moche que ostentó poder. Su descubrimiento se dio en el año 2005 en la Huaca Cao Viejo.
El Brujo está formado por tres zonas: Huaca Prieta situada en el extremo sur y la más antigua, Huaca Cao Viejo y Huaca Cortada con forma de pirámides en el extremo norte.
También, cuenta con el Museo Cao en donde se exponen 7 salas:

- Sala 1: Todas las aguas
- Sala 2: 14 000 mil años de historia
- Sala 3: Arquitectura del Cosmo
- Sala 4: La sangre de las montañas
- Sala 5: Rituales de la muerte
- Sala 6: El Mundo de los ancestros
- Sala 7: La Señora de Cao
Asimismo, si buscas renovar tus energías, dejar de lado el estrés, purificar el alma y recibir la buena vibra, puedes realizarte un baño de florecimiento en la ruta mística que ofrece este reciento arquitectónico norteño. Dicho espacio cuenta con demostraciones chamánicas y un espacio para la meditación o la práctica yoga.
La atención es de lunes a domingo en el horario de 9:00 a 16:30 horas. El costo de entradas es: 10 soles para el público general, 5 soles para universitarios y jubilados, y 1 sol para escolares. Así que, si estás por el norte, no te olvides de recorrer este hermoso lugar lleno de historia, cultura y misticismo auténtico para seguir ampliando los conocimientos que nos dejaron nuestros antepasados. Y recuerda sacarte la foto estampa con la indumentaria de la Señora de Cao y sentirte toda una lideresa del antiguo Perú.
function getNoticiasByCategoria(categoria_id, noticia_id, categoria) { $("#divNoticias")[0].scrollIntoView({ behavior: "smooth", block: "start" }); $("#divNoticias").empty(); $("#spanTituloCategoria").html(categoria); $('#categoriasRadios label').each(function () { var id = $(this).attr("id"); var iden = id.split('_'); //console.log(iden[1]); if (iden[1] != categoria_id) { $("#" + id).removeClass("activoRadio"); } else { $("#" + id).addClass("activoRadio"); } }); $.getJSON(URL_SITE + "/categoria/" + categoria_id, function (resp) { //console.log(resp); if(resp != null){ $("#labelNoticiasDestacadas").empty(); $("#liCategoria").empty(); var html2 = ""; if ('es' == 'es') { html2 += resp['titulo'] + ', noticias destacadas'; } else { html2 += resp['titulo_en'] + ', outstanding news'; } $("#labelNoticiasDestacadas").html(html2); if ('es' == 'es') { $("#liCategoria").html(resp['titulo']); } else { $("#liCategoria").html(resp['titulo_en']); } } }); $.getJSON(URL_SITE + "/noticias-categoria-des-dif/" + categoria_id + '/' + noticia_id, function (resp) { var html = ""; var duration = 500; $.each(resp, function (key, val) { duration = duration + 500; var descripcion = val['descripcion']; var descripcion_en = val['descripcion_en']; var imagen = val['imagen_interna']; imagen = imagen.replace(/\\/g, "/"); url_imagen = URL_SITE + "/storage/" + imagen; html += '
'; if ('es' == 'es') { html += val['categoria_titulo']; } else { html += val['categoria_titulo_en']; } html += '
'; html += ''; }); //console.log(html); $("#divNoticiasDes").empty(); $("#divNoticiasDes").html(html); } ); var url_api = ""; //Si categoria es 0 asumo que se trata de los destacados por categoria if(categoria_id == 0){ url_api = "/noticias-recientes-interna-dif/" + noticia_id; }else{ url_api = "/noticias-categoria-nodes-interna-dif/" + categoria_id + "/" + noticia_id; } $.getJSON(URL_SITE + url_api, function (resp) { var html = ""; var duration = 500; $.each(resp, function (key, val) { duration = duration + 500; var descripcion = val['descripcion']; var descripcion_en = val['descripcion_en']; if (descripcion_en === null) { descripcion_en = val['descripcion']; } var imagen = val['imagen']; if (imagen != null) { imagen = imagen.replace(/\\/g, "/"); var img_temp = imagen.split("."); imagen = img_temp[0] + "-cropped." + img_temp[1]; var url_imagen = "https://www.elbrujo.pe/storage" + "/" + imagen; } html += '
'; if ('es' == 'es') { html += val['categoria_titulo']; } else { html += val['categoria_titulo_en']; } html += '
'; html += ''; if ('es' == 'es') { html += splitbywords($(descripcion).text(), 0, 150); if (descripcion.length > 100) { html += '...'; } } else { html += splitbywords($(descripcion_en).text(), 0, 150); if (descripcion_en.length > 100) { html += '...'; } } html += '
'; html += ''; }); //console.log(html); $("#divNoticias").html(html); } ); } function enviarFormNoticiasSubscripciones() { $.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, type: 'post', dataType: 'json', url: URL_SITE + "/form-noticias-subscripciones-save", data: { txtCorreo: $("#txtCorreoSub").val() }, beforeSend: function () { if ('es' == 'es') { $("#btnEnviarSub").val('Enviando...'); } else { $("#btnEnviarSub").val('Sending...'); } $("#btnEnviarSub").attr('disabled', true); }, success: function (data) { var successMsg = ""; var successTlt = ""; if ('es' == 'es') { $("#btnEnviarSub").val('Suscribirme'); } else { $("#btnEnviarSub").val('Subscribe me'); } $("#btnEnviarSub").attr('disabled', false); $('#formNoticiasSubscripciones').trigger("reset"); if (data['status'] == 'success') { if ('es' == 'es') { successMsg = "Pronto recibirás nuestras novedades, a través del correo registrado."; successTlt = "¡Gracias por suscribirte a El Brujo!"; } else { successMsg = "You have successfully subscribed"; successTlt = "Success"; } Swal.fire({ type: 'success', title: successTlt, text: successMsg, }); } else { if ('es' == 'es') { successMsg = "Tu correo se registro anteriormente"; successTlt = "Aviso"; } else { successMsg = "Your email was previously registered"; successTlt = "Warning"; } Swal.fire({ type: 'warning', title: successTlt, text: successMsg, }); } }, error: function (XMLHttpRequest, textStatus, errorThrown) { console.log(textStatus); var errorMsg = ""; var errorTlt = ""; if ('es' == 'es') { $("#btnEnviarSub").val('Suscribirme'); errorMsg = "Ocurrió un error al realizar el envío"; errorTlt = "Lo sentimos"; } else { $("#btnEnviarSub").val('Subscribe me'); errorMsg = "An error occurred while sending"; errorTlt = "We are sorry"; } $("#btnEnviarSub").attr('disabled', false); Swal.fire({ type: 'error', title: errorTlt, text: errorMsg, }); } }); } $(function () { var ventana_ancho = $(window).width(); //console.log(ventana_ancho); if (ventana_ancho<=1199){ if ( $("#noticia_interna").length ) { $('html, body').animate({ scrollTop: $('#noticia_interna').offset().top-20 }, 1000); } } $("#loader").hide(); //Aplicando loader a eventos ajax $(document).ajaxStart(function () { $("#loader").show(); }).ajaxStop(function () { $("#loader").hide(); }); var mensajes; if ('es' == 'es') { mensajes = { txtCorreoSub: "Ingresa tu email", }; } else { mensajes = { txtCorreoSub: "Enter your email", }; } $("#formNoticiasSubscripciones").validate({ rules: { txtCorreoSub: "required", }, messages: mensajes, submitHandler: function (form) { enviarFormNoticiasSubscripciones(); } }); let arrayH2 = new Array(); let arrayH3 = new Array(); let total = new Array(); var h2=0; var h3=0; $("#descripcion_nota h2").each(function(){ if($(this).text().length > 7){ h2++; arrayH2.push({ indice:h2, tipo:'h2', texto: $(this).text(), position: $(this).offset().top - 100 }); } }); $("#descripcion_nota h3").each(function(){ h3++; arrayH3.push({ indice:h3, tipo: 'h3', texto: $(this).text(), position: $(this).offset().top - 100 }); }); Array.prototype.push.apply(arrayH2,arrayH3); arrayH2.sort((a, b) => a.position - b.position); var indx1=0; var indx2=0; jQuery.each( arrayH2, function( i, val ) { if(val.tipo=="h3"){ indx2++; total.push({ indice:indx1+'.'+indx2, tipo: val.tipo, texto: val.texto, position: val.position }); }else if(val.tipo=="h2"){ indx1++; indx2=0; total.push({ indice:indx1, tipo: val.tipo, texto: val.texto, position: val.position }); } }); if(h2>0){ var rsini='
'; $('#respuesta').html(rsini+rs+rsfin); }else{ $('#respuesta').remove(); } }); jQuery.ver=function(obj,position){ $('html,body').animate({ scrollTop: position }, 'slow'); console.log(position); } jQuery.toggle=function(obj){ var t = $(obj).attr('t'); console.log(t); if(t=='1'){ $(obj).parent().next().slideUp(); $(obj).attr('t','0'); $(obj).text('[Mostrar]'); }else{ $(obj).parent().next().slideDown('slow'); $(obj).attr('t','1'); $(obj).text('[Ocultar]'); } } function splitbywords(variable, empieza, termina) { var s = variable + ' ', // resuelve problema 1 largo = s.length, posStart = Math.max(0, empieza == 0 ? 0 : s.indexOf(' ', empieza)), posEnd = Math.max(0, termina > largo ? largo : s.indexOf(' ', termina)), cadena = s.substr(posStart, posEnd); if (cadena.charAt(cadena.length - 1) === ',') { //resuelve problema 2 cadena = cadena.substr(0, cadena.length - 1); } return cadena; }