{"id":1,"date":"2025-04-22T07:54:28","date_gmt":"2025-04-22T07:54:28","guid":{"rendered":"http:\/\/127.0.0.1\/?p=1"},"modified":"2025-04-23T06:49:49","modified_gmt":"2025-04-23T06:49:49","slug":"hello-world","status":"publish","type":"post","link":"https:\/\/cordoba.aumenturpruebas.site\/en\/2025\/04\/22\/hello-world\/","title":{"rendered":"Mapa"},"content":{"rendered":"<!-- Leaflet -->\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\"\n    integrity=\"sha256-p4NxAoJBhIIN+hmNHrzRCf9tD\/miZyoHS5obTRR9BMY=\"\n    crossorigin=\"\" \/>\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet-routing-machine@latest\/dist\/leaflet-routing-machine.css\" \/>\n<script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"\n    integrity=\"sha256-20nQCchB9co0qIjJZRGuk2\/Z9VM+kNiyxNV1lvTlZBo=\"\n    crossorigin=\"\"><\/script>\n<script src=\"https:\/\/unpkg.com\/leaflet-routing-machine@latest\/dist\/leaflet-routing-machine.js\"><\/script>\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<!-- Sortable -->\n<script src=\" https:\/\/cdn.jsdelivr.net\/npm\/sortablejs@1.15.6\/Sortable.min.js \"><\/script>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/js-cookie@3.0.5\/dist\/js.cookie.min.js\"><\/script>\n\n<style>\n    .map-container {\n        display: flex;\n        gap: 1em;\n    }\n\n    #sidebar {\n        width: 30%;\n        flex: 1;\n        padding: 20px;\n        height: 70vh;\n        padding-right: 0;\n        padding-top: 0;\n    }\n\n    #sidebar h3 {\n        margin-top: 10%;\n        display: flex;\n        align-items: flex-end;\n        margin-bottom: 0.5em;\n    }\n\n    #sidebar ul {\n        list-style: none;\n        padding: 0;\n        overflow-y: auto;\n        height: 60vh;\n    }\n\n    #sidebar li {\n        padding: 10px;\n        cursor: pointer;\n        transition: background 0.2s;\n        font-size: var(--wp--preset--font-size--normal);\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        border-bottom: solid;\n        border-width: thin;\n        border-color: gray;\n    }\n\n    #sidebar li div {\n        margin: 3px;\n    }\n\n    #sidebar li i {\n        color: #FF5252;\n        padding: 5px;\n        padding-right: 0;\n    }\n\n    #sidebar li i:hover {\n        cursor: pointer;\n    }\n\n    #sidebar input {\n        margin-right: 1em;\n    }\n\n    #sidebar li:hover {\n        background: #ddd;\n    }\n\n    #sidebar li div:hover {\n        cursor: pointer;\n    }\n\n    #location-list li div:first-of-type {\n        width: 80%;\n    }\n\n    #location-list li div {\n        display: flex;\n    }\n\n    #location-list-button {\n        margin-top: 10%;\n        margin-bottom: 0.5em;\n        background-color: #d3d3d35c;\n        border-radius: 10px;\n        border: none;\n        padding: 0.5em;\n        cursor: pointer;\n        padding-left: 0.7em !important;\n        padding-right: 0.7em;\n        border-style: solid;\n        border-width: thin;\n        border-color: black;\n        border-radius: 15px;\n    }\n\n    #generate-aumentur-pack {\n        width: fit-content;\n        cursor: pointer;\n        margin-left: 20px;\n        margin-bottom: 1%;\n        padding: 10px;\n        border-style: solid;\n        border-width: thin;\n        border-color: lightgray;\n        border-radius: 15px;\n        font-size: medium;\n        margin-top: 1em;\n    }\n\n    #generate-aumentur-pack:hover {\n        background: #ddd;\n    }\n\n    #generate-aumentur-pack img {\n        width: 1em;\n        height: 1em;\n    }\n\n    #map {\n        width: 100%;\n        height: 70vh;\n        padding-bottom: 20px;\n        z-index: 0;\n    }\n\n    #map-wrapper {\n        position: relative;\n        width: 70%;\n        height: 500px;\n    }\n\n    #marker-info-description {\n        max-height: 100px;\n        position: relative;\n        font-size: var(--wp--preset--font-size--normal);\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        transition: max-height 0.3s ease;\n    }\n\n    #marker-info-description.expanded {\n        max-height: 200px !important;\n        overflow-y: auto;\n        -webkit-line-clamp: unset;\n        max-height: none;\n    }\n\n    #marker-info-title {\n        font-weight: bold;\n    }\n\n    #read-more-toggle {\n        margin-top: 5%;\n        border-style: none;\n        padding: 3%;\n        cursor: pointer;\n    }\n\n    #marker-info-image {\n        width: 7em;\n        cursor: pointer;\n    }\n\n    #tag-filters-button {\n        background-color: white;\n        position: absolute;\n        left: 0;\n        width: fit-content;\n        height: 2em;\n        z-index: 9999;\n        margin: 1em;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 1em;\n        font-weight: bold;\n        border-color: black;\n        border-width: thin;\n        border-style: solid;\n    }\n\n    #tag-filters-button:hover {\n        background-color: lightgray;\n        cursor: pointer;\n    }\n\n    #tag-filters-button.active {\n        background-color: lightgray;\n    }\n\n    #tag-filters {\n        z-index: 9999;\n        position: absolute;\n        margin: 1em;\n        background-color: white;\n        padding: 1em;\n        margin-top: 4em;\n        width: 30%;\n        height: 75%;\n        overflow-y: auto;\n    }\n\n    #tag-filters input {\n        position: absolute;\n        right: 0;\n        margin-right: 5%;\n    }\n\n    #tag-filters div {\n        margin: 1em;\n    }\n\n    #tag-filters label {\n        font-size: var(--wp--preset--font-size--normal);\n    }\n\n    @media (max-width: 700px) {\n        .map-container {\n            flex-direction: column;\n        }\n\n        #sidebar {\n            width: 100%;\n            padding-left: 0;\n            padding-right: 0;\n        }\n\n        #map {\n            width: 100% !important;\n        }\n\n        #map-wrapper {\n            width: 100% !important;\n        }\n\n        .aumentur-modal-map-content {\n            width: 70% !important;\n            height: 250px;\n        }\n\n        #main-menu {\n            margin-left: auto !important;\n        }\n\n        #pack-filter {\n            margin-left: auto !important;\n        }\n\n        #generate-aumentur-pack {\n            margin-left: auto;\n            margin-right: auto;\n            margin-bottom: 1em;\n        }\n\n        #tag-filters {\n            width: 70%;\n        }\n\n        .grid-container {\n            width: 100% !important;\n        }\n\n        #modal-image-big {\n            width: 100% !important;\n            margin-top: 5%;\n        }\n    }\n\n    #modal-image-big {\n        width: 100%;\n        margin-top: 5%;\n    }\n\n    .grid-container {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 10px;\n        width: 50%;\n        margin: 0 auto;\n    }\n\n    .grid-container button {\n        flex: 1 1 0;\n        padding: 10px;\n        text-align: center;\n        box-sizing: border-box;\n    }\n\n    .pack-toggle-button {\n        padding: 0.5em;\n        cursor: pointer;\n        font-weight: bold;\n        transition: background-color 0.2s, border-color 0.2s;\n        background-color: transparent;\n        border: none;\n    }\n\n    .pack-toggle-button.active {\n        background-color: white;\n        color: black;\n        border-radius: 10px;\n        box-shadow: 1px 1px 1px 1px lightgray;\n    }\n\n    #main-menu {\n        background-color: #d3d3d35c;\n        border-radius: 10px;\n        margin-left: 20px;\n        width: 50%;\n    }\n\n    #pack-filter {\n        background-color: #d3d3d35c;\n        border-radius: 10px;\n        margin-left: 20px;\n        width: 50%;\n        margin-top: 1em;\n    }\n\n    \/* Style for the modal *\/\n    .aumentur-modal-map {\n        display: none;\n        \/* Hidden by default *\/\n        position: fixed;\n        z-index: 1;\n        left: 0;\n        top: 0;\n        width: 100% !important;\n        height: 100% !important;\n        background-color: rgba(0, 0, 0, 0.5);\n        \/* Black with opacity *\/\n        justify-content: center;\n        align-items: center;\n        overflow: auto;\n        \/* Allows scrolling if needed *\/\n        max-width: 100% !important;\n        max-height: 100% !important;\n    }\n\n    .aumentur-modal-map-content {\n        background-color: white;\n        padding: 20px;\n        border-radius: 2em;\n        width: 600px;\n        height: fit-content;\n        text-align: center;\n        overflow-y: auto;\n    }\n\n    .aumentur-modal-map-close {\n        color: #aaa;\n        font-size: 28px;\n        font-weight: bold;\n        cursor: pointer;\n        display: flex;\n        flex-direction: row;\n        justify-content: right;\n        margin-right: 10%;\n    }\n\n    .aumentur-modal-map-close:hover,\n    .aumentur-modal-map-close:focus {\n        color: black;\n        text-decoration: none;\n        cursor: pointer;\n    }\n\n    \/* Style for the modal content *\/\n    .aumentur-modal-map-list-container {\n        max-width: 600px;\n        margin: auto;\n        background: transparent;\n        height: 70%;\n    }\n\n    .aumentur-modal-map-list-container h3 {\n        font-size: 30px !important;\n    }\n\n    #aumentur-generated-pack-qr {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        height: 100%;\n        margin-bottom: 0.5em;\n        margin-top: 1em;\n    }\n\n    #aumentur-generated-pack-qr img {\n        width: 25%;\n    }\n\n    .mapboxgl-ctrl-top-left .mapboxgl-ctrl {\n        display: none;\n    }\n\n    #aumentur-pack-email-form label,\n    #aumentur-pack-email-form input {\n        font-size: var(--wp--preset--font-size--medium);\n    }\n\n    #aumentur-pack-email-info {\n        font-size: var(--wp--preset--font-size--normal);\n        margin-top: 0.5em;\n        color: green;\n    }\n\n    #aumentur-pack-email-info.error {\n        color: red !important;\n    }\n\n    #aumentur-pack-form-send {\n        padding: 3%;\n        cursor: pointer;\n        margin-top: 2em;\n        color: #168013f7;\n        border-style: solid;\n        border-width: thin;\n        border-color: lightgray;\n        border-radius: 15px;\n        font-weight: bold;\n    }\n\n    #aumentur-pack-form-send:hover {\n        background-color: lightgray;\n    }\n\n    .grab-location {\n        cursor: grab !important;\n        user-select: none;\n        margin-right: 1em;\n    }\n\n    .red-dot {\n        width: 12px;\n        height: 12px;\n        background-color: #FF5252;\n        \/* solid red *\/\n        border-radius: 50%;\n        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);\n    }\n\n    .leaflet-popup-content {\n        width: 20em !important;\n    }\n\n    .leaflet-routing-container {\n        display: none;\n    }\n<\/style>\n\n<div id=\"aumentur-map\">\n    <div id=\"aumentur-map-filters\">\n        <div class=\"grid-container\" id=\"main-menu\">\n            <button id=\"main-menu-all\" class=\"pack-toggle-button active\"><i class=\"fa-solid fa-globe\"><\/i>\n                <div>All<\/div>\n            <\/button>\n            <button id=\"main-menu-routes\" class=\"pack-toggle-button\"><i class=\"fa-solid fa-route\"><\/i>\n                <div>Routes<\/div>\n            <\/button>\n            <button id=\"main-menu-recommender\" class=\"pack-toggle-button\"><i class=\"fa-solid fa-compass\"><\/i>\n                <div>Explore<\/div>\n            <\/button>\n        <\/div>\n\n        <div class=\"grid-container\" id=\"pack-filter\" style=\"display: none;\">\n        <\/div>\n    <\/div>\n    <div id=\"generate-aumentur-pack\">\n        <span>Take the route with you<\/span>\n        <!-- <img decoding=\"async\" src=\"\/images\/logo_aumentur.svg\" alt=\"Aumentur download\"> -->\n    <\/div>\n    <div class=\"map-container\">\n        <div id=\"sidebar\">\n            <div id=\"sidebar-location\" style=\"border-bottom: 2px solid black; display: flex; justify-content: space-between;\">\n                <h3 id=\"sidebar-title\">Points of interest<\/h3>\n                <button id=\"location-list-button\"><i class=\"fa-solid fa-angle-up\"><\/i><\/button>\n            <\/div>\n            <ul id=\"location-list\"><\/ul>\n\n            <div id=\"recommender\" style=\"display: none;\">\n                <div class=\"aumentur-bootstrap\">\n    <div class=\"d-flex align-items-center justify-content-center\">\n        <div class=\"d-flex w-100 flex-column border rounded p-3\" style=\"min-height: 600px;\">\n            <div class=\"aumentur-back-arrow\" id=\"aumentur-planner-previous\">\n                <i class='fas fa-angle-left' style=\"color: var(--rojo-aumentur)\"><\/i>\n            <\/div>\n\n            <div id=\"aumentur-planner-survey\">\n                <div class=\"aumentur-planner-active\" style=\"display: block\">\n                    <h3 class=\"text-justify\">Hello<\/h3>\n                    <p>I am your virtual assistant. Let's create a custom pack for your visit.<\/p>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/robot.svg\" alt=\"Aumentur Bot\"\n                            class=\"img-fluid\" style=\"max-width: 50% !important\">\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question aumentur-planner-optional\" style=\"display: none\">\n                    <h3 class=\"text-justify\">Where are you going to go?<\/h3>\n                    <div class=\"buscador_listado\">\n                        <input type=\"search\" name=\"search\" id=\"planner_city_search\" placeholder=\"\" class=\"ps-5\">\n                        <button style=\"left: 0\"><i class=\"fas fa-search\"><\/i><\/button>\n                        <div class=\"dropdown-menu\" id=\"aumentur_city_suggestion\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/map.svg\" alt=\"Aumentur Map\"\n                            class=\"img-fluid\">\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none;\">\n                    <h3 class=\"text-justify\">Where will you start?<\/h3>\n                    <p>Click on the map!<\/p>\n                    <div id=\"aumentur-planner-map\" style=\"width: 100%; height: 40vh;\">\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none\">\n                    <h3 class=\"text-justify\">When will you go?<\/h3>\n                    <p>This way we can make better use of your time.<\/p>\n                    <form action=\"\">\n                        <div class=\"form-group row\">\n                            <label for=\"planner_date_from\" class=\"col-2 col-form-label ps-0\">From<\/label>\n                            <div class=\"col-10\">\n                                <input id=\"planner_date_from\" name=\"planner_date_from\" type=\"text\"\n                                    class=\"form-control\">\n                            <\/div>\n                            <label for=\"planner_date_to\" class=\"col-2 col-form-label ps-0 mt-3\">To<\/label>\n                            <div class=\"col-10 mt-3\">\n                                <input id=\"planner_date_to\" name=\"planner_date_to\" type=\"text\" class=\"form-control\">\n                            <\/div>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                    <form action=\"\">\n                        <div class=\"form-group row mt-5\">\n                            <div class=\"col-12\">\n                                <div class=\"form-check form-check-inline\">\n                                    <input name=\"checkbox\" id=\"planner_date_checkbox\" type=\"checkbox\"\n                                        class=\"form-check-input\" value=\"\">\n                                    <label for=\"planner_date_checkbox\" class=\"form-check-label\">I do not know yet<\/label>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/calendar.svg\"\n                            alt=\"Aumentur Map\" class=\"img-fluid\">\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question aumentur-planner-optional\" style=\"display: none\">\n                    <h3 class=\"text-justify\">How long will you stay?<\/h3>\n                    <p>Approximately...<\/p>\n                    <form action=\"\">\n                        <div class=\"form-group mt-5 d-flex justify-content-center align-items-center\">\n                            <div id=\"planner-time\">\n                                <div class=\"form-check\">\n                                    <input name=\"radio-approximate\" id=\"radio_0\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-approximate\" value=\"ONE_DAY\"\n                                        required=\"required\">\n                                    <label for=\"radio_0\" class=\"form-check-label\">One day or less<\/label>\n                                <\/div>\n                                <div class=\"form-check mt-5\">\n                                    <input name=\"radio-approximate\" id=\"radio_1\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-approximate\" value=\"WEEKEND\"\n                                        required=\"required\">\n                                    <label for=\"radio_1\" class=\"form-check-label\">A weekend<\/label>\n                                <\/div>\n                                <div class=\"form-check mt-5\">\n                                    <input name=\"radio-approximate\" id=\"radio_2\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-approximate\" value=\"BETWEEN_3_AND_7\"\n                                        required=\"required\">\n                                    <label for=\"radio_2\" class=\"form-check-label\">3 to 7 days<\/label>\n                                <\/div>\n                                <div class=\"form-check mt-5\">\n                                    <input name=\"radio-approximate\" id=\"radio_3\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-approximate\" value=\"MORE_THAN_WEEK\"\n                                        required=\"required\">\n                                    <label for=\"radio_3\" class=\"form-check-label\">More than one week<\/label>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none\">\n                    <h3 class=\"text-justify\">How will you travel?<\/h3>\n                    <p>This way we can better adjust your visit times.<\/p>\n                    <div class=\"container\" id=\"planner-travel\">\n                        <div class=\"row\">\n                                                            <div class=\"col-sm-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-3f0e-46d2-a57a-66c19ed77d1d\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-people aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/travel-units\/ef213b20-7852-4c8f-8b72-3e831bd52e5b.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Alone<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-sm-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-41cb-4bb9-896c-3a3072583609\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-people aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/travel-units\/1f6804e2-1325-4bbe-ab2e-26bd6f1c5545.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Couple<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-sm-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-4461-466c-9dc0-987dc1df6cb1\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-people aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/travel-units\/324cf48d-0790-4e97-b153-0549d3645a54.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Family<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-sm-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-46be-4dc7-83a9-bdf7a1909b55\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-people aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/travel-units\/68b83abf-50d7-48d1-8dcf-4f2c9b99c325.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Group<\/p>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                    <div class=\"container mb-3\">\n                        <div class=\"row\">\n                            <div class=\"form-check form-check-inline mt-3 me-0 pe-0\">\n                                <input name=\"checkbox\" id=\"planner_reduced_mobility\" type=\"checkbox\"\n                                    class=\"form-check-input\" value=\"\">\n                                <label for=\"planner_reduced_mobility\" class=\"form-check-label\"><img decoding=\"async\"\n                                        src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/mobility.svg\" alt=\"Aumentur Bot\" class=\"img-fluid\">\n                                    With reduced mobility<\/label>\n                            <\/div>\n                            <div class=\"form-check form-check-inline mt-3 me-0 pe-0\">\n                                <input name=\"checkbox\" id=\"planner_pets\" type=\"checkbox\"\n                                    class=\"form-check-input\" value=\"\">\n                                <label for=\"planner_pets\" class=\"form-check-label\"><img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/paw.svg\" alt=\"Aumentur Bot\" class=\"img-fluid\">With pets<\/label>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none\">\n                    <h3 class=\"text-justify\">What do you like to see?<\/h3>\n                    <p>I will try to adjust my selection to your tastes.<\/p>\n                    <div class=\"container\" id=\"aumentur-select-categories\">\n                        <div class=\"row\">\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9cea3430-5573-4a86-9eea-4f6e718b82c9\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/4f067734-81b3-49f3-8d0b-4ef7b0155828.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Active Tourism<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-5066-49cf-9d01-c5a4bbc0d465\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/2c371fea-442c-4f1f-9f45-91ce3dbffcbb.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Gastronomy<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-4bb9-4b50-846a-23cbd71f8261\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/ae3bbfc3-d158-4539-89c4-e41d64cdf8bf.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Monuments<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-4e0f-4dfc-9652-58bca4448ba4\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/f9413c76-ac71-4307-ab09-f35820e2c754.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Museums<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-55b9-42a2-83c0-20edbcf4c6c1\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/c6f5177e-49c0-425e-82ca-c8a6214e05dd.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Nature<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-5315-4bba-ac54-fdbca5c344fe\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/cfa90f5b-9a6a-4e8c-a4c4-ef39f116254f.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Parties<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-58e3-4e60-9931-27e6218a3ddb\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/1aa45710-75ce-4a6f-b391-139750be0aa3.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Religioso<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-4 d-flex flex-column align-items-center justify-content-center text-center ps-0 pe-0\" data-id=\"9ccddc2b-5b91-4753-8b45-5defa69ce46c\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/recommender-tags\/26f3add9-d88b-4179-a971-f687af39b764.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Urban space<\/p>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question aumentur-planner-skipable\" style=\"display: none\">\n                    <h3 class=\"text-justify\">How fast do you move?<\/h3>\n                    <p>We will adjust your visit to a suitable pace.<\/p>\n                    <form action=\"\">\n                        <div class=\"form-group\">\n                            <label for=\"aumentur-age-select\">Age<\/label>\n                            <select id=\"aumentur-age-select\" name=\"aumentur-age-select\" class=\"form-select\">\n                                <option selected value=\"NON_SPECIFIED\">Don't specify<\/option>\n                                <option value=\"LESS_18\">Under 18<\/option>\n                                <option value=\"BETWEEN_18_24\">Between 18 and 24<\/option>\n                                <option value=\"BETWEEN_25_34\">Between 25 and 34<\/option>\n                                <option value=\"BETWEEN_35_44\">Between 35 and 44<\/option>\n                                <option value=\"BETWEEN_45_54\">Between 45 and 54<\/option>\n                                <option value=\"BETWEEN_55_64\">Between 55 and 64<\/option>\n                                <option value=\"MORE_65\">Over 65<\/option>\n                            <\/select>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/calendar.svg\"\n                            alt=\"Aumentur Bot\" class=\"img-fluid\">\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none\">\n                    <h3 class=\"text-justify\">In what way?<\/h3>\n                    <p>We will adjust your visit to a suitable pace.<\/p>\n                    <div class=\"container\" id=\"planner-travel-way\">\n                        <div class=\"row\">\n                                                            <div class=\"col-md-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-37ef-462e-bff0-b1db6d7b4492\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-travel aumentur-selectable-image p-1 m-1\" data-transport=\"bicicletapatinete\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/transport-types\/00ee6a69-0fc2-4714-8114-c8d3de4ce59e.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p style=\"text-align: center;\">Bicycle\/Scooter<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-3c9a-4299-872b-5b4ff24a5fba\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-travel aumentur-selectable-image p-1 m-1\" data-transport=\"coche-propio\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/transport-types\/17217701-8f34-4b6f-a981-3edaebf4083a.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p style=\"text-align: center;\">Car<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-3a3b-4ef0-a3ca-bf520f8d34bf\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-travel aumentur-selectable-image p-1 m-1\" data-transport=\"transporte-publico\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/transport-types\/3f6e82a6-2e68-47d9-aedd-5edc55ad6a87.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p style=\"text-align: center;\">Public transport<\/p>\n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"col-md-6 d-flex align-items-center justify-content-center ps-0 pe-0\" data-id=\"9ccddc2b-3530-4b41-b305-3a5d90dfce2a\">\n                                    <div class=\"d-flex flex-column align-items-center aumentur-planner-travel aumentur-selectable-image p-1 m-1\" data-transport=\"andando\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumenturpruebas.s3.eu-central-1.amazonaws.com\/transport-types\/416de100-0327-4165-99ae-730a7807c323.webp\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p style=\"text-align: center;\">Walking<\/p>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"aumentur-planner-question\" style=\"display: none\">\n                    <h3 class=\"text-justify\">Do I include places with paid tickets?<\/h3>\n                    <form action=\"\">\n                        <div class=\"form-group mt-5 d-flex justify-content-center align-items-center\">\n                            <div>\n                                <div class=\"form-check\">\n                                    <input name=\"radio-pay\" id=\"aumentur-pay-radio-0\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-premium\" value=\"premium\"\n                                        required=\"required\">\n                                    <label for=\"aumentur-pay-radio-0\" class=\"form-check-label\">Yes, I want to see everything<\/label>\n                                <\/div>\n                                <div class=\"form-check mt-5\">\n                                    <input name=\"radio-pay\" id=\"aumentur-pay-radio-1\" type=\"radio\"\n                                        class=\"form-check-input aumentur-radio-premium\" value=\"free\"\n                                        required=\"required\">\n                                    <label for=\"aumentur-pay-radio-1\" class=\"form-check-label\">No, only free of charge<\/label>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"https:\/\/cordoba.aumenturpruebas.site\/wp-content\/plugins\/aumentur-plugin\/public\/partials\/shortcodes\/planner\/\/images\/ticket.svg\" alt=\"Aumentur Bot\"\n                            class=\"img-fluid\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"w-100 mt-auto\">\n                <div class=\"progress mb-3\">\n                    <div id=\"aumentur-planner-progressbar\" class=\"progress-bar\"\n                        style=\"background-color: var(--rojo-aumentur)\" role=\"progressbar\" aria-valuenow=\"0\"\n                        aria-valuemin=\"0\" aria-valuemax=\"100\"><\/div>\n                <\/div>\n                <button id=\"aumentur-planner-next\" class=\"btn btn-lg aumentur-planner-button\">Next<\/button>\n                <form id=\"aumentur-planner-create\" action=\"#\" style=\"display: none\" data-trp-original-action=\"#\">\n                    <input type=\"hidden\" value=\"true\" name=\"route_created\">\n                    <button class=\"btn btn-lg aumentur-planner-button\" id=\"aumentur-create-route\">Create route<\/button>\n                <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>            <\/div>\n        <\/div>\n\n        <div id=\"map-wrapper\">\n            <div id=\"map\">\n                <button id=\"tag-filters-button\">\n                    <i class=\"fa-solid fa-filter\"><\/i>\n                    <div>\n                        FILTER                    <\/div>\n                <\/button>\n                <div id=\"tag-filters\" style=\"display: none;\">\n                    <div style=\"margin-bottom: 3em;\">\n                        <input type=\"checkbox\" id=\"tag-filters-all\" value=\"select-all\" name=\"select-all\" checked>\n                        <label for=\"select-all\">Select all<\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"aumentur-modal-map\" id=\"aumentur-modal-map\">\n        <div class=\"aumentur-modal-map-content\">\n            <span class=\"aumentur-modal-map-close\" id=\"aumentur-modal-map-close\"><i\n                    class=\"fa fa-times\" aria-hidden=\"true\"><\/i><\/span>\n            <div class=\"aumentur-modal-map-list-container\">\n                <h3 style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; color: #FF5252;\">Take it with you on your mobile and share it with others!<\/h3>\n                <div id=\"aumentur-generated-pack-qr\"><\/div>\n                <a href=\"\" id=\"aumentur-generated-pack-deeplink\"><\/a>\n            <\/div>\n            <!-- <button id=\"aumentur-pack-pdf\"><\/button> -->\n            <h4 style=\"text-align: center; margin-top: 15px; margin-bottom: 15px;\">Or send it to your email: <\/h4>\n            <div id=\"aumentur-pack-email-form\">\n                <input type=\"email\" id=\"aumentur-pack-email\" name=\"aumentur-pack-email\"><br>\n                <div id=\"aumentur-pack-email-info\"><\/div>\n\n                <button id=\"aumentur-pack-form-send\">Send<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"aumentur-modal-map\" id=\"aumentur-modal-image\">\n        <div class=\"aumentur-modal-map-content\" style=\"width: 100vh;\">\n            <span class=\"aumentur-modal-map-close\" id=\"aumentur-modal-image-close\" style=\"margin-right: 0 !important;\"><i\n                    class=\"fa fa-times\" aria-hidden=\"true\"><\/i><\/span>\n            <img decoding=\"async\" src=\"\" id=\"modal-image-big\" \/>\n        <\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n<script>\n    let plannerTravelWay = \"andando\";\n    let activeLocations = [];\n    let previousSelectedPack = null;\n    let selectedPack = \"no-packs\";\n    let startMarker, endMarker, routeStartMarker, routeEndMarker;\n    let previousMenuOption = $('#main-menu button').first();\n    let sortable = null;\n    let startingPoint = null;\n\n    \/\/ List of important locations\n    const locations = JSON.parse('[{\\\"id\\\":\\\"9e784cca-b26b-4cdc-a878-06027f4748fe\\\",\\\"name\\\":\\\"Andalusi House\\\",\\\"coords\\\":[-4.7835266590118,37.879976866879],\\\"description\\\":\\\"This 12th-century house conserves the intimate\\\\n atmosphere of Hispano-Islamic homes.\\\\n Its rooms and courtyards house an exhibition\\\\n of Arabic coins and a model of one of the first\\\\n paper-making machines to arrive in the West.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-andalusi\\\\\/854b8294-1a83-4615-9a2b-28b287bf12df.jpg\\\"},{\\\"id\\\":\\\"9e784ccd-6b76-4071-9387-1fbfd6fd6494\\\",\\\"name\\\":\\\"Antiguo convento del Carmen - Faculty of Law\\\",\\\"coords\\\":[-4.767206884733,37.885024965572],\\\"description\\\":\\\"<p>Of the Convento del Carmen Calzado , transferred to the Puerta Nueva in 1580 and later alienated, the only remaining elements are the church and, inside the Faculty of Law, o lovely two-story cloister and the refectory.<\\\\\/p>\\\\n<p>The church&#8217;s main entrance, with Vignolesque influence and located at the foot of the temple, is sealed.<\\\\\/p>\\\\n<p>The interior dispays o single nave, covered by o stilted barrel vault and o slightly pronounced transept that is topped by o truncated vault decorated by the coats of arms of The C\u00e1rdenas family. The paintings at the high retable are by Vald\u00e9s Leal.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/antiguo-convento-del-carmenfacultad-de-derecho\\\\\/e4a13319-a97c-403f-8ada-037670b461ef.webp\\\"},{\\\"id\\\":\\\"9e784cca-f5af-445d-9ca5-b33d4e96af06\\\",\\\"name\\\":\\\"Arab Baths of Santa Maria\\\",\\\"coords\\\":[-4.779779632647,37.880298924553],\\\"description\\\":\\\"<p>Built over a 10th-century wash house linked to the Great Mosque, these baths, today part of a private home, are a perfect example of this type of Hispano-Islamic buildings. <\\\\\/p><p><\\\\\/p><p>What is today the vestibule was formerly a dressing and resting room that led onto the cold water room (today an open courtyard) while the hot room gave onto an elliptical cistern more than 10m deep.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/banos-arabes-de-santa-maria\\\\\/66fe65d4-237b-4e5f-9399-1f200c51b0d7.webp\\\"},{\\\"id\\\":\\\"9e784ccb-3445-4c0f-8819-9eec3b8fbbd4\\\",\\\"name\\\":\\\"Archaeological Museum\\\",\\\"coords\\\":[-4.7779982585338,37.881876113536],\\\"description\\\":\\\"<p>The Renaissance palace, once home to the P\u00e1ez de Castillejo family houses this museum, regarded as one of the most complete in Spain with large funds from all periods ranging from Prehistory to the Middle Ages. <\\\\\/p><p><\\\\\/p><p>The courtyards, garden and galleries make attractive exhibition spaces holding items such as the ceramic jar from Zuheros, Roman mosaics of Cortejo B\u00e1quico and the Four Seasons, Aphrodite inclined and the Bronze Deer from Madinat al-Zahra.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-arqueologico\\\\\/a51e39e4-e542-4d4b-a8fa-5443736c76be.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7266-43e9-84c9-22cadbb48766\\\",\\\"name\\\":\\\"Bail\u00edo Palace\\\",\\\"coords\\\":[-4.7769767045975,37.887728865401],\\\"description\\\":\\\"<p>The most noteworthy thing about this house, that used to belong to the Fern\u00e1ndez de C\u00f3rdova family, is its magnificent early 16thcentury Plateresque portico designed by Hern\u00e1n Ruiz II and decorated with mythological themes. <\\\\\/p><p><\\\\\/p><p>It is home to the Roger Garaudy Foundation\u2019s Biblioteca Viva de Al Andalus.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-del-bailio\\\\\/67bae54b-0c65-4421-938c-44b125c93023.webp\\\"},{\\\"id\\\":\\\"9e784cca-e247-4f5a-aba2-c7d40daa2872\\\",\\\"name\\\":\\\"Bonfire Street\\\",\\\"coords\\\":[-4.7803294658661,37.880355538111],\\\"description\\\":\\\"Close to the Mosque, this winding street, typical\\\\n of Moorish town planning links Deanes\\\\n and Cespedes streets.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-de-la-hoguera\\\\\/de32e4c3-6b9f-44da-a5ad-8a336c5ee929.webp\\\"},{\\\"id\\\":\\\"9e784cca-60ba-4228-ae14-0a19aa71b3c7\\\",\\\"name\\\":\\\"Bridge Gate\\\",\\\"coords\\\":[-4.7791204496981,37.877755106895],\\\"description\\\":\\\"Originally part of the city walls, it was known\\\\n during the reconquest as the Algeciras Gate.\\\\n In the 16th century Hern\u00e1n Ruiz III remodelled,\\\\n it giving it the monumental appearance\\\\n of a triumphal arch. Inside, it has a permanent\\\\n Exhibitions Room showing its history as\\\\n well as a mirador affording magnificent views.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puerta-del-puente\\\\\/67d12198-bbc3-4b20-ace5-b33b85622fda.webp\\\"},{\\\"id\\\":\\\"9e784cca-cda0-442a-bb4a-646e09516d2c\\\",\\\"name\\\":\\\"Bullfighting Museum\\\",\\\"coords\\\":[-4.7828470523578,37.879363511155],\\\"description\\\":\\\"<p>Located in  Casa de las Bulas, among attractive courtyards and rooms, is a library dedicated to things taurine, bull\u2019s heads, photographs, posters, bullfighting apparel as well as a huge collection of articles dedicated to the five Caliphs of bullfighting. It is temporarily closed due to restoration work.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-taurino\\\\\/b44616ee-154b-4a2b-b2a4-02ebfc366e2f.webp\\\"},{\\\"id\\\":\\\"9e784cca-eebd-4dbc-a594-8337edfc5805\\\",\\\"name\\\":\\\"Cabezas Street\\\",\\\"coords\\\":[-4.7767397149499,37.880438980831],\\\"description\\\":\\\"This narrow alleyway starts at the Arco del\\\\n Portillo overlooked by the fortified tower of the\\\\n Casa de los Marqueses del Carpio. It has buildings\\\\n dating from the 13th to 16th centuries.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-cabezas\\\\\/a24f36ec-6095-4f1a-af6e-a6b57cb2aa4a.webp\\\"},{\\\"id\\\":\\\"9e784cca-9e16-48d7-a0f1-a357549ea1f8\\\",\\\"name\\\":\\\"Cairuan Street\\\",\\\"coords\\\":[-4.7836036847651,37.879441843138],\\\"description\\\":\\\"<p>Descending the steps in front of Seneca\u2019s statue in Puerta de Almod\u00f3var, we enter this quiet street. For its whole length it runs alongside the medieval wall that enclosed La Juder\u00eda and there are some pretty cisterns with runnels along which water flows. <\\\\\/p><p><\\\\\/p><p>The street ends next to the seated statue of Averroes.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-cairuan\\\\\/f6d586aa-6d2d-4346-9a5b-99a1aa9d0915.webp\\\"},{\\\"id\\\":\\\"9e784cca-51f1-4920-9aaf-88873a0396d9\\\",\\\"name\\\":\\\"Calahorra Tower-Museum\\\",\\\"coords\\\":[-4.7765254467776,37.875586540483],\\\"description\\\":\\\"<p>Part of a Moorish castle (built over the former<br \\\\\/>\\\\nRoman gate) that controlled access to the city<br \\\\\/>\\\\nand rebuilt in the 14th century, the tower hosts<br \\\\\/>\\\\nthe Living Museum of Al-Andalus. Here we can<br \\\\\/>\\\\nsee different examples of how the Jewish, Muslim<br \\\\\/>\\\\nand Christian cultures lived side by side<br \\\\\/>\\\\nin medieval Cordoba. On display are Moorish<br \\\\\/>\\\\nsurgical instruments, musical instruments and<br \\\\\/>\\\\nmodels of buildings.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-torre-de-la-calahorra\\\\\/7428c9df-0c04-47ca-9c6e-22da114f1aaf.webp\\\"},{\\\"id\\\":\\\"9e784ccc-9957-4c32-a46a-9d9c2287cf54\\\",\\\"name\\\":\\\"Capuchin Convent\\\",\\\"coords\\\":[-4.7785699367523,37.885777111879],\\\"description\\\":\\\"<p>The convent of the Capuchin sisters was built in the 17th century on the site of the former 15th century stately home of the Marquises of Sessa. Some of the original features survive in the cloisters, such as the impressive Mudejar gate and Roman, Visigoth and Islamic capitals. <\\\\\/p><p><\\\\\/p><p>The decorative ceilings and plasterwork in the refectory are also of Mudejar style. The coat of arms of the family who donated the building can be seen on several ceilings and walls. The convent church, dedicated to San Rafael, dates from the 18th Century, and consists of a single nave with barrel vaulting above.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-capuchinas\\\\\/27310751-1cbc-41e8-a8c2-1ab9b933629b.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4b45-4527-8e9b-04b22d4998ad\\\",\\\"name\\\":\\\"Colt Square\\\",\\\"coords\\\":[-4.7748187214751,37.881065559054],\\\"description\\\":\\\"<p>Situated in the district of the Axerquia, the square gets its name from the Renaissance fountain in the middle, whose main decorative feature is the figure of a potro (colt). Traditionally, the square was a place where cattle were bought and sold, and artisans worked, as can be seen from the famous posada (inn), which bears the same name. <\\\\\/p><p><\\\\\/p><p>On the other side of the square are the Fine Arts Museum and the Julio Romero de Torres Museum.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/plaza-del-potro\\\\\/00e27ef8-bfb4-4e77-9b1d-ccc5c29c74e6.webp\\\"},{\\\"id\\\":\\\"9e784cca-8ad4-44f0-92e3-f6603b037340\\\",\\\"name\\\":\\\"Conference and Exhibitions Centre\\\",\\\"coords\\\":[-4.780208224793,37.878635231433],\\\"description\\\":\\\"For two centuries, this complex was Cordoba\u2019s\\\\n only hospital. What is now the city\u2019s Conference\\\\n and Exhibitions Centre was built in the\\\\n 16th century. Worthy of note are its Mudejar\\\\n Cloisters and the Flemish Gothic Chapel,\\\\n boasting a wealth of Plateresque decoration\\\\n and designed by Hern\u00e1n Ruiz I.,\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-d805-4851-960e-ea6db5e4fb7b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"teatro-auditorio\\\",\\\"main\\\":true,\\\"title\\\":\\\"Teatro - Auditorio\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Teatro - Auditorio\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-congresos-y-exposicioneshospital-mayor-de-san-sebastian\\\\\/1304da6b-6c1b-4ba3-a914-1fb8d3d99349.webp\\\"},{\\\"id\\\":\\\"9e784ccc-cd87-4961-945c-298f0a44a0a2\\\",\\\"name\\\":\\\"Convent Church of la Encarnaci\u00f3n\\\",\\\"coords\\\":[-4.778878390789,37.880988534308],\\\"description\\\":\\\"<p>This church, which belongs to the Cistercian order, is very near the Mosque. Despite being originally Medieval, the Renaissance and Baroque reforms have wiped out any traces of the former building.<\\\\\/p><p><\\\\\/p><p>A Renaissance fa\u00e7ade leads to the magnificent church, which inside has a single nave and Baroque style vaulting. The polychromatic stucco work produces a stunning combination of blue, white and gold, and the main altarpiece, in gold and green, with spiralling columns and pilasters, is equally attractive.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-b481-46b0-b4f0-c91efc759ff3\\\",\\\"name\\\":\\\"Convent of Santa Cruz\\\",\\\"coords\\\":[-4.769321680069,37.881962363987],\\\"description\\\":\\\"<p>Located on Agust\u00edn Moreno Street, near the Church of San Pedro, is the extensive monastery of the Holy Cross, run by Poor Clare nuns. Founded in the 15th century, it preserves few vestiges of its Gothic origin due to subsequent remodeling, much of it in the Baroque. <\\\\\/p><p><\\\\\/p><p>The semicircular arch cover gives way to the compass. At the entrance to the church you can see the shields of the convent&#39;s patrons, Marquises of Escalonias, buried under the steps of the presbytery. The church, completely remodeled in the 18th century, draws attention for the 18th century tiled plinth and the coffered ceilings of the upper and lower choirs.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-cruz\\\\\/e8691534-30a8-4b26-8c09-c791caf412b6.webp\\\"},{\\\"id\\\":\\\"9e784ccc-a013-494d-896d-1f6745bb6e40\\\",\\\"name\\\":\\\"Convent of Santa Isabel de los \u00c1ngeles\\\",\\\"coords\\\":[-4.7751313447952,37.88929107769],\\\"description\\\":\\\"<p>This convent was initially founded in the 15th century by Lady Mar\u00eda de Villaseca, and has an interesting 17th century fa\u00e7ade featuring the coat of arms of the founding family. From the small, tidy entrance courtyard the visitor can see the austere fa\u00e7ade of the church and the sacristy, built in stone with curved, split pediments. <\\\\\/p><p><\\\\\/p><p>The church is rectangular with a single nave, and preserves interesting examples of Cordoban Mannerism, as well as paintings and sculptures in wood and stone from the 17th and 18th centuries. The people of Cordoba have a special devotion to the image of San Pancracio, which they visit every Wednesday of the year to ask the saint for help in finding a job, either for themselves or for someone they know<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-isabel-de-los-angeles\\\\\/9c43b721-1c35-45bb-9856-7079d414d255.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0084-4448-b95a-4dfaa5468d89\\\",\\\"name\\\":\\\"Corredera Square\\\",\\\"coords\\\":[-4.7744524290938,37.8836208395],\\\"description\\\":\\\"<p>With the characteristics of a Castilian plaza mayor, similar to those in Madrid and Salamanca, this square is unique in Andalusia. It is an enormous closed rectangle surrounded by colonnades with large round arches over which three storeys of private dwellings rise. Only the balcony for public appearances over the municipal food market and the restored Casa de Do\u00f1a Mar\u00eda Jacinta on the south west corner has been respected. <\\\\\/p><p><\\\\\/p><p>It\u00b4s antique shops, bookshops, caf\u00e9s and cocktail bars where visitors can relax on their terraces in the sun show that the light-hearted atmosphere that the square enjoyed in the past (bull fights, juegos de ca\u00f1as, etc.) is still present. As well as a weekly flea-market, every January the square is home to a Medieval Market.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Fuente monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-corredera\\\\\/8ae3b214-c55e-41e8-9d08-215df9ef57d1.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4fbd-47a2-a2da-bde55b53a751\\\",\\\"name\\\":\\\"Cuesta del Bail\u00edo\\\",\\\"coords\\\":[-4.7765529155731,37.887791523889],\\\"description\\\":\\\"<p>The central street calle Alfaros leads to the street named Cuesta del Bail\u00edo (the Bailio Steps), which was originally one of the entrances of the city walls which connected the Axerquia with the Medina. At the top stands the Casa del Bail\u00edo (Bailio House), with its attractive Renaissance fa\u00e7ade. <\\\\\/p><p><\\\\\/p><p>This well-loved street leads to the square Plaza de Capuchinos, with the popular statue of Cristo de los Faroles (Christ of the Lanterns) at one end.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/cuesta-del-bailio\\\\\/c1b1ac46-0680-4660-9f1e-014fd6c23a3f.webp\\\"},{\\\"id\\\":\\\"9e784cca-db7c-4563-bc8c-299c343f6eea\\\",\\\"name\\\":\\\"Flowers street\\\",\\\"coords\\\":[-4.7796067534866,37.880370904383],\\\"description\\\":\\\"This peaceful, narrow, winding\\\\n street with its grated balconies\\\\n bedecked with flowers, is in\\\\n the heart of the Juder\u00eda. One of\\\\n the best views of the Cathedral\\\\n tower is to be had from the fountain\\\\n in the centre of the small square\\\\n at the end of this street.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Fuente monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-de-las-flores\\\\\/b4012997-7c02-4d99-922b-b445e5e00ae1.webp\\\"},{\\\"id\\\":\\\"9e784cca-c70e-4f8e-a246-a0a791883f5b\\\",\\\"name\\\":\\\"Former Hospital of Cardinal Salazar\\\",\\\"coords\\\":[-4.7823970960891,37.879581570252],\\\"description\\\":\\\"Today home to the Faculty of Philosophy\\\\n and Letters, this noble building, with its\\\\n imposing fa\u00e7ade of small windows inscribed\\\\n with the names and dates of the\\\\n former hospital\u2019s patients, is one of the\\\\n most interesting examples of Cordoban\\\\n Baroque. The complex includes the exquisite\\\\n Mudejar architecture of the chapel\\\\n of San Bartolom\u00e9.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/facultad-de-filosofia-y-letrasantiguio-hospital-del-cardenal-salazar\\\\\/b597b5c8-3bec-4073-bf50-fcb968746be2.webp\\\"},{\\\"id\\\":\\\"9e784ccc-9277-4eb8-84da-8774e5447b16\\\",\\\"name\\\":\\\"Hermitage of la Alegr\u00eda\\\",\\\"coords\\\":[-4.7833523154259,37.885474536055],\\\"description\\\":\\\"<p>Behind the Collegiate Church of San Hip\u00f3lito stands this charming hermitage called la Alegr\u00eda (Joy), in honour of the Virgin, patron of the hermitage. It was first built in the 18th century by Hurtado Izquierdo, although there have been many alterations since.<\\\\\/p><p><\\\\\/p><p>The main entrance to the church, built by Juan Navajas, has broken pediments, one triangular and the other curved. <\\\\\/p><p><\\\\\/p><p>Next to the main entrance to the church there is another door which leads to the courtyard, with its porticos.<\\\\\/p><p><\\\\\/p><p>The building is rectangular with oval vaulting, and the elegant plasterwork is complemented by the beautiful altar, built in the 18th Century by Manuel S\u00e1nchez Sandoval<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-2d00-4272-bfe5-3d9f8f4b363d\\\",\\\"name\\\":\\\"House of Bells\\\",\\\"coords\\\":[-4.7690212726593,37.882033495402],\\\"description\\\":\\\"This 15th century stately home, originally the house of Pedro de Montemayor, Lord of Alcaudete, is situated in calle Siete Revueltas, in the popular district of Santiago. The most interesting features include the Mudejar style courtyard with multi-foiled arches and rich decorative work. This former stately home once contained a foundry for making bells, which gave it the popular name which survives to this day. A wide range of artistic events are held here throughout the year\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-las-campanas\\\\\/a1b9ae3a-e0da-41ec-a1c0-370edfeb97c1.webp\\\"},{\\\"id\\\":\\\"9e784ccd-541e-448c-9f80-83bd557c7361\\\",\\\"name\\\":\\\"House of the Aguayo family\\\",\\\"coords\\\":[-4.7718107700348,37.883100458193],\\\"description\\\":\\\"<p>In the small square of the same name, near the church of San Pedro, stands the aristocratic house of the Aguayo family. This beautiful building, the current home of the school of the Sagrada Familia, popularly known as Las Francesas, has a beautiful carved fa\u00e7ade from the early 16th century, adorned with laureate medallions and the family coat of arms. <\\\\\/p><p><\\\\\/p><p>Inside, the lavish red and black marble staircase and a large garden are particularly noteworthy.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-5fd4-4a33-8e57-45b5da3e101a\\\",\\\"name\\\":\\\"House of the Guzmanes. Municipal Historical Archives\\\",\\\"coords\\\":[-4.7834831675346,37.881707083363],\\\"description\\\":\\\"The Municipal Archives are situated in the centre of the Jewish Quarter in a former stately home, reputed to be the house of the Guzman family, although the family coat of arms above the entrance belongs to the Hoces family. The entrance consists of a solid stone gateway with Mudejar-style border, leading to attractive interior courtyards. The staircase was built in 1609, and has a fine cupola and ornate bannisters\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-guzmanesarchivo-historico-municipal\\\\\/28d07684-fc91-4d1e-b963-546735c648c9.webp\\\"},{\\\"id\\\":\\\"9e784ccb-0301-4746-9131-3e118a284f08\\\",\\\"name\\\":\\\"Indiano House\\\",\\\"coords\\\":[-4.7824528463455,37.881447285546],\\\"description\\\":\\\"<p>L\u2019ancienne maison des Ceas a \u00e9t\u00e9 achet\u00e9e par Mr. Juan Cosme de Paniagua \u00e0 son retour d\u2019Am\u00e9rique, o\u00f9 il avait fait fortune, d\u2019o\u00f9 son surnom de l\u2019Indien. Du b\u00e2timent m\u00e9di\u00e9val on ne conserve que la fa\u00e7ade autour d\u2019un arc d\u00e9prim\u00e9 sous un \u00e9l\u00e9gant balcon d\u00e9cor\u00e9 dans le style mud\u00e9jar.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-del-indiano\\\\\/cfab7855-a3fd-45e2-9466-8b446016069b.webp\\\"},{\\\"id\\\":\\\"9e784ccc-41b2-4ae1-87c2-c2f9c60779db\\\",\\\"name\\\":\\\"Inn of el Potro\\\",\\\"coords\\\":[-4.774908721447,37.880954802873],\\\"description\\\":\\\"Dating from the 14th-century, it is the only\\\\n example of the six middle age inns still located\\\\n in the Plaza during the 16th century. With dwellings revolving around a shared courtyard\\\\n and central well, this complex was a meeting\\\\n point for Andalusian ruffians during the 16th\\\\n and 17th centuries. Cervantes stayed here,\\\\n using it to inspire drawing inspiration from it\\\\n to write works such as Don Quixote and Rinconete\\\\n y Cortadillo. The Posada currently houses\\\\n the \u201cFosforito\u201d Flamenco Centre\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/posada-del-potro\\\\\/23590c62-afc7-44ce-8a5b-13ddbf769c0c.webp\\\"},{\\\"id\\\":\\\"9e784ccc-3b50-43e4-8bd9-9f41afcabbb1\\\",\\\"name\\\":\\\"Julio Romero de Torres Museum\\\",\\\"coords\\\":[-4.7745328313568,37.881234987643],\\\"description\\\":\\\"The museum was established in 1931, one\\\\n year after the death of this Cordoban artist,\\\\n the most popular exponent of Andalusian regionalism.\\\\n Its six rooms take us on a journey\\\\n through the artist\u2019s life using interesting exhibits\\\\n of photographs, newspapers, personal\\\\n objects and works from his early years to his\\\\n most famous works: La Chiquita Piconera,\\\\n Naranjas y Limones, etc.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-de-julio-romero-de-torres\\\\\/4c0f65c3-4e0e-4c37-a910-a28ec8844287.webp\\\"},{\\\"id\\\":\\\"9e784cca-6f40-49f5-89b3-448f95121b45\\\",\\\"name\\\":\\\"La Albolafia water wheel and Molinos\\\",\\\"coords\\\":[-4.7809302806854,37.8762422711],\\\"description\\\":\\\"<p>In the past, views of the Guadalquivir presented a panorama of sailing ships, market gardens and water mills that ground cereals and the henna used in perfumes and in dye products. <\\\\\/p><p><\\\\\/p><p>Next to the Molino de Martos and La Alegr\u00eda mills, now museums, is La Albolafia. Ordered to be built by Ab\u2019d al-Rahman II, its function was to send river water to the Emir\u2019s palace by an ingenious aqueduct. <\\\\\/p><p><\\\\\/p><p>It boasts a restored water wheel that Queen Isabel La Cat\u00f3lica ordered to be dismantled because of the noise it made so close to the royal residence.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-f39d-4918-9e42-34da3b428205\\\",\\\"name\\\":\\\"Luis de G\u00f3ngora House\\\",\\\"coords\\\":[-4.7766226530075,37.88133544497],\\\"description\\\":\\\"<p>Typical house of the XVII century located in the street Cabezas number 3, with a surface of 1.085 square metres built, two courtyards organise the distribution of the house. <\\\\\/p><p><\\\\\/p><p>The second courtyard is surrounded by a porticoed gallery that gives access to the rooms distributed on the sides. <\\\\\/p><p><\\\\\/p><p>From the upper floor there is access to another room called the \\'castillete\\' and also to a terrace from which there is an impressive panoramic view of the historic centre, where the Mosque-Cathedral rises majestically. <\\\\\/p><p><\\\\\/p><p>After the recent refurbishment of the building, it is planned to house the Centre for Gongorine Studies.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-luis-de-gongora\\\\\/485bd906-55ef-4275-bdb2-be4b9235d5d5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-e587-4161-9cfc-25d73b063148\\\",\\\"name\\\":\\\"Luna House\\\",\\\"coords\\\":[-4.7733691334724,37.885976099964],\\\"description\\\":\\\"This is one of the best examples of Plateresque\\\\n Andalusian noble mansions. Of great interest\\\\n is its stone fa\u00e7ade with one storey of\\\\n double windows in the style of a loggia and\\\\n mirador. The main door boasts original ballshaped\\\\n finials at the extremes and a relief design\\\\n of garlands on the lintel upon which we\\\\n can see the family coat of arms with a moon.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-luna\\\\\/3e6daef6-0283-48b1-ad5b-e0acfe21401a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0c99-4c80-8295-32f9e7c0633c\\\",\\\"name\\\":\\\"Madalena Church\\\",\\\"coords\\\":[-4.7691540765696,37.885499153903],\\\"description\\\":\\\"A mixture of Romanic, Gothic and Mudejar\\\\n styles, this was the first of the seven churches\\\\n founded by Fernando III after the city\u2019s reconquest.\\\\n The main door, located at the narthex,\\\\n boasts a beautiful rose window while the right\\\\n side entrance presents diamond-point decoration\\\\n and it is dated as the oldest church door\\\\n in Cordoba. The 17th-century tower presents\\\\n bodies of decreasing sizes.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-la-magdalena\\\\\/8dcbdd67-957b-4e45-8b2f-a22faaeb459e.webp\\\"},{\\\"id\\\":\\\"9e784ccc-1a33-40d2-970c-fe1d70b603fd\\\",\\\"name\\\":\\\"Marqueses de Benamej\u00ed Palace\\\",\\\"coords\\\":[-4.7693726420403,37.883867645681],\\\"description\\\":\\\"<p>Located in the popular Santiago quarter, this 18th-century complex comprises a series of buildings from different periods and in different artistic styles. Today the Escuela de Artes y Oficios, P\u00edo Baroja described it in his novel La Feria de los Discretos, set in Cordoba. <\\\\\/p><p><\\\\\/p><p>Inside, we can admire its splendid garden<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-los-marqueses-de-benameji\\\\\/16d82757-58bd-45fb-856f-9caafbcd6eb7.webp\\\"},{\\\"id\\\":\\\"9e784ccc-55ed-406c-8c05-424270abb820\\\",\\\"name\\\":\\\"Marqueses del Carpio House\\\",\\\"coords\\\":[-4.7759543479745,37.880894145354],\\\"description\\\":\\\"Close by the Arco del Portillo is part of the\\\\n M\u00e9ndez de Sotomayor family\u2019s 15th-century\\\\n palace. Prototype of large noble mansion, the\\\\n origins of this house and its military air date\\\\n back Fernando III\u2019s concession to the family\\\\n for them to defend and keep watch over the\\\\n city wall after the reconquest of Cordoba. The\\\\n building was planned to take advantage of part\\\\n of the medieval wall and one of the towers.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-marqueses-del-carpio\\\\\/c7ec0a74-4bb6-4fa3-9214-e74d00238e2c.webp\\\"},{\\\"id\\\":\\\"9e784ccc-2e0b-41c2-b322-ec82776df7f9\\\",\\\"name\\\":\\\"Martos Mills\\\",\\\"coords\\\":[-4.7697133284079,37.880765601355],\\\"description\\\":\\\"The Hydraulic Museum (in the Botanic\\\\n Gardens) in the Molino de Martos interprets\\\\n history via culture, water management\\\\n and the traditional use of plants. The\\\\n original 12th-century building had three\\\\n fulling mills, one flour mill and a jetty.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/molino-de-martos\\\\\/1cdaa24e-34a2-407c-9a11-b8bb579389c6.webp\\\"},{\\\"id\\\":\\\"9e784cca-475a-4b05-970e-5b926755248e\\\",\\\"name\\\":\\\"Mosque - Cathedral\\\",\\\"coords\\\":[-4.7794283625925,37.878893980622],\\\"description\\\":\\\"<p>Declared a World Heritage Site, it is the largest monument in the whole of the Islamic west and the third largest mosque in the world. <\\\\\/p><p><\\\\\/p><p>Observing its fa\u00e7ade, with its imposing crenellated walls, it is difficult to imagine the marvels hidden within, marvels that inspired the English author Gerald Brenan to write: \u201cit is the most beautiful and original building in Spain\u201d. <\\\\\/p><p><\\\\\/p><p>Building was begun in 785 by Ab\u2019d al-Rahman I on the site of the former Visigoth basilica of San Vicente and in the two centuries that followed it was extended by Ab\u2019d al-Rahman II and III, Al-Hakam II and Almansoor. As a result, it shows the evolution of the Caliphate\u2019s art while in the Christian cathedral, built inside the Mosque after the reconquest, we can see examples of the Gothic, Renaissance and Baroque styles. It occupies an area of 24,000 m2 and its outstanding forest of dichromatic horseshoe columns and its admirable Mihrab, with gilt Koranic inscriptions and rich mosaics -a gift from the Byzantine Emperor, give the complex, an example of the fusion of Islamic and Greek cultures, an air of magnificence.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c6c9-4e72-a4f2-692942ecc309\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":\\\"Mezquita\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Mezquita\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/mezquitacatedral\\\\\/d12e47c9-c89d-49c1-a7bb-e637eb045b9c.webp\\\"},{\\\"id\\\":\\\"9e784ccd-7c5d-4917-8cdb-4bf26bf4b23f\\\",\\\"name\\\":\\\"Mudejar House\\\",\\\"coords\\\":[-4.77988347235,37.880904730542],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-mudejar\\\\\/5dfa098d-d1ec-44ce-a8c8-187f4614940b.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7922-4a32-99db-ea3acae433ac\\\",\\\"name\\\":\\\"Rinc\u00f3n Door\\\",\\\"coords\\\":[-4.7763785719872,37.888509975689],\\\"description\\\":\\\"This tower, medieval in origin, with its archway\\\\n and sturdy defensive walls is at the\\\\n confluence of calle Alfaros and calle Isabel\\\\n Losa. It is open to give access between\\\\n the La Villa and La Axerqu\u00eda quarters.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puerta-del-rincon\\\\\/a5c181b8-42c4-4062-835f-be25ecd408ff.webp\\\"},{\\\"id\\\":\\\"9e784cca-594a-42bf-8d54-7bc51ce3c21b\\\",\\\"name\\\":\\\"Roman Bridge\\\",\\\"coords\\\":[-4.7779632240536,37.876700174166],\\\"description\\\":\\\"<p>The bridge, part of the Via Augusta, was<br \\\\\/>\\\\nbuilt in the reign of Emperor Augustus (1st<br \\\\\/>\\\\ncentury BC). It has been subject to numerous<br \\\\\/>\\\\nrenovations and in the present structure<br \\\\\/>\\\\nonly the ashlars and some of the arches<br \\\\\/>\\\\nof the original bridge remain. In 1561 a<br \\\\\/>\\\\ncarving of the archangel St. Raphael was<br \\\\\/>\\\\nplaced near the middle of the bridge.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puente-romano\\\\\/a122d034-f8b0-4f61-9b7a-f427cdcab2b5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-f99d-47c3-bfb0-05d14afbd1a3\\\",\\\"name\\\":\\\"Roman Temple\\\",\\\"coords\\\":[-4.776133878727,37.884679311579],\\\"description\\\":\\\"<p>Next to the Town Hall is the only Roman temple of which we have archaeological evidence. Dedicated to the cult of the Emperor, it dates from the 1st century AD and its dimensions surprise.<\\\\\/p><p><\\\\\/p><p>Located -at its origins- in the centre of a porticoed square, the temple rose from a high podium and had six isolated Corinthian columns at is entrance. Facing the entrance was the altar. <\\\\\/p><p><\\\\\/p><p>The base (3.5m) and eleven Corinthian columns have been reconstructed. Some elements from the original temple are on display in the Archaeological Museum or in singular and beautiful spots in the city such as the fluted column in Plaza de las Doblas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/templo-romano\\\\\/afc55f97-1a8f-4230-8fb9-1debbf3aeef5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-49dd-4d60-be23-9ead79a4c173\\\",\\\"name\\\":\\\"Sain Miguel Church\\\",\\\"coords\\\":[-4.7777112982103,37.885435646714],\\\"description\\\":\\\"This medieval Gothic church, near Calle\\\\n Cruz Conde underwent Baroque refurbishment.\\\\n Worthy of note in the portico\\\\n is a beautiful rose window of interlacing\\\\n columns. It has an interesting baptistery\\\\n covered by an attractive Mudejar cupola.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-miguel\\\\\/e004baaf-68c9-4da9-b728-db2893378d0a.webp\\\"},{\\\"id\\\":\\\"9e784ccb-df1e-4d23-bf97-8602ade69144\\\",\\\"name\\\":\\\"Saint Andres Churcg\\\",\\\"coords\\\":[-4.7730703676086,37.886180794279],\\\"description\\\":\\\"Founded in the 13th century on the site popularly\\\\n believed to be that of the Visigoth basilica\\\\n of San Zoilo, only the chapel of the Tabernacle\\\\n remains from its medieval origins. Inside,\\\\n it boasts a beautiful, florid Baroque retable\\\\n designed by Pedro Duque Cornejo, as well as\\\\n numerous canvasses of great artistic value.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-andres\\\\\/6991c31e-8d09-4818-99a4-9447df9c624f.webp\\\"},{\\\"id\\\":\\\"9e784cca-bfe9-4158-8f36-8169d07ebe14\\\",\\\"name\\\":\\\"Saint bartolom\u00e9 Chapel\\\",\\\"coords\\\":[-4.7826193814122,37.879574623598],\\\"description\\\":\\\"<p>This chapel, once the parish church of San Bartolom\u00e9, now forms part of the Faculty of Philosophy and Arts, the former Cardinal Salazar hospital, and is a splendid example of Mudejar architecture. It was built between the 14th and 15th centuries, and in the Baroque period was incorporated into the hospital, and then restored in the 19th century. <\\\\\/p><p><\\\\\/p><p>The main entrance is covered by a portico with three arches. <\\\\\/p><p><\\\\\/p><p>The interior is made up of a single nave with crossed vaulting on the ceiling, and features fine plasterwork and a tiled plinth. There are traces of former murals behind the altar. <\\\\\/p><p><\\\\\/p><p>The last restoration work was carried out in the 1970s, but recently work has started to recover the 19th century side chapel with its Baroque altarpiece.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c6c9-4e72-a4f2-692942ecc309\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":\\\"Mezquita\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Mezquita\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/capilla-de-san-bartolome\\\\\/47996b6f-7d57-4575-84fb-8dfe2ca3938e.webp\\\"},{\\\"id\\\":\\\"9e784ccb-2663-41f2-8fc8-18128ff463e8\\\",\\\"name\\\":\\\"Saint Hipolito Church\\\",\\\"coords\\\":[-4.7832865341792,37.885892301873],\\\"description\\\":\\\"<p>Construction work on the church, founded as a Royal Collegiate in the 14th century and located in Bulevar del Gran Capit\u00e1n, did not finish until the 18th century, conserving its medieval Gothic eastern end. <\\\\\/p><p><\\\\\/p><p>The tombs of kings Fernando IV and Alfonso XI El Justiciero are in the presbytery while that of the learned Ambrosio de Morales is in the cloister.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-hipolito\\\\\/88b918e4-611f-427f-8ac0-8c1695cc92af.webp\\\"},{\\\"id\\\":\\\"9e784ccb-add7-4a69-a098-75030bfa2d99\\\",\\\"name\\\":\\\"Saint Lorenzo Church\\\",\\\"coords\\\":[-4.7690832489728,37.888402564691],\\\"description\\\":\\\"The originality of this jewel of medieval\\\\n Cordoban architecture lies in the three\\\\n arches that precede the main entrance,\\\\n located to the right of a slender Renaissance\\\\n tower (built on the site of what was\\\\n the al-Mugira mosque\u2019s minaret) with an\\\\n impressive rose window in the centre.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-lorenzo\\\\\/317860e6-fbfb-4e7d-a943-1c6ee77af008.webp\\\"},{\\\"id\\\":\\\"9e784ccb-1f50-47b2-bccf-f83ed0c06453\\\",\\\"name\\\":\\\"Saint Nicolas de la Villa Chuch\\\",\\\"coords\\\":[-4.78216906401,37.884203001026],\\\"description\\\":\\\"<p>This grandiose edifice was built in the 13th century and rebuilt in the Gothic-Mudejar style in the 15 th.<\\\\\/p><p><\\\\\/p><p>It boasts one of the most beautiful towers to be found among the Ferdinandine churches, with polygonal structure built on the site of a Moorish minaret.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-nicolas-de-la-villa\\\\\/ea641ef3-69dc-482c-8e4c-96bb79567cf4.webp\\\"},{\\\"id\\\":\\\"9e784ccb-ec5c-4f3f-94e9-5a9f170c717b\\\",\\\"name\\\":\\\"Saint Pablo Church\\\",\\\"coords\\\":[-4.7759622518156,37.885327088987],\\\"description\\\":\\\"<p>Built between the 13th and 14th centuries, its fa\u00e7ade boasts wreathed columns behind which is the Mannerist doorway that gives access to the church. <\\\\\/p><p><\\\\\/p><p>Inside, of interest is the central aisle\u2019s Mudejar coffered ceiling, the main retable and one of Cordoban sculpture\u2019s jewels: Juan de Mesa\u2019s 17th-century Nuestra Se\u00f1ora de las Angustias.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-pablo\\\\\/c09582d7-8eb9-44e1-b80f-abd53f64ece2.webp\\\"},{\\\"id\\\":\\\"9e784ccc-4853-4c29-8364-47e68d6a4a7e\\\",\\\"name\\\":\\\"San Francisco y San Eulogio Church\\\",\\\"coords\\\":[-4.7756882003247,37.881561604637],\\\"description\\\":\\\"<p>The cloister of this his restored convent church -with a Baroque portico- imbues this part of Cordoba with an almost romantic air. <\\\\\/p><p><\\\\\/p><p>Inside, it has an important collection of paintings, especially that of La Cabeza de San Andr\u00e9s, the first known work by Vald\u00e9s Leal and the 17th-century carving, El Se\u00f1or Crucificado.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-8bbe-4f13-b364-94aab50be50c\\\",\\\"name\\\":\\\"San Pedro Alcantara Convent\\\",\\\"coords\\\":[-4.781790767501,37.87983773594],\\\"description\\\":\\\"<p>Its origins date back to the 17th century when it was commissioned by the Franciscan fathers, to the architects Luis de Rojas and Baltasar de los Reyes. The church has a single nave covered with a beautiful barrel vault with lunettes. <\\\\\/p><p><\\\\\/p><p>Inside, works of art of great value are kept, including the Main Altarpiece. Carved in red and black marble with plaster finishes, it was made by Toribio de Bada and Juan de Navajas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-san-ppedro-alcantara\\\\\/ed274474-8ac0-4aee-9dbe-c116a8473744.webp\\\"},{\\\"id\\\":\\\"9e784ccc-1345-4d0a-aaea-d2d7f308f79d\\\",\\\"name\\\":\\\"San Pedro Church\\\",\\\"coords\\\":[-4.7716542236806,37.88246285362],\\\"description\\\":\\\"Of this Ferdinandine church\u2019s original aspect,\\\\n only two medieval doorways and the tower\u2019s\\\\n first body remain. Of interest inside is its main\\\\n retable, one of Cordoban Baroque\u2019s most splendid\\\\n works. Comprising a bench, two bodies and\\\\n a top, the retable is a perfect combination of\\\\n architecture, painting and sculpture.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-sanpedro\\\\\/9600c537-3fc8-43c3-9247-61263abc16e6.webp\\\"},{\\\"id\\\":\\\"9e784ccb-b4c3-440a-a5e1-f7fdba86f595\\\",\\\"name\\\":\\\"San Rafael or de Juramento Chuch\\\",\\\"coords\\\":[-4.7703006863594,37.88841471878],\\\"description\\\":\\\"<p>Built in the 18th century on the site where, according to tradition, the Archangel Saint Raphael appeared to Father Roelas, promising to protect the city. <\\\\\/p><p><\\\\\/p><p>As well as its imposing main entrance it boast a delicate gilt wood niche, a peerless home for the carving of San Rafael executed by G\u00f3mez de Sandoval.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-rafael-o-de-juramento\\\\\/c459d095-58ae-4d97-8f49-f0262538750e.jpg\\\"},{\\\"id\\\":\\\"9e784ccc-27e0-4224-85a5-bce848abff58\\\",\\\"name\\\":\\\"Santiago ChurchEglise de Santiago\\\",\\\"coords\\\":[-4.7696139669312,37.881835890345],\\\"description\\\":\\\"Like most of the Ferdinandine churches, this\\\\n one was built on the site of a mosque, keeping\\\\n the minaret which was turned into a Christian\\\\n tower. It has recently been restored to its original\\\\n architectural features. The church houses\\\\n many objects of artistic interest, such as the\\\\n 15th-century Cristo de las Penas.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-santiago\\\\\/09e19038-3498-47eb-96be-731c8b2263f5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-212a-4763-b47e-45359bb10022\\\",\\\"name\\\":\\\"Santos Martires Church\\\",\\\"coords\\\":[-4.7685970797641,37.880765601355],\\\"description\\\":\\\"A small neo-Roman building on the river bank\\\\n and very close to the Santiago quarter, it was\\\\n built in the late 18th century on the site of the\\\\n demolished Convento de los Santos M\u00e1rtires.\\\\n Inside is a beautiful Carrara marble Paleo-\\\\n Christian sarcophagus.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/ermita-de-los-santos-martires\\\\\/26bb270b-4f98-4678-a043-761ad0603b9e.jpg\\\"},{\\\"id\\\":\\\"9e784cca-b951-4ea5-97a0-fc3bc3433593\\\",\\\"name\\\":\\\"Sepharad House\\\",\\\"coords\\\":[-4.7835427522659,37.880415097847],\\\"description\\\":\\\"Five themed rooms (Domestic Life, Women\\\\n in Al-Andalus, Cordoba\u00b4s Juder\u00eda,\\\\n Public Holiday Cycles and Sephardic Music)\\\\n build up the permanent exhibition of\\\\n Sephardic Memories.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-e868-4ec4-ac21-9ac58c1861a2\\\",\\\"name\\\":\\\"Shawl Street\\\",\\\"coords\\\":[-4.7785130227415,37.87983528808],\\\"description\\\":\\\"This Moorish-style street, accessed from\\\\n Plaza de la Concha, is no wider than a ladies\\\\n headscarf. It leads to a small square where\\\\n the soft burbling of water and the smell of\\\\n orange blossom enrapture its visitors.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio urbano\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-del-panuelo\\\\\/319b77d1-b844-44b7-9e20-9902b44f6b48.webp\\\"},{\\\"id\\\":\\\"9e784ccb-a75d-40c8-aafe-94c9880ede06\\\",\\\"name\\\":\\\"Sra. De Gracia Church\\\",\\\"coords\\\":[-4.7657704353333,37.890976169429],\\\"description\\\":\\\"Located in Plaza del Coraz\u00f3n de Mar\u00eda next to\\\\n the Moorish city walls, this church\u2019s portico,\\\\n the seed of what were to become retable-porticoes,\\\\n is of great interest. Inside, it has two\\\\n popular devotional carvings: Nuestro Padre\\\\n Jes\u00fas Rescatado, \u201cEl Rescatao\u201d and Sant\u00edsimo\\\\n Cristo de Gracia, \u201cEl Esparraguero\u201d.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-67ef-45e5-b74e-fabacd6bd7e9\\\",\\\"name\\\":\\\"St Raphael\\'s triumph\\\",\\\"coords\\\":[-4.7795826890359,37.877856728968],\\\"description\\\":\\\"In several places in the city\\\\n we can find a statue of San\\\\n Rafael on the capital of a\\\\n votive column. Known as\\\\n triunfos, they commemorate the promise that the\\\\n people of Cordoba attribute to the Saint to protect\\\\n the city. The most noteworthy is located next\\\\n to the Puerta del Puente. Executed in the 18th\\\\n century, it was finished by Michel de Verdiguier.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/triunfo-de-san-rafael\\\\\/98fb83d4-bdd9-4e6c-b2ac-6b487a48d272.webp\\\"},{\\\"id\\\":\\\"9e784cca-abb2-408b-b6d3-8d0c4b325f1e\\\",\\\"name\\\":\\\"Synagogue\\\",\\\"coords\\\":[-4.7833840981289,37.879789043357],\\\"description\\\":\\\"<p>Built in the first quarter of the 14th century in the Mudejar style, the synagogue was in use as such until 1492 when the Jews were expelled from Spain. It is the only testament to Jewish heritage in the whole of Andalusia. Not having direct access from the street, its structure can hardly be seen from the street. <\\\\\/p><p><\\\\\/p><p>A small vestibule is accessed via its courtyard to the right of which is a staircase leading to the women\u2019s gallery. In front is the square-shaped main area, decorated with stylised Mudejar plant motifs. <\\\\\/p><p><\\\\\/p><p>The wall supporting the women\u2019s gallery in pierced by three arches decorated with highly beautiful plaster mouldings.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c930-4c06-b665-c33f2e899cfe\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"sinagoga\\\",\\\"main\\\":false,\\\"title\\\":\\\"Sinagoga\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Sinagoga\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/sinagoga\\\\\/db063f9b-523a-455b-83fe-36b466867642.jpg\\\"},{\\\"id\\\":\\\"9e784cca-7d37-449e-95bd-ac410c8af6b3\\\",\\\"name\\\":\\\"The Castle of the Chistian Monarchs\\\",\\\"coords\\\":[-4.7814485775811,37.876582208658],\\\"description\\\":\\\"<p>This former Roman fortress and residence of Christian kings was where both the conquest of the Nasrid kingdom and the discovery of America were planned.<\\\\\/p>\\\\n<p>The Alc\u00e1zar (built under Alfonso XI \u2018El Justiciero\u2019) forms an almost square compound, its corners protected by towers such as the Keep and Los Leones. It houses a valuable collection of Roman mosaics (2nd and 3rd century AD) with different figurative and geometric designs. Beneath the Sal\u00f3n de Mosaicos are the Ba\u00f1os Reales, or Royal Baths.<\\\\\/p>\\\\n<p>Also of interest are its Moorish-inspired gardens with palm trees, cypresses and orange and lemon trees interspersing the ponds and fountains.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/alcazar-de-los-reyes-cristianos\\\\\/84f211f8-d036-42eb-92a3-7cc0c88aaa56.jpg\\\"},{\\\"id\\\":\\\"9e784ccc-34cb-4c4e-a68e-59b148c15651\\\",\\\"name\\\":\\\"The fine arts Museum\\\",\\\"coords\\\":[-4.7747123473383,37.88136200921],\\\"description\\\":\\\"The Museum occupies several rooms in the\\\\n Plateresque Hospital de la Caridad. Paintings,\\\\n drawings, sculptures and prints from the 14th\\\\n to the 21st centuries are on display, aiming to\\\\n present local art, especial emphasis being given\\\\n to Alejo Fern\u00e1ndez, Pedro Romana, Pablo\\\\n de C\u00e9spedes, Antonio del Castillo, Vald\u00e9s Leal,\\\\n Juan de Mesa, Mateo Inurria, Rafael Romero\\\\n Barros and Julio Romero de Torres. Paintings\\\\n by contemporary artists also hang on its walls.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-d080-4a63-bab7-e59b0e10a2f3\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\"}]},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Museo - Galer\u00eda de arte\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-de-bellas-artes\\\\\/72091954-318b-4b18-918b-5bb933b16e6a.webp\\\"},{\\\"id\\\":\\\"9e784cca-83e6-481d-8d67-3018cd9cfd56\\\",\\\"name\\\":\\\"The Royal Stables\\\",\\\"coords\\\":[-4.7831390355948,37.876561037038],\\\"description\\\":\\\"This spot in the Alc\u00e1zar complex has long\\\\n history in the tradition of equitation and was\\\\n the quarters for Caesar\u2019s cavalry and the place\\\\n where Al-Hakam had his stables. Later, Felipe\\\\n II ordered the present complex to be built\\\\n on the same site and here the Spanish Pureblood\\\\n breed was created.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-d080-4a63-bab7-e59b0e10a2f3\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/caballerizas-reales\\\\\/a7637fd3-0e8e-47d5-94e2-51700ca4fff8.webp\\\"},{\\\"id\\\":\\\"9e784ccb-c14d-4e3d-8d73-6e5b05439dad\\\",\\\"name\\\":\\\"Viana Palace\\\",\\\"coords\\\":[-4.7741542656224,37.888648380225],\\\"description\\\":\\\"This noble mansion dates from the 14th century.\\\\n Its courtyards are outstanding not only\\\\n due to its number (17) but also to its artistic\\\\n quality. In the rooms revolving around them\\\\n and in its magnificent garden (declared a Historic\\\\n Garden), oil paintings from the Breughel\\\\n school, porcelain, tapestries, antique furniture,\\\\n crockery, exotic pottery, a valuable collection\\\\n of Cordoban and embossed leather and a\\\\n library of over 7,000 tomes are all on display.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Fuente monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-viana\\\\\/ab677795-5ed0-4330-a626-611d3ba103d0.webp\\\"},{\\\"id\\\":\\\"9e784cca-a518-46e4-99f1-26cff32645f4\\\",\\\"name\\\":\\\"Wall and Almodovar Gate\\\",\\\"coords\\\":[-4.7841024952222,37.880657036744],\\\"description\\\":\\\"In the past, Cordoba was a walled city and\\\\n within, it was divided into two large parts: La\\\\n Almedina and La Ajerqu\u00eda both of which were\\\\n enclosed within independent fortifications\\\\n and divided by a wall with narrow gates. One\\\\n such gate is the recently refurbished Puerta de\\\\n Almod\u00f3var -the only to have survived from the\\\\n Moorish period -flanked by two superb towers\\\\n in front of which is the statue of Seneca.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"}]}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/murallas-y-puerta-de-almodovar\\\\\/59fc6cf5-bbef-485b-b6bc-3b40e1d6dff6.webp\\\"},{\\\"id\\\":\\\"9e784cca-d4b5-4fa4-9896-90868802759a\\\",\\\"name\\\":\\\"Zoco\\\",\\\"coords\\\":[-4.783379137516,37.880023160004],\\\"description\\\":\\\"Located in a two-storey Mudejar-style\\\\n municipal building and boasting a magnificent\\\\n porticoed courtyard, it is known\\\\n as the Mercado de la Artesan\u00eda since numerous\\\\n Cordoban craftsmen working in\\\\n leather, wood, clay and silver have their\\\\n workshops here.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd544-6dc7-46ac-955a-a1e6cfa039e7\\\",\\\"name\\\":\\\"Parque de La Asomadilla\\\",\\\"coords\\\":[-4.7807581005524,37.900543918523],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-b6fa-4bca-aad0-b1f7062fe341\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":\\\"Zona de juegos infantiles\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Zona de juegos infantiles\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdd34-2386-4d4e-8f8a-c494894411b9\\\",\\\"name\\\":\\\"Pantano de la Bre\u00f1a\\\",\\\"coords\\\":[-5.0333017171659,37.83721061439],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-f302-4220-ad7c-834ee8f87f18\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":\\\"Empresas de actividades\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Empresas de actividades\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd8aa-9a5a-4f18-a1b1-1653902777e1\\\",\\\"name\\\":\\\"Parque Periurbano de \\\\\\\"Los Villares\\\\\\\"\\\",\\\"coords\\\":[-4.801146,37.981413],\\\"description\\\":\\\"<p>El Parque Periurbano de Los Villares de C\u00f3rdoba es el primer espacio natural protegido de este tipo que se ha creado en Andaluc\u00eda. La tradicional afluencia de p\u00fablico al antiguo Parque Forestal, de 60 hect\u00e1reas de extensi\u00f3n, ha conducido a la declaraci\u00f3n como Parque Periurbano de las 484 hect\u00e1reas del monte &quot;Los Villares Bajos&quot; y a la ampliaci\u00f3n de la oferta de uso p\u00fablico, estableci\u00e9ndose un r\u00e9gimen de protecci\u00f3n con el fin de conservar sus valores y adecuar su utilizaci\u00f3n a las necesidades recreativas y educativas, as\u00ed como promocionar el acercamiento a la naturaleza de las poblaciones cercanas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cda43-183c-4594-940f-c46563e7a796\\\",\\\"name\\\":\\\"Ba\u00f1os de Popea\\\",\\\"coords\\\":[-4.882138,37.913707],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9d68a20b-e8d2-4999-8007-f415694622ed\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recorrido - Track\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Recorrido - Track\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdbd0-99e2-43f5-a6e1-c35f536f0346\\\",\\\"name\\\":\\\"Ermitas de Ntra. Sra. de Bel\u00e9n y Sagrado Coraz\u00f3n de Jes\u00fas\\\",\\\"coords\\\":[-4.824146,37.916118],\\\"description\\\":\\\"<p>A unos 15 Kil\u00f3metros de la ciudad, en las faldas de Sierra Morena, se encuentra el Desierto de Nuestra Se\u00f1ora de Bel\u00e9n, lugar donde se levanta el complejo de Las Ermitas. Fundadas en el siglo XVIII por el Hermano Francisco de Jes\u00fas, fue \u00e9ste lugar de recogimiento eremita desde el medievo. La primera construcci\u00f3n se levant\u00f3 en el a\u00f1o 1703. El conjunto se compone de trece celdas o ermitas que desde 1957 est\u00e1n regentadas por los Carmelitas Descalzos. Dentro del recinto se ubica un magn\u00edfico mirador presidido por el monumento al Sagrado Coraz\u00f3n de Jes\u00fas, obra realizada en 1929 por Lorenzo Coullaut Valera. Desde este lugar se obtiene una maravillosa vista de C\u00f3rdoba y parte de la Vega del Guadalquivir.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Iglesia - Convento\\\"}]},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar Religioso\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdc39-1075-4c09-92c8-6f36dd6e7655\\\",\\\"name\\\":\\\"Camping de Los Villares\\\",\\\"coords\\\":[-4.81196,37.96072],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-25d7-4fd6-9565-53621ed22414\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Turismo Activo - Deporte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Turismo Activo - Deporte\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-f302-4220-ad7c-834ee8f87f18\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":\\\"Empresas de actividades\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Empresas de actividades\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd716-416d-4fe4-ae45-8474bc7b335f\\\",\\\"name\\\":\\\"Parque del Flamenco\\\",\\\"coords\\\":[-4.802984,37.897871],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-b6fa-4bca-aad0-b1f7062fe341\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":\\\"Zona de juegos infantiles\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Zona de juegos infantiles\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd83e-ee75-475b-8ffd-a479e8800f20\\\",\\\"name\\\":\\\"Club de Golf \\\\\\\"Los Villares\\\\\\\"\\\",\\\"coords\\\":[-4.809527,37.97171],\\\"description\\\":\\\"<p>El Club de Campo de C\u00f3rdoba, es un centro deportivo y social enclavado en Sierra Morena a s\u00f3lo 15 minutos del centro de la ciudad, ubicado en un entorno privilegiado con vistas panor\u00e1micas de gran belleza paisaj\u00edstica. El club cuenta con una superficie total de 70 hect\u00e1reas, entre bosques de pinos y alcornoques. Su principal instalaci\u00f3n es un magn\u00edfico campo de golf de 18 hoyos, par 72, donde la flora y la fauna embellecen su recorrido. Adem\u00e1s de los servicios propios de campo de golf como club social, restaurante y alquiler de material deportivo, completa su oferta con piscinas, canchas de tenis y p\u00e1del.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-25d7-4fd6-9565-53621ed22414\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Turismo Activo - Deporte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Turismo Activo - Deporte\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-f302-4220-ad7c-834ee8f87f18\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":\\\"Empresas de actividades\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Empresas de actividades\\\"}]},{\\\"id\\\":\\\"9d68a20b-fa6b-486b-80ca-015758f59471\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"instalaciones-deportivas\\\",\\\"main\\\":false,\\\"title\\\":\\\"Instalaciones deportivas\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Instalaciones deportivas\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd2a8-14b9-4b48-977a-b795b68c4199\\\",\\\"name\\\":\\\"Jardines de la Victoria y de Agricultura\\\",\\\"coords\\\":[-4.7851859848355,37.884568900421],\\\"description\\\":\\\"<p>El jard\u00edn p\u00fablico llamado de la Agricultura debe su nombre  a las huertas que inundaban este recinto por el 1866. En los a\u00f1os 30 del siglo XX se a\u00f1aden los bancos y los palomares. Actualmente se conoce como Jard\u00edn de los Patos, debido al gran n\u00famero de estos animales que habitan en la fuente del parque. De la gran variedad de especies que este jard\u00edn acoge destaca un majestuoso ginkgo (especie superviviente del mesozoico) Conserva varios monumentos, como los dedicados a Julio Romero de Torres o al compositor Mart\u00ednez Rucker.Recientemente ha sido restaurado, lo que ha permitido crear una zona de juegos infantiles, esparcimiento y diversi\u00f3n para peque\u00f1os y mayores.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Escultura\\\"}]},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Fuente monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd239-7d2a-4ed4-8b0f-3bdb27b87662\\\",\\\"name\\\":\\\"Parque Cruz Conde\\\",\\\"coords\\\":[-4.7914250933875,37.872891409115],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdb2f-9638-4d0f-a99e-82edac8800f6\\\",\\\"name\\\":\\\"Sendero \\\\\\\"Cuesta del Revent\u00f3n\\\\\\\"\\\",\\\"coords\\\":[-4.8065509299357,37.910722919572],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-e8d2-4999-8007-f415694622ed\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recorrido - Track\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Recorrido - Track\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd92f-62df-4bb0-b5d7-a03299986533\\\",\\\"name\\\":\\\"Santa Mar\u00eda de Trassiera\\\",\\\"coords\\\":[-4.894969,37.924739],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-e8d2-4999-8007-f415694622ed\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recorrido - Track\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Recorrido - Track\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd7cc-6f31-4b88-a5a7-f2b04174ea5d\\\",\\\"name\\\":\\\"Medina Azahara\\\",\\\"coords\\\":[-4.8685495757927,37.887873688068],\\\"description\\\":\\\"<p>Medina Azahara, la fastuosa y misteriosa ciudad que Abd-al Rahman III mand\u00f3 construir a los pies de Sierra Morena, a ocho kil\u00f3metros de C\u00f3rdoba capital, encierra, incluso en su nombre, historias legendarias. La tradici\u00f3n popular afirma que, autoproclamado Abd al-Rahman III califa en el 929 d.C., y tras ocho a\u00f1os de reinado, decidi\u00f3 edificar una ciudad palatina en honor a su favorita, Azahara. Sin embargo, recientes estudios aportan fuertes evidencias de la causa que impuls\u00f3 al califa a fundar Medina Azahara. Una renovada imagen del reci\u00e9n creado Califato Independiente de Occidente, fuerte y poderoso, uno de los mayores reinos medievales de Europa, se acepta como el origen m\u00e1s probable de la nueva Medina.Se dispone la ciudad en tres terrazas rodeadas por una muralla, situado el Alc\u00e1zar real en la m\u00e1s superior y la intermedia. La zona m\u00e1s baja se reserv\u00f3 para viviendas y la mezquita, edificada extramuros. Las fuentes hist\u00f3ricas apuntan a la participaci\u00f3n de unas diez mil personas que trabajaban diariamente en su construcci\u00f3n. Abd al-Rahman no escatim\u00f3 en materiales para lograr el efecto buscado: la insignia del poderoso reino que gobernaba. Ricos m\u00e1rmoles viol\u00e1ceos y rojos, oro y piedras preciosas, adem\u00e1s del cuidado trabajo artesanal de los mejores canteros y las legendarias contribuciones bizatinas, ayudaron al encumbramiento del preciado proyecto.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9d68a20b-c6c9-4e72-a4f2-692942ecc309\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":\\\"Mezquita\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Mezquita\\\"}]},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd33d-34a9-4e7f-b9b2-7a424793df9a\\\",\\\"name\\\":\\\"Real Jard\u00edn Bot\u00e1nico\\\",\\\"coords\\\":[-4.785869,37.870051],\\\"description\\\":\\\"<p>En 1987 se inaugura este museo, centro de la cultura vegetal. Las distintas zonas de las que se compone el recorrido nos muestran las variadas colecciones del recinto. El recorrido comienza en el arboreto, que simula un bosque natural, pasando por los distintos invernaderos, la escuela agr\u00edcola, la rosaleda, sus jardines y, por supuesto, el Museo de Paleobot\u00e1nica, que nos ofrece informaci\u00f3n sobre las diferentes floras que han existido a lo largo de la historia. El Museo de Etnbot\u00e1nica cuenta con una exposici\u00f3n permanente en la que se estudia la relaci\u00f3n sociedad\\\\\/planta mediante diferentes m\u00f3dulos e instrumentos. Por \u00faltimo, el Museo Hidr\u00e1ulico, integra en el Molino de Martos la interpretaci\u00f3n de la historia a trav\u00e9s de la cultura, la gesti\u00f3n del agua y la tradici\u00f3n en el uso de las plantas: fuente de alimento (harinas de cereal), tint\u00f3reas (pa\u00f1os y tejidos), encurtidoras (pieles) o fibras vegetales. El Jard\u00edn se asoma y ba\u00f1a en el Guadalquivir a trav\u00e9s de sus molinos, facilitando la visita y comprensi\u00f3n de la flora y vegetaci\u00f3n de nuestros sotos y riberas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Fuente monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-c43a-45c1-98a2-c5f6aeaa1adb\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"title\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd9ad-9b4d-4eef-8f7b-b458b6f1ba11\\\",\\\"name\\\":\\\"Arroyo del Bejarano\\\",\\\"coords\\\":[-4.8948812484741,37.924938043548],\\\"description\\\":\\\"<p>El arroyo Bejarano, un hermoso paisaje \u00fanico y salpicado de numerosos restos hist\u00f3ricos, un lugar clave para entender el esplendor de la C\u00f3rdoba Romana y de la ciudad califal de Medina Azahara. Se trata de una ruta de 12 km. de nivel f\u00e1cil con una duraci\u00f3n entre 5 y 6 horas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd6ba-405e-44d0-b790-46dd0a01138d\\\",\\\"name\\\":\\\"Circuito de footing \\\\\\\"El Tablero\\\\\\\"\\\",\\\"coords\\\":[-4.793305,37.902133],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-25d7-4fd6-9565-53621ed22414\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Turismo Activo - Deporte\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Turismo Activo - Deporte\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdc83-064d-4e33-a1e8-762978523614\\\",\\\"name\\\":\\\"Castillo de Almodovar del R\u00edo\\\",\\\"coords\\\":[-5.0238032138018,37.807996619722],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Monumento\\\"}]},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"created_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:52:37.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Castillo\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd61c-8a06-43e1-9792-249439a02f0d\\\",\\\"name\\\":\\\"Parque del Patriarca\\\",\\\"coords\\\":[-4.811661,37.907227],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-b6fa-4bca-aad0-b1f7062fe341\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":\\\"Zona de juegos infantiles\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Zona de juegos infantiles\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd498-5d1e-41e2-bb98-ebcfef0c1072\\\",\\\"name\\\":\\\"Ciudad de los ni\u00f1os y las ni\u00f1as\\\",\\\"coords\\\":[-4.789598,37.870239],\\\"description\\\":\\\"<p>La Ciudad de los Ni\u00f1os y las Ni\u00f1as es la mayor \u00e1rea de juegos infantiles de la ciudad y el \u00fanico recinto de Espa\u00f1a que los a\u00fana con zonas verdes consolidadas en un gran espacio, ocupando una extensi\u00f3n de cuatro hect\u00e1reas.La Ciudad de los Ni\u00f1os y las Ni\u00f1as dispone de treinta unidades de juegos infantiles que a su vez se dividen en otras m\u00e1s peque\u00f1as. Aunque la mayor\u00eda son juegos que ya existen en otros parques, algunos de ellos han sido dise\u00f1ados especialmente para este proyecto y hacen alusi\u00f3n a elementos propios de la ciudad. As\u00ed tenemos el gran multijuego &quot;Vulcano-Mezquita&quot; y el gran juego de agua llamado &quot;El R\u00edo&quot;.Otro de los elementos destacados es la pista de skate y pat\u00edn que es atendida por un grupo de monitores especializados.El recinto cuenta con aseos, mobiliario urbano y dos kioscos-bar adaptados tanto para mayores como para los m\u00e1s peque\u00f1os. Tambi\u00e9n est\u00e1 dotado con botiqu\u00edn para peque\u00f1as curas.El recinto est\u00e1 rodeado por una valla perimetral de colores y con los elementos adaptados a personas con movilidad reducida.Todos los elementos utilizados (juegos y pavimentos) tienen sus correspondientes certificados de seguridad.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]},{\\\"id\\\":\\\"9d68a20b-b6fa-4bca-aad0-b1f7062fe341\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":\\\"Zona de juegos infantiles\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Zona de juegos infantiles\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cda9c-018f-4187-bf71-988b3cef83be\\\",\\\"name\\\":\\\"Fuente del Elefante\\\",\\\"coords\\\":[-4.882976,37.924524],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Espacio Natural\\\"}]},{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Actividades en la naturaleza\\\"}]},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar singular\\\"}]}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd3df-dd1e-4350-9384-bb911114017b\\\",\\\"name\\\":\\\"Jardines de Vallellano\\\",\\\"coords\\\":[-4.785587,37.87837],\\\"description\\\":\\\"<p>Los jardines de Vallellano fueron construidos en los terrenos de la antigua Huerta del Rey, conjuntamente con la avenida que signific\u00f3 la prolongaci\u00f3n del Paseo de la Victoria hasta el r\u00edo Guadalquivir y la remodelaci\u00f3n de los accesos a C\u00f3rdoba desde Sevilla. Fueron inaugurados el 18 de julio de 1955. Varias d\u00e9cadas despu\u00e9s la zona ajardinada fue remodelada elimin\u00e1ndose algunos \u00e1rboles y construy\u00e9ndose amplios y rectil\u00edneos paseos enlosados que sustituyeron los terrizos y sinuosos con que se dise\u00f1\u00f3 originalmente. Tambi\u00e9n se instalaron columpios y otros elementos para el disfrute infantil.<\\\\\/p><p><\\\\\/p><p>Albergan estos jardines gran cantidad de especies arbustivas y arb\u00f3reas, algunas de gran porte dada su edad, entre las que pueden encontrarse: Adelfa, \u00e1rbol de J\u00fapiter, casuaria, cedro, ciruelo del Jap\u00f3n, espina de Jerusal\u00e9n, eucalipto, fresno, magnolio, mimosa, palma excelsa, para\u00edso, sicomoro, entre otros.<\\\\\/p><p><\\\\\/p><p>Adem\u00e1s en este lugar se encuentran restos arqueol\u00f3gicos como una cisterna romana.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"created_at\\\":\\\"2024-08-19T15:02:40.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"}]},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Edificio monumental\\\"}]},{\\\"id\\\":\\\"9d68a20b-c43a-45c1-98a2-c5f6aeaa1adb\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"title\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\"}]},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"created_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-04T13:33:28.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null,\\\"translates\\\":[{\\\"code\\\":\\\"es-ES\\\",\\\"key\\\":\\\"title\\\",\\\"value\\\":\\\"Lugar hist\u00f3rico\\\"}]}],\\\"image\\\":null}]');\n    activeLocations = locations;\n    const city = JSON.parse('{\\\"id\\\":\\\"09636738-5fb9-4928-bbe8-3daa6ecd2d35\\\",\\\"name\\\":\\\"C\\\\u00f3rdoba\\\",\\\"slug\\\":\\\"cordoba\\\",\\\"type\\\":\\\"city\\\",\\\"location\\\":{\\\"lat\\\":37.88473,\\\"lon\\\":-4.779152},\\\"bounding_box\\\":null,\\\"zip_codes\\\":[14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14029,14190,14192,14193,14280,14340,14350,14610,14710,14711,14719,14820,14912]}');\n    const bounds = JSON.parse('{\\\"max_lat\\\":38.011413000000005,\\\"max_lon\\\":-4.7357704353333,\\\"min_lat\\\":37.777996619721996,\\\"min_lon\\\":-5.0633017171659,\\\"center_lat\\\":null,\\\"center_lon\\\":null}');\n    const tags = JSON.parse('[{\\\"id\\\":\\\"9d68a20b-edb4-407d-a0ac-18ee6010b9ca\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":\\\"Actividades en la naturaleza\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a0b7-1b7f-4257-8309-c9360d9b3829\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":\\\"Castillo\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-cba0-4d85-bbb3-55bc433720cd\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Edificio monumental\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-f302-4220-ad7c-834ee8f87f18\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":\\\"Empresas de actividades\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-e415-4659-9d8c-5b42c5210a3a\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":\\\"Escultura\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-09a3-48a1-915d-40296b5e1425\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio Natural\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-da5f-426e-8b17-fa6d8877d97b\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":\\\"Espacio urbano\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-e674-43d3-858d-d90324a60b26\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":\\\"Fuente monumental\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-0c94-49c3-a1ef-f9f014a5cf68\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":\\\"Iglesia - Convento\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-c43a-45c1-98a2-c5f6aeaa1adb\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"title\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-fa6b-486b-80ca-015758f59471\\\",\\\"slug\\\":\\\"instalaciones-deportivas\\\",\\\"main\\\":false,\\\"title\\\":\\\"Instalaciones deportivas\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-2394-449b-92c4-28b448b1291d\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar Religioso\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-eb4c-4e1f-8cca-8c2c0ea8f93e\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-c1b0-41e2-ba10-0cdda4b799b5\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":\\\"Lugar singular\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-c6c9-4e72-a4f2-692942ecc309\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":\\\"Mezquita\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-152d-4cde-ae94-882b8d45751e\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":\\\"Monumento\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-19e8-4aa8-946a-af5af68baf7d\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-06a3-45c0-bd16-73b493f44827\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-d080-4a63-bab7-e59b0e10a2f3\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-e8d2-4999-8007-f415694622ed\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":\\\"Recorrido - Track\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-c930-4c06-b665-c33f2e899cfe\\\",\\\"slug\\\":\\\"sinagoga\\\",\\\"main\\\":false,\\\"title\\\":\\\"Sinagoga\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-d805-4851-960e-ea6db5e4fb7b\\\",\\\"slug\\\":\\\"teatro-auditorio\\\",\\\"main\\\":true,\\\"title\\\":\\\"Teatro - Auditorio\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-25d7-4fd6-9565-53621ed22414\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":\\\"Turismo Activo - Deporte\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9ccddc2b-1797-421f-9368-8c1749bb60a5\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\",\\\"image_url\\\":null},{\\\"id\\\":\\\"9d68a20b-b6fa-4bca-aad0-b1f7062fe341\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":\\\"Zona de juegos infantiles\\\",\\\"image_url\\\":null}]');\n    const coordinates = JSON.parse('[[37.879976866879,-4.7835266590118],[37.885024965572,-4.767206884733],[37.880298924553,-4.779779632647],[37.881876113536,-4.7779982585338],[37.887728865401,-4.7769767045975],[37.880355538111,-4.7803294658661],[37.877755106895,-4.7791204496981],[37.879363511155,-4.7828470523578],[37.880438980831,-4.7767397149499],[37.879441843138,-4.7836036847651],[37.875586540483,-4.7765254467776],[37.885777111879,-4.7785699367523],[37.881065559054,-4.7748187214751],[37.878635231433,-4.780208224793],[37.880988534308,-4.778878390789],[37.881962363987,-4.769321680069],[37.88929107769,-4.7751313447952],[37.8836208395,-4.7744524290938],[37.887791523889,-4.7765529155731],[37.880370904383,-4.7796067534866],[37.879581570252,-4.7823970960891],[37.885474536055,-4.7833523154259],[37.882033495402,-4.7690212726593],[37.883100458193,-4.7718107700348],[37.881707083363,-4.7834831675346],[37.881447285546,-4.7824528463455],[37.880954802873,-4.774908721447],[37.881234987643,-4.7745328313568],[37.8762422711,-4.7809302806854],[37.88133544497,-4.7766226530075],[37.885976099964,-4.7733691334724],[37.885499153903,-4.7691540765696],[37.883867645681,-4.7693726420403],[37.880894145354,-4.7759543479745],[37.880765601355,-4.7697133284079],[37.878893980622,-4.7794283625925],[37.880904730542,-4.77988347235],[37.888509975689,-4.7763785719872],[37.876700174166,-4.7779632240536],[37.884679311579,-4.776133878727],[37.885435646714,-4.7777112982103],[37.886180794279,-4.7730703676086],[37.879574623598,-4.7826193814122],[37.885892301873,-4.7832865341792],[37.888402564691,-4.7690832489728],[37.884203001026,-4.78216906401],[37.885327088987,-4.7759622518156],[37.881561604637,-4.7756882003247],[37.87983773594,-4.781790767501],[37.88246285362,-4.7716542236806],[37.88841471878,-4.7703006863594],[37.881835890345,-4.7696139669312],[37.880765601355,-4.7685970797641],[37.880415097847,-4.7835427522659],[37.87983528808,-4.7785130227415],[37.890976169429,-4.7657704353333],[37.877856728968,-4.7795826890359],[37.879789043357,-4.7833840981289],[37.876582208658,-4.7814485775811],[37.88136200921,-4.7747123473383],[37.876561037038,-4.7831390355948],[37.888648380225,-4.7741542656224],[37.880657036744,-4.7841024952222],[37.880023160004,-4.783379137516],[37.900543918523,-4.7807581005524],[37.83721061439,-5.0333017171659],[37.981413,-4.801146],[37.913707,-4.882138],[37.916118,-4.824146],[37.96072,-4.81196],[37.897871,-4.802984],[37.97171,-4.809527],[37.884568900421,-4.7851859848355],[37.872891409115,-4.7914250933875],[37.910722919572,-4.8065509299357],[37.924739,-4.894969],[37.887873688068,-4.8685495757927],[37.870051,-4.785869],[37.924938043548,-4.8948812484741],[37.902133,-4.793305],[37.807996619722,-5.0238032138018],[37.907227,-4.811661],[37.870239,-4.789598],[37.924524,-4.882976],[37.87837,-4.785587]]');\n    const packs = JSON.parse('{\\\"de-la-mezquita-al-alcazar\\\":{\\\"id\\\":\\\"9e964fb5-ce37-42d3-be33-890fbe9a8515\\\",\\\"slug\\\":\\\"de-la-mezquita-al-alcazar\\\",\\\"title\\\":\\\"TEST\\\",\\\"short_link\\\":null,\\\"locations\\\":[{\\\"id\\\":\\\"9e784cca-51f1-4920-9aaf-88873a0396d9\\\",\\\"name\\\":\\\"Calahorra Tower-Museum\\\",\\\"coords\\\":[-4.7765254467776,37.875586540483],\\\"description\\\":\\\"<p>Part of a Moorish castle (built over the former<br \\\\\/>\\\\nRoman gate) that controlled access to the city<br \\\\\/>\\\\nand rebuilt in the 14th century, the tower hosts<br \\\\\/>\\\\nthe Living Museum of Al-Andalus. Here we can<br \\\\\/>\\\\nsee different examples of how the Jewish, Muslim<br \\\\\/>\\\\nand Christian cultures lived side by side<br \\\\\/>\\\\nin medieval Cordoba. On display are Moorish<br \\\\\/>\\\\nsurgical instruments, musical instruments and<br \\\\\/>\\\\nmodels of buildings.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-torre-de-la-calahorra\\\\\/7428c9df-0c04-47ca-9c6e-22da114f1aaf.webp\\\"},{\\\"id\\\":\\\"9e784cca-594a-42bf-8d54-7bc51ce3c21b\\\",\\\"name\\\":\\\"Roman Bridge\\\",\\\"coords\\\":[-4.7779632240536,37.876700174166],\\\"description\\\":\\\"<p>The bridge, part of the Via Augusta, was<br \\\\\/>\\\\nbuilt in the reign of Emperor Augustus (1st<br \\\\\/>\\\\ncentury BC). It has been subject to numerous<br \\\\\/>\\\\nrenovations and in the present structure<br \\\\\/>\\\\nonly the ashlars and some of the arches<br \\\\\/>\\\\nof the original bridge remain. In 1561 a<br \\\\\/>\\\\ncarving of the archangel St. Raphael was<br \\\\\/>\\\\nplaced near the middle of the bridge.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puente-romano\\\\\/a122d034-f8b0-4f61-9b7a-f427cdcab2b5.webp\\\"},{\\\"id\\\":\\\"9e784cca-60ba-4228-ae14-0a19aa71b3c7\\\",\\\"name\\\":\\\"Bridge Gate\\\",\\\"coords\\\":[-4.7791204496981,37.877755106895],\\\"description\\\":\\\"Originally part of the city walls, it was known\\\\n during the reconquest as the Algeciras Gate.\\\\n In the 16th century Hern\u00e1n Ruiz III remodelled,\\\\n it giving it the monumental appearance\\\\n of a triumphal arch. Inside, it has a permanent\\\\n Exhibitions Room showing its history as\\\\n well as a mirador affording magnificent views.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puerta-del-puente\\\\\/67d12198-bbc3-4b20-ace5-b33b85622fda.webp\\\"},{\\\"id\\\":\\\"9e784cca-67ef-45e5-b74e-fabacd6bd7e9\\\",\\\"name\\\":\\\"St Raphael\\'s triumph\\\",\\\"coords\\\":[-4.7795826890359,37.877856728968],\\\"description\\\":\\\"In several places in the city\\\\n we can find a statue of San\\\\n Rafael on the capital of a\\\\n votive column. Known as\\\\n triunfos, they commemorate the promise that the\\\\n people of Cordoba attribute to the Saint to protect\\\\n the city. The most noteworthy is located next\\\\n to the Puerta del Puente. Executed in the 18th\\\\n century, it was finished by Michel de Verdiguier.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/triunfo-de-san-rafael\\\\\/98fb83d4-bdd9-4e6c-b2ac-6b487a48d272.webp\\\"},{\\\"id\\\":\\\"9e784cca-8ad4-44f0-92e3-f6603b037340\\\",\\\"name\\\":\\\"Conference and Exhibitions Centre\\\",\\\"coords\\\":[-4.780208224793,37.878635231433],\\\"description\\\":\\\"For two centuries, this complex was Cordoba\u2019s\\\\n only hospital. What is now the city\u2019s Conference\\\\n and Exhibitions Centre was built in the\\\\n 16th century. Worthy of note are its Mudejar\\\\n Cloisters and the Flemish Gothic Chapel,\\\\n boasting a wealth of Plateresque decoration\\\\n and designed by Hern\u00e1n Ruiz I.,\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-congresos-y-exposicioneshospital-mayor-de-san-sebastian\\\\\/1304da6b-6c1b-4ba3-a914-1fb8d3d99349.webp\\\"},{\\\"id\\\":\\\"9e784cca-475a-4b05-970e-5b926755248e\\\",\\\"name\\\":\\\"Mosque - Cathedral\\\",\\\"coords\\\":[-4.7794283625925,37.878893980622],\\\"description\\\":\\\"<p>Declared a World Heritage Site, it is the largest monument in the whole of the Islamic west and the third largest mosque in the world. <\\\\\/p><p><\\\\\/p><p>Observing its fa\u00e7ade, with its imposing crenellated walls, it is difficult to imagine the marvels hidden within, marvels that inspired the English author Gerald Brenan to write: \u201cit is the most beautiful and original building in Spain\u201d. <\\\\\/p><p><\\\\\/p><p>Building was begun in 785 by Ab\u2019d al-Rahman I on the site of the former Visigoth basilica of San Vicente and in the two centuries that followed it was extended by Ab\u2019d al-Rahman II and III, Al-Hakam II and Almansoor. As a result, it shows the evolution of the Caliphate\u2019s art while in the Christian cathedral, built inside the Mosque after the reconquest, we can see examples of the Gothic, Renaissance and Baroque styles. It occupies an area of 24,000 m2 and its outstanding forest of dichromatic horseshoe columns and its admirable Mihrab, with gilt Koranic inscriptions and rich mosaics -a gift from the Byzantine Emperor, give the complex, an example of the fusion of Islamic and Greek cultures, an air of magnificence.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/mezquitacatedral\\\\\/d12e47c9-c89d-49c1-a7bb-e637eb045b9c.webp\\\"},{\\\"id\\\":\\\"9e784cca-e868-4ec4-ac21-9ac58c1861a2\\\",\\\"name\\\":\\\"Shawl Street\\\",\\\"coords\\\":[-4.7785130227415,37.87983528808],\\\"description\\\":\\\"This Moorish-style street, accessed from\\\\n Plaza de la Concha, is no wider than a ladies\\\\n headscarf. It leads to a small square where\\\\n the soft burbling of water and the smell of\\\\n orange blossom enrapture its visitors.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-del-panuelo\\\\\/319b77d1-b844-44b7-9e20-9902b44f6b48.webp\\\"},{\\\"id\\\":\\\"9e784ccc-cd87-4961-945c-298f0a44a0a2\\\",\\\"name\\\":\\\"Convent Church of la Encarnaci\u00f3n\\\",\\\"coords\\\":[-4.778878390789,37.880988534308],\\\"description\\\":\\\"<p>This church, which belongs to the Cistercian order, is very near the Mosque. Despite being originally Medieval, the Renaissance and Baroque reforms have wiped out any traces of the former building.<\\\\\/p><p><\\\\\/p><p>A Renaissance fa\u00e7ade leads to the magnificent church, which inside has a single nave and Baroque style vaulting. The polychromatic stucco work produces a stunning combination of blue, white and gold, and the main altarpiece, in gold and green, with spiralling columns and pilasters, is equally attractive.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"},{\\\"id\\\":\\\"9e784ccd-7c5d-4917-8cdb-4bf26bf4b23f\\\",\\\"name\\\":\\\"Mudejar House\\\",\\\"coords\\\":[-4.77988347235,37.880904730542],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-mudejar\\\\\/5dfa098d-d1ec-44ce-a8c8-187f4614940b.webp\\\"},{\\\"id\\\":\\\"9e784cca-f5af-445d-9ca5-b33d4e96af06\\\",\\\"name\\\":\\\"Arab Baths of Santa Maria\\\",\\\"coords\\\":[-4.779779632647,37.880298924553],\\\"description\\\":\\\"<p>Built over a 10th-century wash house linked to the Great Mosque, these baths, today part of a private home, are a perfect example of this type of Hispano-Islamic buildings. <\\\\\/p><p><\\\\\/p><p>What is today the vestibule was formerly a dressing and resting room that led onto the cold water room (today an open courtyard) while the hot room gave onto an elliptical cistern more than 10m deep.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/banos-arabes-de-santa-maria\\\\\/66fe65d4-237b-4e5f-9399-1f200c51b0d7.webp\\\"},{\\\"id\\\":\\\"9e784cca-db7c-4563-bc8c-299c343f6eea\\\",\\\"name\\\":\\\"Flowers street\\\",\\\"coords\\\":[-4.7796067534866,37.880370904383],\\\"description\\\":\\\"This peaceful, narrow, winding\\\\n street with its grated balconies\\\\n bedecked with flowers, is in\\\\n the heart of the Juder\u00eda. One of\\\\n the best views of the Cathedral\\\\n tower is to be had from the fountain\\\\n in the centre of the small square\\\\n at the end of this street.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-de-las-flores\\\\\/b4012997-7c02-4d99-922b-b445e5e00ae1.webp\\\"},{\\\"id\\\":\\\"9e784cca-e247-4f5a-aba2-c7d40daa2872\\\",\\\"name\\\":\\\"Bonfire Street\\\",\\\"coords\\\":[-4.7803294658661,37.880355538111],\\\"description\\\":\\\"Close to the Mosque, this winding street, typical\\\\n of Moorish town planning links Deanes\\\\n and Cespedes streets.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-de-la-hoguera\\\\\/de32e4c3-6b9f-44da-a5ad-8a336c5ee929.webp\\\"},{\\\"id\\\":\\\"9e784ccc-8bbe-4f13-b364-94aab50be50c\\\",\\\"name\\\":\\\"San Pedro Alcantara Convent\\\",\\\"coords\\\":[-4.781790767501,37.87983773594],\\\"description\\\":\\\"<p>Its origins date back to the 17th century when it was commissioned by the Franciscan fathers, to the architects Luis de Rojas and Baltasar de los Reyes. The church has a single nave covered with a beautiful barrel vault with lunettes. <\\\\\/p><p><\\\\\/p><p>Inside, works of art of great value are kept, including the Main Altarpiece. Carved in red and black marble with plaster finishes, it was made by Toribio de Bada and Juan de Navajas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-san-ppedro-alcantara\\\\\/ed274474-8ac0-4aee-9dbe-c116a8473744.webp\\\"},{\\\"id\\\":\\\"9e784cca-c70e-4f8e-a246-a0a791883f5b\\\",\\\"name\\\":\\\"Former Hospital of Cardinal Salazar\\\",\\\"coords\\\":[-4.7823970960891,37.879581570252],\\\"description\\\":\\\"Today home to the Faculty of Philosophy\\\\n and Letters, this noble building, with its\\\\n imposing fa\u00e7ade of small windows inscribed\\\\n with the names and dates of the\\\\n former hospital\u2019s patients, is one of the\\\\n most interesting examples of Cordoban\\\\n Baroque. The complex includes the exquisite\\\\n Mudejar architecture of the chapel\\\\n of San Bartolom\u00e9.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/facultad-de-filosofia-y-letrasantiguio-hospital-del-cardenal-salazar\\\\\/b597b5c8-3bec-4073-bf50-fcb968746be2.webp\\\"},{\\\"id\\\":\\\"9e784cca-bfe9-4158-8f36-8169d07ebe14\\\",\\\"name\\\":\\\"Saint bartolom\u00e9 Chapel\\\",\\\"coords\\\":[-4.7826193814122,37.879574623598],\\\"description\\\":\\\"<p>This chapel, once the parish church of San Bartolom\u00e9, now forms part of the Faculty of Philosophy and Arts, the former Cardinal Salazar hospital, and is a splendid example of Mudejar architecture. It was built between the 14th and 15th centuries, and in the Baroque period was incorporated into the hospital, and then restored in the 19th century. <\\\\\/p><p><\\\\\/p><p>The main entrance is covered by a portico with three arches. <\\\\\/p><p><\\\\\/p><p>The interior is made up of a single nave with crossed vaulting on the ceiling, and features fine plasterwork and a tiled plinth. There are traces of former murals behind the altar. <\\\\\/p><p><\\\\\/p><p>The last restoration work was carried out in the 1970s, but recently work has started to recover the 19th century side chapel with its Baroque altarpiece.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/capilla-de-san-bartolome\\\\\/47996b6f-7d57-4575-84fb-8dfe2ca3938e.webp\\\"},{\\\"id\\\":\\\"9e784cca-9e16-48d7-a0f1-a357549ea1f8\\\",\\\"name\\\":\\\"Cairuan Street\\\",\\\"coords\\\":[-4.7836036847651,37.879441843138],\\\"description\\\":\\\"<p>Descending the steps in front of Seneca\u2019s statue in Puerta de Almod\u00f3var, we enter this quiet street. For its whole length it runs alongside the medieval wall that enclosed La Juder\u00eda and there are some pretty cisterns with runnels along which water flows. <\\\\\/p><p><\\\\\/p><p>The street ends next to the seated statue of Averroes.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-cairuan\\\\\/f6d586aa-6d2d-4346-9a5b-99a1aa9d0915.webp\\\"},{\\\"id\\\":\\\"9e784cca-83e6-481d-8d67-3018cd9cfd56\\\",\\\"name\\\":\\\"The Royal Stables\\\",\\\"coords\\\":[-4.7831390355948,37.876561037038],\\\"description\\\":\\\"This spot in the Alc\u00e1zar complex has long\\\\n history in the tradition of equitation and was\\\\n the quarters for Caesar\u2019s cavalry and the place\\\\n where Al-Hakam had his stables. Later, Felipe\\\\n II ordered the present complex to be built\\\\n on the same site and here the Spanish Pureblood\\\\n breed was created.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/caballerizas-reales\\\\\/a7637fd3-0e8e-47d5-94e2-51700ca4fff8.webp\\\"},{\\\"id\\\":\\\"9e784cca-7d37-449e-95bd-ac410c8af6b3\\\",\\\"name\\\":\\\"The Castle of the Chistian Monarchs\\\",\\\"coords\\\":[-4.7814485775811,37.876582208658],\\\"description\\\":\\\"<p>This former Roman fortress and residence of Christian kings was where both the conquest of the Nasrid kingdom and the discovery of America were planned.<\\\\\/p>\\\\n<p>The Alc\u00e1zar (built under Alfonso XI \u2018El Justiciero\u2019) forms an almost square compound, its corners protected by towers such as the Keep and Los Leones. It houses a valuable collection of Roman mosaics (2nd and 3rd century AD) with different figurative and geometric designs. Beneath the Sal\u00f3n de Mosaicos are the Ba\u00f1os Reales, or Royal Baths.<\\\\\/p>\\\\n<p>Also of interest are its Moorish-inspired gardens with palm trees, cypresses and orange and lemon trees interspersing the ponds and fountains.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/alcazar-de-los-reyes-cristianos\\\\\/84f211f8-d036-42eb-92a3-7cc0c88aaa56.jpg\\\"},{\\\"id\\\":\\\"9e784cca-6f40-49f5-89b3-448f95121b45\\\",\\\"name\\\":\\\"La Albolafia water wheel and Molinos\\\",\\\"coords\\\":[-4.7809302806854,37.8762422711],\\\"description\\\":\\\"<p>In the past, views of the Guadalquivir presented a panorama of sailing ships, market gardens and water mills that ground cereals and the henna used in perfumes and in dye products. <\\\\\/p><p><\\\\\/p><p>Next to the Molino de Martos and La Alegr\u00eda mills, now museums, is La Albolafia. Ordered to be built by Ab\u2019d al-Rahman II, its function was to send river water to the Emir\u2019s palace by an ingenious aqueduct. <\\\\\/p><p><\\\\\/p><p>It boasts a restored water wheel that Queen Isabel La Cat\u00f3lica ordered to be dismantled because of the noise it made so close to the royal residence.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null}]},\\\"paseo-colon-colodro\\\":{\\\"id\\\":\\\"9e98328f-811a-4263-9a9b-1d85d713da44\\\",\\\"slug\\\":\\\"paseo-colon-colodro\\\",\\\"title\\\":\\\"Paseo Colon-Colodro\\\",\\\"short_link\\\":null,\\\"locations\\\":[{\\\"id\\\":\\\"9e784cca-bfe9-4158-8f36-8169d07ebe14\\\",\\\"name\\\":\\\"Saint bartolom\u00e9 Chapel\\\",\\\"coords\\\":[-4.7826193814122,37.879574623598],\\\"description\\\":\\\"<p>This chapel, once the parish church of San Bartolom\u00e9, now forms part of the Faculty of Philosophy and Arts, the former Cardinal Salazar hospital, and is a splendid example of Mudejar architecture. It was built between the 14th and 15th centuries, and in the Baroque period was incorporated into the hospital, and then restored in the 19th century. <\\\\\/p><p><\\\\\/p><p>The main entrance is covered by a portico with three arches. <\\\\\/p><p><\\\\\/p><p>The interior is made up of a single nave with crossed vaulting on the ceiling, and features fine plasterwork and a tiled plinth. There are traces of former murals behind the altar. <\\\\\/p><p><\\\\\/p><p>The last restoration work was carried out in the 1970s, but recently work has started to recover the 19th century side chapel with its Baroque altarpiece.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/capilla-de-san-bartolome\\\\\/47996b6f-7d57-4575-84fb-8dfe2ca3938e.webp\\\"},{\\\"id\\\":\\\"9e784cca-cda0-442a-bb4a-646e09516d2c\\\",\\\"name\\\":\\\"Bullfighting Museum\\\",\\\"coords\\\":[-4.7828470523578,37.879363511155],\\\"description\\\":\\\"<p>Located in  Casa de las Bulas, among attractive courtyards and rooms, is a library dedicated to things taurine, bull\u2019s heads, photographs, posters, bullfighting apparel as well as a huge collection of articles dedicated to the five Caliphs of bullfighting. It is temporarily closed due to restoration work.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-taurino\\\\\/b44616ee-154b-4a2b-b2a4-02ebfc366e2f.webp\\\"},{\\\"id\\\":\\\"9e784cca-c70e-4f8e-a246-a0a791883f5b\\\",\\\"name\\\":\\\"Former Hospital of Cardinal Salazar\\\",\\\"coords\\\":[-4.7823970960891,37.879581570252],\\\"description\\\":\\\"Today home to the Faculty of Philosophy\\\\n and Letters, this noble building, with its\\\\n imposing fa\u00e7ade of small windows inscribed\\\\n with the names and dates of the\\\\n former hospital\u2019s patients, is one of the\\\\n most interesting examples of Cordoban\\\\n Baroque. The complex includes the exquisite\\\\n Mudejar architecture of the chapel\\\\n of San Bartolom\u00e9.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/facultad-de-filosofia-y-letrasantiguio-hospital-del-cardenal-salazar\\\\\/b597b5c8-3bec-4073-bf50-fcb968746be2.webp\\\"},{\\\"id\\\":\\\"9e784cca-d4b5-4fa4-9896-90868802759a\\\",\\\"name\\\":\\\"Zoco\\\",\\\"coords\\\":[-4.783379137516,37.880023160004],\\\"description\\\":\\\"Located in a two-storey Mudejar-style\\\\n municipal building and boasting a magnificent\\\\n porticoed courtyard, it is known\\\\n as the Mercado de la Artesan\u00eda since numerous\\\\n Cordoban craftsmen working in\\\\n leather, wood, clay and silver have their\\\\n workshops here.\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-abb2-408b-b6d3-8d0c4b325f1e\\\",\\\"name\\\":\\\"Synagogue\\\",\\\"coords\\\":[-4.7833840981289,37.879789043357],\\\"description\\\":\\\"<p>Built in the first quarter of the 14th century in the Mudejar style, the synagogue was in use as such until 1492 when the Jews were expelled from Spain. It is the only testament to Jewish heritage in the whole of Andalusia. Not having direct access from the street, its structure can hardly be seen from the street. <\\\\\/p><p><\\\\\/p><p>A small vestibule is accessed via its courtyard to the right of which is a staircase leading to the women\u2019s gallery. In front is the square-shaped main area, decorated with stylised Mudejar plant motifs. <\\\\\/p><p><\\\\\/p><p>The wall supporting the women\u2019s gallery in pierced by three arches decorated with highly beautiful plaster mouldings.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/sinagoga\\\\\/db063f9b-523a-455b-83fe-36b466867642.jpg\\\"},{\\\"id\\\":\\\"9e784cca-b951-4ea5-97a0-fc3bc3433593\\\",\\\"name\\\":\\\"Sepharad House\\\",\\\"coords\\\":[-4.7835427522659,37.880415097847],\\\"description\\\":\\\"Five themed rooms (Domestic Life, Women\\\\n in Al-Andalus, Cordoba\u00b4s Juder\u00eda,\\\\n Public Holiday Cycles and Sephardic Music)\\\\n build up the permanent exhibition of\\\\n Sephardic Memories.\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-b26b-4cdc-a878-06027f4748fe\\\",\\\"name\\\":\\\"Andalusi House\\\",\\\"coords\\\":[-4.7835266590118,37.879976866879],\\\"description\\\":\\\"This 12th-century house conserves the intimate\\\\n atmosphere of Hispano-Islamic homes.\\\\n Its rooms and courtyards house an exhibition\\\\n of Arabic coins and a model of one of the first\\\\n paper-making machines to arrive in the West.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-andalusi\\\\\/854b8294-1a83-4615-9a2b-28b287bf12df.jpg\\\"},{\\\"id\\\":\\\"9e784cca-a518-46e4-99f1-26cff32645f4\\\",\\\"name\\\":\\\"Wall and Almodovar Gate\\\",\\\"coords\\\":[-4.7841024952222,37.880657036744],\\\"description\\\":\\\"In the past, Cordoba was a walled city and\\\\n within, it was divided into two large parts: La\\\\n Almedina and La Ajerqu\u00eda both of which were\\\\n enclosed within independent fortifications\\\\n and divided by a wall with narrow gates. One\\\\n such gate is the recently refurbished Puerta de\\\\n Almod\u00f3var -the only to have survived from the\\\\n Moorish period -flanked by two superb towers\\\\n in front of which is the statue of Seneca.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/murallas-y-puerta-de-almodovar\\\\\/59fc6cf5-bbef-485b-b6bc-3b40e1d6dff6.webp\\\"},{\\\"id\\\":\\\"9e784ccb-0301-4746-9131-3e118a284f08\\\",\\\"name\\\":\\\"Indiano House\\\",\\\"coords\\\":[-4.7824528463455,37.881447285546],\\\"description\\\":\\\"<p>L\u2019ancienne maison des Ceas a \u00e9t\u00e9 achet\u00e9e par Mr. Juan Cosme de Paniagua \u00e0 son retour d\u2019Am\u00e9rique, o\u00f9 il avait fait fortune, d\u2019o\u00f9 son surnom de l\u2019Indien. Du b\u00e2timent m\u00e9di\u00e9val on ne conserve que la fa\u00e7ade autour d\u2019un arc d\u00e9prim\u00e9 sous un \u00e9l\u00e9gant balcon d\u00e9cor\u00e9 dans le style mud\u00e9jar.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-del-indiano\\\\\/cfab7855-a3fd-45e2-9466-8b446016069b.webp\\\"},{\\\"id\\\":\\\"9e784ccd-5fd4-4a33-8e57-45b5da3e101a\\\",\\\"name\\\":\\\"House of the Guzmanes. Municipal Historical Archives\\\",\\\"coords\\\":[-4.7834831675346,37.881707083363],\\\"description\\\":\\\"The Municipal Archives are situated in the centre of the Jewish Quarter in a former stately home, reputed to be the house of the Guzman family, although the family coat of arms above the entrance belongs to the Hoces family. The entrance consists of a solid stone gateway with Mudejar-style border, leading to attractive interior courtyards. The staircase was built in 1609, and has a fine cupola and ornate bannisters\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-guzmanesarchivo-historico-municipal\\\\\/28d07684-fc91-4d1e-b963-546735c648c9.webp\\\"},{\\\"id\\\":\\\"9e784ccb-1f50-47b2-bccf-f83ed0c06453\\\",\\\"name\\\":\\\"Saint Nicolas de la Villa Chuch\\\",\\\"coords\\\":[-4.78216906401,37.884203001026],\\\"description\\\":\\\"<p>This grandiose edifice was built in the 13th century and rebuilt in the Gothic-Mudejar style in the 15 th.<\\\\\/p><p><\\\\\/p><p>It boasts one of the most beautiful towers to be found among the Ferdinandine churches, with polygonal structure built on the site of a Moorish minaret.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-nicolas-de-la-villa\\\\\/ea641ef3-69dc-482c-8e4c-96bb79567cf4.webp\\\"},{\\\"id\\\":\\\"9e784ccc-9277-4eb8-84da-8774e5447b16\\\",\\\"name\\\":\\\"Hermitage of la Alegr\u00eda\\\",\\\"coords\\\":[-4.7833523154259,37.885474536055],\\\"description\\\":\\\"<p>Behind the Collegiate Church of San Hip\u00f3lito stands this charming hermitage called la Alegr\u00eda (Joy), in honour of the Virgin, patron of the hermitage. It was first built in the 18th century by Hurtado Izquierdo, although there have been many alterations since.<\\\\\/p><p><\\\\\/p><p>The main entrance to the church, built by Juan Navajas, has broken pediments, one triangular and the other curved. <\\\\\/p><p><\\\\\/p><p>Next to the main entrance to the church there is another door which leads to the courtyard, with its porticos.<\\\\\/p><p><\\\\\/p><p>The building is rectangular with oval vaulting, and the elegant plasterwork is complemented by the beautiful altar, built in the 18th Century by Manuel S\u00e1nchez Sandoval<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-2663-41f2-8fc8-18128ff463e8\\\",\\\"name\\\":\\\"Saint Hipolito Church\\\",\\\"coords\\\":[-4.7832865341792,37.885892301873],\\\"description\\\":\\\"<p>Construction work on the church, founded as a Royal Collegiate in the 14th century and located in Bulevar del Gran Capit\u00e1n, did not finish until the 18th century, conserving its medieval Gothic eastern end. <\\\\\/p><p><\\\\\/p><p>The tombs of kings Fernando IV and Alfonso XI El Justiciero are in the presbytery while that of the learned Ambrosio de Morales is in the cloister.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-hipolito\\\\\/88b918e4-611f-427f-8ac0-8c1695cc92af.webp\\\"},{\\\"id\\\":\\\"9e784ccb-49dd-4d60-be23-9ead79a4c173\\\",\\\"name\\\":\\\"Sain Miguel Church\\\",\\\"coords\\\":[-4.7777112982103,37.885435646714],\\\"description\\\":\\\"This medieval Gothic church, near Calle\\\\n Cruz Conde underwent Baroque refurbishment.\\\\n Worthy of note in the portico\\\\n is a beautiful rose window of interlacing\\\\n columns. It has an interesting baptistery\\\\n covered by an attractive Mudejar cupola.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-miguel\\\\\/e004baaf-68c9-4da9-b728-db2893378d0a.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7266-43e9-84c9-22cadbb48766\\\",\\\"name\\\":\\\"Bail\u00edo Palace\\\",\\\"coords\\\":[-4.7769767045975,37.887728865401],\\\"description\\\":\\\"<p>The most noteworthy thing about this house, that used to belong to the Fern\u00e1ndez de C\u00f3rdova family, is its magnificent early 16thcentury Plateresque portico designed by Hern\u00e1n Ruiz II and decorated with mythological themes. <\\\\\/p><p><\\\\\/p><p>It is home to the Roger Garaudy Foundation\u2019s Biblioteca Viva de Al Andalus.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-del-bailio\\\\\/67bae54b-0c65-4421-938c-44b125c93023.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4fbd-47a2-a2da-bde55b53a751\\\",\\\"name\\\":\\\"Cuesta del Bail\u00edo\\\",\\\"coords\\\":[-4.7765529155731,37.887791523889],\\\"description\\\":\\\"<p>The central street calle Alfaros leads to the street named Cuesta del Bail\u00edo (the Bailio Steps), which was originally one of the entrances of the city walls which connected the Axerquia with the Medina. At the top stands the Casa del Bail\u00edo (Bailio House), with its attractive Renaissance fa\u00e7ade. <\\\\\/p><p><\\\\\/p><p>This well-loved street leads to the square Plaza de Capuchinos, with the popular statue of Cristo de los Faroles (Christ of the Lanterns) at one end.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/cuesta-del-bailio\\\\\/c1b1ac46-0680-4660-9f1e-014fd6c23a3f.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7922-4a32-99db-ea3acae433ac\\\",\\\"name\\\":\\\"Rinc\u00f3n Door\\\",\\\"coords\\\":[-4.7763785719872,37.888509975689],\\\"description\\\":\\\"This tower, medieval in origin, with its archway\\\\n and sturdy defensive walls is at the\\\\n confluence of calle Alfaros and calle Isabel\\\\n Losa. It is open to give access between\\\\n the La Villa and La Axerqu\u00eda quarters.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/puerta-del-rincon\\\\\/a5c181b8-42c4-4062-835f-be25ecd408ff.webp\\\"},{\\\"id\\\":\\\"9e784ccc-9957-4c32-a46a-9d9c2287cf54\\\",\\\"name\\\":\\\"Capuchin Convent\\\",\\\"coords\\\":[-4.7785699367523,37.885777111879],\\\"description\\\":\\\"<p>The convent of the Capuchin sisters was built in the 17th century on the site of the former 15th century stately home of the Marquises of Sessa. Some of the original features survive in the cloisters, such as the impressive Mudejar gate and Roman, Visigoth and Islamic capitals. <\\\\\/p><p><\\\\\/p><p>The decorative ceilings and plasterwork in the refectory are also of Mudejar style. The coat of arms of the family who donated the building can be seen on several ceilings and walls. The convent church, dedicated to San Rafael, dates from the 18th Century, and consists of a single nave with barrel vaulting above.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-capuchinas\\\\\/27310751-1cbc-41e8-a8c2-1ab9b933629b.webp\\\"},{\\\"id\\\":\\\"9e784ccc-a013-494d-896d-1f6745bb6e40\\\",\\\"name\\\":\\\"Convent of Santa Isabel de los \u00c1ngeles\\\",\\\"coords\\\":[-4.7751313447952,37.88929107769],\\\"description\\\":\\\"<p>This convent was initially founded in the 15th century by Lady Mar\u00eda de Villaseca, and has an interesting 17th century fa\u00e7ade featuring the coat of arms of the founding family. From the small, tidy entrance courtyard the visitor can see the austere fa\u00e7ade of the church and the sacristy, built in stone with curved, split pediments. <\\\\\/p><p><\\\\\/p><p>The church is rectangular with a single nave, and preserves interesting examples of Cordoban Mannerism, as well as paintings and sculptures in wood and stone from the 17th and 18th centuries. The people of Cordoba have a special devotion to the image of San Pancracio, which they visit every Wednesday of the year to ask the saint for help in finding a job, either for themselves or for someone they know<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-isabel-de-los-angeles\\\\\/9c43b721-1c35-45bb-9856-7079d414d255.webp\\\"},{\\\"id\\\":\\\"9e784ccb-c14d-4e3d-8d73-6e5b05439dad\\\",\\\"name\\\":\\\"Viana Palace\\\",\\\"coords\\\":[-4.7741542656224,37.888648380225],\\\"description\\\":\\\"This noble mansion dates from the 14th century.\\\\n Its courtyards are outstanding not only\\\\n due to its number (17) but also to its artistic\\\\n quality. In the rooms revolving around them\\\\n and in its magnificent garden (declared a Historic\\\\n Garden), oil paintings from the Breughel\\\\n school, porcelain, tapestries, antique furniture,\\\\n crockery, exotic pottery, a valuable collection\\\\n of Cordoban and embossed leather and a\\\\n library of over 7,000 tomes are all on display.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-viana\\\\\/ab677795-5ed0-4330-a626-611d3ba103d0.webp\\\"},{\\\"id\\\":\\\"9e784ccb-df1e-4d23-bf97-8602ade69144\\\",\\\"name\\\":\\\"Saint Andres Churcg\\\",\\\"coords\\\":[-4.7730703676086,37.886180794279],\\\"description\\\":\\\"Founded in the 13th century on the site popularly\\\\n believed to be that of the Visigoth basilica\\\\n of San Zoilo, only the chapel of the Tabernacle\\\\n remains from its medieval origins. Inside,\\\\n it boasts a beautiful, florid Baroque retable\\\\n designed by Pedro Duque Cornejo, as well as\\\\n numerous canvasses of great artistic value.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-andres\\\\\/6991c31e-8d09-4818-99a4-9447df9c624f.webp\\\"},{\\\"id\\\":\\\"9e784ccb-e587-4161-9cfc-25d73b063148\\\",\\\"name\\\":\\\"Luna House\\\",\\\"coords\\\":[-4.7733691334724,37.885976099964],\\\"description\\\":\\\"This is one of the best examples of Plateresque\\\\n Andalusian noble mansions. Of great interest\\\\n is its stone fa\u00e7ade with one storey of\\\\n double windows in the style of a loggia and\\\\n mirador. The main door boasts original ballshaped\\\\n finials at the extremes and a relief design\\\\n of garlands on the lintel upon which we\\\\n can see the family coat of arms with a moon.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-luna\\\\\/3e6daef6-0283-48b1-ad5b-e0acfe21401a.webp\\\"},{\\\"id\\\":\\\"9e784ccb-ec5c-4f3f-94e9-5a9f170c717b\\\",\\\"name\\\":\\\"Saint Pablo Church\\\",\\\"coords\\\":[-4.7759622518156,37.885327088987],\\\"description\\\":\\\"<p>Built between the 13th and 14th centuries, its fa\u00e7ade boasts wreathed columns behind which is the Mannerist doorway that gives access to the church. <\\\\\/p><p><\\\\\/p><p>Inside, of interest is the central aisle\u2019s Mudejar coffered ceiling, the main retable and one of Cordoban sculpture\u2019s jewels: Juan de Mesa\u2019s 17th-century Nuestra Se\u00f1ora de las Angustias.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-pablo\\\\\/c09582d7-8eb9-44e1-b80f-abd53f64ece2.webp\\\"},{\\\"id\\\":\\\"9e784ccb-f99d-47c3-bfb0-05d14afbd1a3\\\",\\\"name\\\":\\\"Roman Temple\\\",\\\"coords\\\":[-4.776133878727,37.884679311579],\\\"description\\\":\\\"<p>Next to the Town Hall is the only Roman temple of which we have archaeological evidence. Dedicated to the cult of the Emperor, it dates from the 1st century AD and its dimensions surprise.<\\\\\/p><p><\\\\\/p><p>Located -at its origins- in the centre of a porticoed square, the temple rose from a high podium and had six isolated Corinthian columns at is entrance. Facing the entrance was the altar. <\\\\\/p><p><\\\\\/p><p>The base (3.5m) and eleven Corinthian columns have been reconstructed. Some elements from the original temple are on display in the Archaeological Museum or in singular and beautiful spots in the city such as the fluted column in Plaza de las Doblas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/templo-romano\\\\\/afc55f97-1a8f-4230-8fb9-1debbf3aeef5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-3445-4c0f-8819-9eec3b8fbbd4\\\",\\\"name\\\":\\\"Archaeological Museum\\\",\\\"coords\\\":[-4.7779982585338,37.881876113536],\\\"description\\\":\\\"<p>The Renaissance palace, once home to the P\u00e1ez de Castillejo family houses this museum, regarded as one of the most complete in Spain with large funds from all periods ranging from Prehistory to the Middle Ages. <\\\\\/p><p><\\\\\/p><p>The courtyards, garden and galleries make attractive exhibition spaces holding items such as the ceramic jar from Zuheros, Roman mosaics of Cortejo B\u00e1quico and the Four Seasons, Aphrodite inclined and the Bronze Deer from Madinat al-Zahra.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-arqueologico\\\\\/a51e39e4-e542-4d4b-a8fa-5443736c76be.webp\\\"},{\\\"id\\\":\\\"9e784ccc-cd87-4961-945c-298f0a44a0a2\\\",\\\"name\\\":\\\"Convent Church of la Encarnaci\u00f3n\\\",\\\"coords\\\":[-4.778878390789,37.880988534308],\\\"description\\\":\\\"<p>This church, which belongs to the Cistercian order, is very near the Mosque. Despite being originally Medieval, the Renaissance and Baroque reforms have wiped out any traces of the former building.<\\\\\/p><p><\\\\\/p><p>A Renaissance fa\u00e7ade leads to the magnificent church, which inside has a single nave and Baroque style vaulting. The polychromatic stucco work produces a stunning combination of blue, white and gold, and the main altarpiece, in gold and green, with spiralling columns and pilasters, is equally attractive.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"}]},\\\"ayuntamiento_de_cordoba-puerta-baeza-a-la-ribera\\\":{\\\"id\\\":\\\"9e97eda6-3a79-43d3-b92d-b6c52bd56aa4\\\",\\\"slug\\\":\\\"ayuntamiento_de_cordoba-puerta-baeza-a-la-ribera\\\",\\\"title\\\":\\\"Puerta Baeza a la Ribera\\\",\\\"short_link\\\":null,\\\"locations\\\":[{\\\"id\\\":\\\"9e784cca-eebd-4dbc-a594-8337edfc5805\\\",\\\"name\\\":\\\"Cabezas Street\\\",\\\"coords\\\":[-4.7767397149499,37.880438980831],\\\"description\\\":\\\"This narrow alleyway starts at the Arco del\\\\n Portillo overlooked by the fortified tower of the\\\\n Casa de los Marqueses del Carpio. It has buildings\\\\n dating from the 13th to 16th centuries.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/calle-cabezas\\\\\/a24f36ec-6095-4f1a-af6e-a6b57cb2aa4a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-55ed-406c-8c05-424270abb820\\\",\\\"name\\\":\\\"Marqueses del Carpio House\\\",\\\"coords\\\":[-4.7759543479745,37.880894145354],\\\"description\\\":\\\"Close by the Arco del Portillo is part of the\\\\n M\u00e9ndez de Sotomayor family\u2019s 15th-century\\\\n palace. Prototype of large noble mansion, the\\\\n origins of this house and its military air date\\\\n back Fernando III\u2019s concession to the family\\\\n for them to defend and keep watch over the\\\\n city wall after the reconquest of Cordoba. The\\\\n building was planned to take advantage of part\\\\n of the medieval wall and one of the towers.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-marqueses-del-carpio\\\\\/c7ec0a74-4bb6-4fa3-9214-e74d00238e2c.webp\\\"},{\\\"id\\\":\\\"9e784ccc-f39d-4918-9e42-34da3b428205\\\",\\\"name\\\":\\\"Luis de G\u00f3ngora House\\\",\\\"coords\\\":[-4.7766226530075,37.88133544497],\\\"description\\\":\\\"<p>Typical house of the XVII century located in the street Cabezas number 3, with a surface of 1.085 square metres built, two courtyards organise the distribution of the house. <\\\\\/p><p><\\\\\/p><p>The second courtyard is surrounded by a porticoed gallery that gives access to the rooms distributed on the sides. <\\\\\/p><p><\\\\\/p><p>From the upper floor there is access to another room called the \\'castillete\\' and also to a terrace from which there is an impressive panoramic view of the historic centre, where the Mosque-Cathedral rises majestically. <\\\\\/p><p><\\\\\/p><p>After the recent refurbishment of the building, it is planned to house the Centre for Gongorine Studies.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-luis-de-gongora\\\\\/485bd906-55ef-4275-bdb2-be4b9235d5d5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-4853-4c29-8364-47e68d6a4a7e\\\",\\\"name\\\":\\\"San Francisco y San Eulogio Church\\\",\\\"coords\\\":[-4.7756882003247,37.881561604637],\\\"description\\\":\\\"<p>The cloister of this his restored convent church -with a Baroque portico- imbues this part of Cordoba with an almost romantic air. <\\\\\/p><p><\\\\\/p><p>Inside, it has an important collection of paintings, especially that of La Cabeza de San Andr\u00e9s, the first known work by Vald\u00e9s Leal and the 17th-century carving, El Se\u00f1or Crucificado.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-0084-4448-b95a-4dfaa5468d89\\\",\\\"name\\\":\\\"Corredera Square\\\",\\\"coords\\\":[-4.7744524290938,37.8836208395],\\\"description\\\":\\\"<p>With the characteristics of a Castilian plaza mayor, similar to those in Madrid and Salamanca, this square is unique in Andalusia. It is an enormous closed rectangle surrounded by colonnades with large round arches over which three storeys of private dwellings rise. Only the balcony for public appearances over the municipal food market and the restored Casa de Do\u00f1a Mar\u00eda Jacinta on the south west corner has been respected. <\\\\\/p><p><\\\\\/p><p>It\u00b4s antique shops, bookshops, caf\u00e9s and cocktail bars where visitors can relax on their terraces in the sun show that the light-hearted atmosphere that the square enjoyed in the past (bull fights, juegos de ca\u00f1as, etc.) is still present. As well as a weekly flea-market, every January the square is home to a Medieval Market.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-corredera\\\\\/8ae3b214-c55e-41e8-9d08-215df9ef57d1.webp\\\"},{\\\"id\\\":\\\"9e784ccc-1345-4d0a-aaea-d2d7f308f79d\\\",\\\"name\\\":\\\"San Pedro Church\\\",\\\"coords\\\":[-4.7716542236806,37.88246285362],\\\"description\\\":\\\"Of this Ferdinandine church\u2019s original aspect,\\\\n only two medieval doorways and the tower\u2019s\\\\n first body remain. Of interest inside is its main\\\\n retable, one of Cordoban Baroque\u2019s most splendid\\\\n works. Comprising a bench, two bodies and\\\\n a top, the retable is a perfect combination of\\\\n architecture, painting and sculpture.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-sanpedro\\\\\/9600c537-3fc8-43c3-9247-61263abc16e6.webp\\\"},{\\\"id\\\":\\\"9e784ccd-541e-448c-9f80-83bd557c7361\\\",\\\"name\\\":\\\"House of the Aguayo family\\\",\\\"coords\\\":[-4.7718107700348,37.883100458193],\\\"description\\\":\\\"<p>In the small square of the same name, near the church of San Pedro, stands the aristocratic house of the Aguayo family. This beautiful building, the current home of the school of the Sagrada Familia, popularly known as Las Francesas, has a beautiful carved fa\u00e7ade from the early 16th century, adorned with laureate medallions and the family coat of arms. <\\\\\/p><p><\\\\\/p><p>Inside, the lavish red and black marble staircase and a large garden are particularly noteworthy.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-0c99-4c80-8295-32f9e7c0633c\\\",\\\"name\\\":\\\"Madalena Church\\\",\\\"coords\\\":[-4.7691540765696,37.885499153903],\\\"description\\\":\\\"A mixture of Romanic, Gothic and Mudejar\\\\n styles, this was the first of the seven churches\\\\n founded by Fernando III after the city\u2019s reconquest.\\\\n The main door, located at the narthex,\\\\n boasts a beautiful rose window while the right\\\\n side entrance presents diamond-point decoration\\\\n and it is dated as the oldest church door\\\\n in Cordoba. The 17th-century tower presents\\\\n bodies of decreasing sizes.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-la-magdalena\\\\\/8dcbdd67-957b-4e45-8b2f-a22faaeb459e.webp\\\"},{\\\"id\\\":\\\"9e784ccb-b4c3-440a-a5e1-f7fdba86f595\\\",\\\"name\\\":\\\"San Rafael or de Juramento Chuch\\\",\\\"coords\\\":[-4.7703006863594,37.88841471878],\\\"description\\\":\\\"<p>Built in the 18th century on the site where, according to tradition, the Archangel Saint Raphael appeared to Father Roelas, promising to protect the city. <\\\\\/p><p><\\\\\/p><p>As well as its imposing main entrance it boast a delicate gilt wood niche, a peerless home for the carving of San Rafael executed by G\u00f3mez de Sandoval.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-rafael-o-de-juramento\\\\\/c459d095-58ae-4d97-8f49-f0262538750e.jpg\\\"},{\\\"id\\\":\\\"9e784ccb-add7-4a69-a098-75030bfa2d99\\\",\\\"name\\\":\\\"Saint Lorenzo Church\\\",\\\"coords\\\":[-4.7690832489728,37.888402564691],\\\"description\\\":\\\"The originality of this jewel of medieval\\\\n Cordoban architecture lies in the three\\\\n arches that precede the main entrance,\\\\n located to the right of a slender Renaissance\\\\n tower (built on the site of what was\\\\n the al-Mugira mosque\u2019s minaret) with an\\\\n impressive rose window in the centre.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-lorenzo\\\\\/317860e6-fbfb-4e7d-a943-1c6ee77af008.webp\\\"},{\\\"id\\\":\\\"9e784ccb-a75d-40c8-aafe-94c9880ede06\\\",\\\"name\\\":\\\"Sra. De Gracia Church\\\",\\\"coords\\\":[-4.7657704353333,37.890976169429],\\\"description\\\":\\\"Located in Plaza del Coraz\u00f3n de Mar\u00eda next to\\\\n the Moorish city walls, this church\u2019s portico,\\\\n the seed of what were to become retable-porticoes,\\\\n is of great interest. Inside, it has two\\\\n popular devotional carvings: Nuestro Padre\\\\n Jes\u00fas Rescatado, \u201cEl Rescatao\u201d and Sant\u00edsimo\\\\n Cristo de Gracia, \u201cEl Esparraguero\u201d.\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-6b76-4071-9387-1fbfd6fd6494\\\",\\\"name\\\":\\\"Antiguo convento del Carmen - Faculty of Law\\\",\\\"coords\\\":[-4.767206884733,37.885024965572],\\\"description\\\":\\\"<p>Of the Convento del Carmen Calzado , transferred to the Puerta Nueva in 1580 and later alienated, the only remaining elements are the church and, inside the Faculty of Law, o lovely two-story cloister and the refectory.<\\\\\/p>\\\\n<p>The church&#8217;s main entrance, with Vignolesque influence and located at the foot of the temple, is sealed.<\\\\\/p>\\\\n<p>The interior dispays o single nave, covered by o stilted barrel vault and o slightly pronounced transept that is topped by o truncated vault decorated by the coats of arms of The C\u00e1rdenas family. The paintings at the high retable are by Vald\u00e9s Leal.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/antiguo-convento-del-carmenfacultad-de-derecho\\\\\/e4a13319-a97c-403f-8ada-037670b461ef.webp\\\"},{\\\"id\\\":\\\"9e784ccc-212a-4763-b47e-45359bb10022\\\",\\\"name\\\":\\\"Santos Martires Church\\\",\\\"coords\\\":[-4.7685970797641,37.880765601355],\\\"description\\\":\\\"A small neo-Roman building on the river bank\\\\n and very close to the Santiago quarter, it was\\\\n built in the late 18th century on the site of the\\\\n demolished Convento de los Santos M\u00e1rtires.\\\\n Inside is a beautiful Carrara marble Paleo-\\\\n Christian sarcophagus.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/ermita-de-los-santos-martires\\\\\/26bb270b-4f98-4678-a043-761ad0603b9e.jpg\\\"},{\\\"id\\\":\\\"9e784ccc-2e0b-41c2-b322-ec82776df7f9\\\",\\\"name\\\":\\\"Martos Mills\\\",\\\"coords\\\":[-4.7697133284079,37.880765601355],\\\"description\\\":\\\"The Hydraulic Museum (in the Botanic\\\\n Gardens) in the Molino de Martos interprets\\\\n history via culture, water management\\\\n and the traditional use of plants. The\\\\n original 12th-century building had three\\\\n fulling mills, one flour mill and a jetty.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/molino-de-martos\\\\\/1cdaa24e-34a2-407c-9a11-b8bb579389c6.webp\\\"},{\\\"id\\\":\\\"9e784ccc-1a33-40d2-970c-fe1d70b603fd\\\",\\\"name\\\":\\\"Marqueses de Benamej\u00ed Palace\\\",\\\"coords\\\":[-4.7693726420403,37.883867645681],\\\"description\\\":\\\"<p>Located in the popular Santiago quarter, this 18th-century complex comprises a series of buildings from different periods and in different artistic styles. Today the Escuela de Artes y Oficios, P\u00edo Baroja described it in his novel La Feria de los Discretos, set in Cordoba. <\\\\\/p><p><\\\\\/p><p>Inside, we can admire its splendid garden<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-los-marqueses-de-benameji\\\\\/16d82757-58bd-45fb-856f-9caafbcd6eb7.webp\\\"},{\\\"id\\\":\\\"9e784ccc-27e0-4224-85a5-bce848abff58\\\",\\\"name\\\":\\\"Santiago ChurchEglise de Santiago\\\",\\\"coords\\\":[-4.7696139669312,37.881835890345],\\\"description\\\":\\\"Like most of the Ferdinandine churches, this\\\\n one was built on the site of a mosque, keeping\\\\n the minaret which was turned into a Christian\\\\n tower. It has recently been restored to its original\\\\n architectural features. The church houses\\\\n many objects of artistic interest, such as the\\\\n 15th-century Cristo de las Penas.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-santiago\\\\\/09e19038-3498-47eb-96be-731c8b2263f5.webp\\\"},{\\\"id\\\":\\\"9e784ccd-2d00-4272-bfe5-3d9f8f4b363d\\\",\\\"name\\\":\\\"House of Bells\\\",\\\"coords\\\":[-4.7690212726593,37.882033495402],\\\"description\\\":\\\"This 15th century stately home, originally the house of Pedro de Montemayor, Lord of Alcaudete, is situated in calle Siete Revueltas, in the popular district of Santiago. The most interesting features include the Mudejar style courtyard with multi-foiled arches and rich decorative work. This former stately home once contained a foundry for making bells, which gave it the popular name which survives to this day. A wide range of artistic events are held here throughout the year\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/casa-de-las-campanas\\\\\/a1b9ae3a-e0da-41ec-a1c0-370edfeb97c1.webp\\\"},{\\\"id\\\":\\\"9e784ccc-b481-46b0-b4f0-c91efc759ff3\\\",\\\"name\\\":\\\"Convent of Santa Cruz\\\",\\\"coords\\\":[-4.769321680069,37.881962363987],\\\"description\\\":\\\"<p>Located on Agust\u00edn Moreno Street, near the Church of San Pedro, is the extensive monastery of the Holy Cross, run by Poor Clare nuns. Founded in the 15th century, it preserves few vestiges of its Gothic origin due to subsequent remodeling, much of it in the Baroque. <\\\\\/p><p><\\\\\/p><p>The semicircular arch cover gives way to the compass. At the entrance to the church you can see the shields of the convent&#39;s patrons, Marquises of Escalonias, buried under the steps of the presbytery. The church, completely remodeled in the 18th century, draws attention for the 18th century tiled plinth and the coffered ceilings of the upper and lower choirs.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-cruz\\\\\/e8691534-30a8-4b26-8c09-c791caf412b6.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4b45-4527-8e9b-04b22d4998ad\\\",\\\"name\\\":\\\"Colt Square\\\",\\\"coords\\\":[-4.7748187214751,37.881065559054],\\\"description\\\":\\\"<p>Situated in the district of the Axerquia, the square gets its name from the Renaissance fountain in the middle, whose main decorative feature is the figure of a potro (colt). Traditionally, the square was a place where cattle were bought and sold, and artisans worked, as can be seen from the famous posada (inn), which bears the same name. <\\\\\/p><p><\\\\\/p><p>On the other side of the square are the Fine Arts Museum and the Julio Romero de Torres Museum.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/plaza-del-potro\\\\\/00e27ef8-bfb4-4e77-9b1d-ccc5c29c74e6.webp\\\"},{\\\"id\\\":\\\"9e784ccc-41b2-4ae1-87c2-c2f9c60779db\\\",\\\"name\\\":\\\"Inn of el Potro\\\",\\\"coords\\\":[-4.774908721447,37.880954802873],\\\"description\\\":\\\"Dating from the 14th-century, it is the only\\\\n example of the six middle age inns still located\\\\n in the Plaza during the 16th century. With dwellings revolving around a shared courtyard\\\\n and central well, this complex was a meeting\\\\n point for Andalusian ruffians during the 16th\\\\n and 17th centuries. Cervantes stayed here,\\\\n using it to inspire drawing inspiration from it\\\\n to write works such as Don Quixote and Rinconete\\\\n y Cortadillo. The Posada currently houses\\\\n the \u201cFosforito\u201d Flamenco Centre\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/posada-del-potro\\\\\/23590c62-afc7-44ce-8a5b-13ddbf769c0c.webp\\\"},{\\\"id\\\":\\\"9e784ccc-3b50-43e4-8bd9-9f41afcabbb1\\\",\\\"name\\\":\\\"Julio Romero de Torres Museum\\\",\\\"coords\\\":[-4.7745328313568,37.881234987643],\\\"description\\\":\\\"The museum was established in 1931, one\\\\n year after the death of this Cordoban artist,\\\\n the most popular exponent of Andalusian regionalism.\\\\n Its six rooms take us on a journey\\\\n through the artist\u2019s life using interesting exhibits\\\\n of photographs, newspapers, personal\\\\n objects and works from his early years to his\\\\n most famous works: La Chiquita Piconera,\\\\n Naranjas y Limones, etc.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-de-julio-romero-de-torres\\\\\/4c0f65c3-4e0e-4c37-a910-a28ec8844287.webp\\\"},{\\\"id\\\":\\\"9e784ccc-34cb-4c4e-a68e-59b148c15651\\\",\\\"name\\\":\\\"The fine arts Museum\\\",\\\"coords\\\":[-4.7747123473383,37.88136200921],\\\"description\\\":\\\"The Museum occupies several rooms in the\\\\n Plateresque Hospital de la Caridad. Paintings,\\\\n drawings, sculptures and prints from the 14th\\\\n to the 21st centuries are on display, aiming to\\\\n present local art, especial emphasis being given\\\\n to Alejo Fern\u00e1ndez, Pedro Romana, Pablo\\\\n de C\u00e9spedes, Antonio del Castillo, Vald\u00e9s Leal,\\\\n Juan de Mesa, Mateo Inurria, Rafael Romero\\\\n Barros and Julio Romero de Torres. Paintings\\\\n by contemporary artists also hang on its walls.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumenturpruebas.s3.eu-central-1.amazonaws.com\\\\\/museo-de-bellas-artes\\\\\/72091954-318b-4b18-918b-5bb933b16e6a.webp\\\"}]},\\\"ayuntamiento_de_cordoba-en-la-periferia-respirar-sano\\\":{\\\"id\\\":\\\"9f1cd14c-0ccb-4477-aeca-5988639ff6bb\\\",\\\"slug\\\":\\\"ayuntamiento_de_cordoba-en-la-periferia-respirar-sano\\\",\\\"title\\\":\\\"En la perifer\u00eda, respirar sano\\\",\\\"short_link\\\":null,\\\"locations\\\":[{\\\"id\\\":\\\"9f1cd33d-34a9-4e7f-b9b2-7a424793df9a\\\",\\\"name\\\":\\\"Real Jard\u00edn Bot\u00e1nico\\\",\\\"coords\\\":[-4.785869,37.870051],\\\"description\\\":\\\"<p>En 1987 se inaugura este museo, centro de la cultura vegetal. Las distintas zonas de las que se compone el recorrido nos muestran las variadas colecciones del recinto. El recorrido comienza en el arboreto, que simula un bosque natural, pasando por los distintos invernaderos, la escuela agr\u00edcola, la rosaleda, sus jardines y, por supuesto, el Museo de Paleobot\u00e1nica, que nos ofrece informaci\u00f3n sobre las diferentes floras que han existido a lo largo de la historia. El Museo de Etnbot\u00e1nica cuenta con una exposici\u00f3n permanente en la que se estudia la relaci\u00f3n sociedad\\\\\/planta mediante diferentes m\u00f3dulos e instrumentos. Por \u00faltimo, el Museo Hidr\u00e1ulico, integra en el Molino de Martos la interpretaci\u00f3n de la historia a trav\u00e9s de la cultura, la gesti\u00f3n del agua y la tradici\u00f3n en el uso de las plantas: fuente de alimento (harinas de cereal), tint\u00f3reas (pa\u00f1os y tejidos), encurtidoras (pieles) o fibras vegetales. El Jard\u00edn se asoma y ba\u00f1a en el Guadalquivir a trav\u00e9s de sus molinos, facilitando la visita y comprensi\u00f3n de la flora y vegetaci\u00f3n de nuestros sotos y riberas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd498-5d1e-41e2-bb98-ebcfef0c1072\\\",\\\"name\\\":\\\"Ciudad de los ni\u00f1os y las ni\u00f1as\\\",\\\"coords\\\":[-4.789598,37.870239],\\\"description\\\":\\\"<p>La Ciudad de los Ni\u00f1os y las Ni\u00f1as es la mayor \u00e1rea de juegos infantiles de la ciudad y el \u00fanico recinto de Espa\u00f1a que los a\u00fana con zonas verdes consolidadas en un gran espacio, ocupando una extensi\u00f3n de cuatro hect\u00e1reas.La Ciudad de los Ni\u00f1os y las Ni\u00f1as dispone de treinta unidades de juegos infantiles que a su vez se dividen en otras m\u00e1s peque\u00f1as. Aunque la mayor\u00eda son juegos que ya existen en otros parques, algunos de ellos han sido dise\u00f1ados especialmente para este proyecto y hacen alusi\u00f3n a elementos propios de la ciudad. As\u00ed tenemos el gran multijuego &quot;Vulcano-Mezquita&quot; y el gran juego de agua llamado &quot;El R\u00edo&quot;.Otro de los elementos destacados es la pista de skate y pat\u00edn que es atendida por un grupo de monitores especializados.El recinto cuenta con aseos, mobiliario urbano y dos kioscos-bar adaptados tanto para mayores como para los m\u00e1s peque\u00f1os. Tambi\u00e9n est\u00e1 dotado con botiqu\u00edn para peque\u00f1as curas.El recinto est\u00e1 rodeado por una valla perimetral de colores y con los elementos adaptados a personas con movilidad reducida.Todos los elementos utilizados (juegos y pavimentos) tienen sus correspondientes certificados de seguridad.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd239-7d2a-4ed4-8b0f-3bdb27b87662\\\",\\\"name\\\":\\\"Parque Cruz Conde\\\",\\\"coords\\\":[-4.7914250933875,37.872891409115],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd3df-dd1e-4350-9384-bb911114017b\\\",\\\"name\\\":\\\"Jardines de Vallellano\\\",\\\"coords\\\":[-4.785587,37.87837],\\\"description\\\":\\\"<p>Los jardines de Vallellano fueron construidos en los terrenos de la antigua Huerta del Rey, conjuntamente con la avenida que signific\u00f3 la prolongaci\u00f3n del Paseo de la Victoria hasta el r\u00edo Guadalquivir y la remodelaci\u00f3n de los accesos a C\u00f3rdoba desde Sevilla. Fueron inaugurados el 18 de julio de 1955. Varias d\u00e9cadas despu\u00e9s la zona ajardinada fue remodelada elimin\u00e1ndose algunos \u00e1rboles y construy\u00e9ndose amplios y rectil\u00edneos paseos enlosados que sustituyeron los terrizos y sinuosos con que se dise\u00f1\u00f3 originalmente. Tambi\u00e9n se instalaron columpios y otros elementos para el disfrute infantil.<\\\\\/p><p><\\\\\/p><p>Albergan estos jardines gran cantidad de especies arbustivas y arb\u00f3reas, algunas de gran porte dada su edad, entre las que pueden encontrarse: Adelfa, \u00e1rbol de J\u00fapiter, casuaria, cedro, ciruelo del Jap\u00f3n, espina de Jerusal\u00e9n, eucalipto, fresno, magnolio, mimosa, palma excelsa, para\u00edso, sicomoro, entre otros.<\\\\\/p><p><\\\\\/p><p>Adem\u00e1s en este lugar se encuentran restos arqueol\u00f3gicos como una cisterna romana.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd2a8-14b9-4b48-977a-b795b68c4199\\\",\\\"name\\\":\\\"Jardines de la Victoria y de Agricultura\\\",\\\"coords\\\":[-4.7851859848355,37.884568900421],\\\"description\\\":\\\"<p>El jard\u00edn p\u00fablico llamado de la Agricultura debe su nombre  a las huertas que inundaban este recinto por el 1866. En los a\u00f1os 30 del siglo XX se a\u00f1aden los bancos y los palomares. Actualmente se conoce como Jard\u00edn de los Patos, debido al gran n\u00famero de estos animales que habitan en la fuente del parque. De la gran variedad de especies que este jard\u00edn acoge destaca un majestuoso ginkgo (especie superviviente del mesozoico) Conserva varios monumentos, como los dedicados a Julio Romero de Torres o al compositor Mart\u00ednez Rucker.Recientemente ha sido restaurado, lo que ha permitido crear una zona de juegos infantiles, esparcimiento y diversi\u00f3n para peque\u00f1os y mayores.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd544-6dc7-46ac-955a-a1e6cfa039e7\\\",\\\"name\\\":\\\"Parque de La Asomadilla\\\",\\\"coords\\\":[-4.7807581005524,37.900543918523],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd6ba-405e-44d0-b790-46dd0a01138d\\\",\\\"name\\\":\\\"Circuito de footing \\\\\\\"El Tablero\\\\\\\"\\\",\\\"coords\\\":[-4.793305,37.902133],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdc39-1075-4c09-92c8-6f36dd6e7655\\\",\\\"name\\\":\\\"Camping de Los Villares\\\",\\\"coords\\\":[-4.81196,37.96072],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd83e-ee75-475b-8ffd-a479e8800f20\\\",\\\"name\\\":\\\"Club de Golf \\\\\\\"Los Villares\\\\\\\"\\\",\\\"coords\\\":[-4.809527,37.97171],\\\"description\\\":\\\"<p>El Club de Campo de C\u00f3rdoba, es un centro deportivo y social enclavado en Sierra Morena a s\u00f3lo 15 minutos del centro de la ciudad, ubicado en un entorno privilegiado con vistas panor\u00e1micas de gran belleza paisaj\u00edstica. El club cuenta con una superficie total de 70 hect\u00e1reas, entre bosques de pinos y alcornoques. Su principal instalaci\u00f3n es un magn\u00edfico campo de golf de 18 hoyos, par 72, donde la flora y la fauna embellecen su recorrido. Adem\u00e1s de los servicios propios de campo de golf como club social, restaurante y alquiler de material deportivo, completa su oferta con piscinas, canchas de tenis y p\u00e1del.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd8aa-9a5a-4f18-a1b1-1653902777e1\\\",\\\"name\\\":\\\"Parque Periurbano de \\\\\\\"Los Villares\\\\\\\"\\\",\\\"coords\\\":[-4.801146,37.981413],\\\"description\\\":\\\"<p>El Parque Periurbano de Los Villares de C\u00f3rdoba es el primer espacio natural protegido de este tipo que se ha creado en Andaluc\u00eda. La tradicional afluencia de p\u00fablico al antiguo Parque Forestal, de 60 hect\u00e1reas de extensi\u00f3n, ha conducido a la declaraci\u00f3n como Parque Periurbano de las 484 hect\u00e1reas del monte &quot;Los Villares Bajos&quot; y a la ampliaci\u00f3n de la oferta de uso p\u00fablico, estableci\u00e9ndose un r\u00e9gimen de protecci\u00f3n con el fin de conservar sus valores y adecuar su utilizaci\u00f3n a las necesidades recreativas y educativas, as\u00ed como promocionar el acercamiento a la naturaleza de las poblaciones cercanas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdbd0-99e2-43f5-a6e1-c35f536f0346\\\",\\\"name\\\":\\\"Ermitas de Ntra. Sra. de Bel\u00e9n y Sagrado Coraz\u00f3n de Jes\u00fas\\\",\\\"coords\\\":[-4.824146,37.916118],\\\"description\\\":\\\"<p>A unos 15 Kil\u00f3metros de la ciudad, en las faldas de Sierra Morena, se encuentra el Desierto de Nuestra Se\u00f1ora de Bel\u00e9n, lugar donde se levanta el complejo de Las Ermitas. Fundadas en el siglo XVIII por el Hermano Francisco de Jes\u00fas, fue \u00e9ste lugar de recogimiento eremita desde el medievo. La primera construcci\u00f3n se levant\u00f3 en el a\u00f1o 1703. El conjunto se compone de trece celdas o ermitas que desde 1957 est\u00e1n regentadas por los Carmelitas Descalzos. Dentro del recinto se ubica un magn\u00edfico mirador presidido por el monumento al Sagrado Coraz\u00f3n de Jes\u00fas, obra realizada en 1929 por Lorenzo Coullaut Valera. Desde este lugar se obtiene una maravillosa vista de C\u00f3rdoba y parte de la Vega del Guadalquivir.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd61c-8a06-43e1-9792-249439a02f0d\\\",\\\"name\\\":\\\"Parque del Patriarca\\\",\\\"coords\\\":[-4.811661,37.907227],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdb2f-9638-4d0f-a99e-82edac8800f6\\\",\\\"name\\\":\\\"Sendero \\\\\\\"Cuesta del Revent\u00f3n\\\\\\\"\\\",\\\"coords\\\":[-4.8065509299357,37.910722919572],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd716-416d-4fe4-ae45-8474bc7b335f\\\",\\\"name\\\":\\\"Parque del Flamenco\\\",\\\"coords\\\":[-4.802984,37.897871],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd7cc-6f31-4b88-a5a7-f2b04174ea5d\\\",\\\"name\\\":\\\"Medina Azahara\\\",\\\"coords\\\":[-4.8685495757927,37.887873688068],\\\"description\\\":\\\"<p>Medina Azahara, la fastuosa y misteriosa ciudad que Abd-al Rahman III mand\u00f3 construir a los pies de Sierra Morena, a ocho kil\u00f3metros de C\u00f3rdoba capital, encierra, incluso en su nombre, historias legendarias. La tradici\u00f3n popular afirma que, autoproclamado Abd al-Rahman III califa en el 929 d.C., y tras ocho a\u00f1os de reinado, decidi\u00f3 edificar una ciudad palatina en honor a su favorita, Azahara. Sin embargo, recientes estudios aportan fuertes evidencias de la causa que impuls\u00f3 al califa a fundar Medina Azahara. Una renovada imagen del reci\u00e9n creado Califato Independiente de Occidente, fuerte y poderoso, uno de los mayores reinos medievales de Europa, se acepta como el origen m\u00e1s probable de la nueva Medina.Se dispone la ciudad en tres terrazas rodeadas por una muralla, situado el Alc\u00e1zar real en la m\u00e1s superior y la intermedia. La zona m\u00e1s baja se reserv\u00f3 para viviendas y la mezquita, edificada extramuros. Las fuentes hist\u00f3ricas apuntan a la participaci\u00f3n de unas diez mil personas que trabajaban diariamente en su construcci\u00f3n. Abd al-Rahman no escatim\u00f3 en materiales para lograr el efecto buscado: la insignia del poderoso reino que gobernaba. Ricos m\u00e1rmoles viol\u00e1ceos y rojos, oro y piedras preciosas, adem\u00e1s del cuidado trabajo artesanal de los mejores canteros y las legendarias contribuciones bizatinas, ayudaron al encumbramiento del preciado proyecto.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd92f-62df-4bb0-b5d7-a03299986533\\\",\\\"name\\\":\\\"Santa Mar\u00eda de Trassiera\\\",\\\"coords\\\":[-4.894969,37.924739],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cda43-183c-4594-940f-c46563e7a796\\\",\\\"name\\\":\\\"Ba\u00f1os de Popea\\\",\\\"coords\\\":[-4.882138,37.913707],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd9ad-9b4d-4eef-8f7b-b458b6f1ba11\\\",\\\"name\\\":\\\"Arroyo del Bejarano\\\",\\\"coords\\\":[-4.8948812484741,37.924938043548],\\\"description\\\":\\\"<p>El arroyo Bejarano, un hermoso paisaje \u00fanico y salpicado de numerosos restos hist\u00f3ricos, un lugar clave para entender el esplendor de la C\u00f3rdoba Romana y de la ciudad califal de Medina Azahara. Se trata de una ruta de 12 km. de nivel f\u00e1cil con una duraci\u00f3n entre 5 y 6 horas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cda9c-018f-4187-bf71-988b3cef83be\\\",\\\"name\\\":\\\"Fuente del Elefante\\\",\\\"coords\\\":[-4.882976,37.924524],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdc83-064d-4e33-a1e8-762978523614\\\",\\\"name\\\":\\\"Castillo de Almodovar del R\u00edo\\\",\\\"coords\\\":[-5.0238032138018,37.807996619722],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdd34-2386-4d4e-8f8a-c494894411b9\\\",\\\"name\\\":\\\"Pantano de la Bre\u00f1a\\\",\\\"coords\\\":[-5.0333017171659,37.83721061439],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null}]}}');\n\n    \/\/ Leaflet map\n    const leafletBounds = L.latLngBounds([\n        [bounds.min_lat, bounds.min_lon], \/\/ Southwest\n        [bounds.max_lat, bounds.max_lon] \/\/ Northeast\n    ]);\n    const map = L.map('map', {\n        maxBounds: leafletBounds,\n        minZoom: 11,\n        maxZoom: 19,\n        zoomSnap: 0.25,\n        zoomControl: false\n    }).setView([city['location']['lat'], city['location']['lon']], 13);\n    L.control.zoom({\n        position: 'topright'\n    }).addTo(map);\n    L.tileLayer('https:\/\/tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n        maxZoom: 19,\n        attribution: '&copy; <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a>'\n    }).addTo(map);\n    const markers = L.layerGroup().addTo(map);\n\n    \/\/ Directions for the map (routes)\n    let directions = L.Routing.control({\n        router: L.Routing.osrmv1({\n            serviceUrl: 'https:\/\/api.aumenturpruebas.site\/osrm\/foot\/route\/v1',\n            profile: 'walking'\n        }),\n        routeWhileDragging: false,\n        draggableWaypoints: false,\n        addWaypoints: false,\n        show: false,\n        createMarker: function() {\n            return null;\n        }\n    }).addTo(map);\n\n    const allTagsSlugs = tags.map(tag => tag.slug);\n    const mapContainer = document.getElementById(\"aumentur-map\");\n    const locationList = document.getElementById(\"location-list\");\n    const tagFilters = document.getElementById(\"tag-filters\");\n    const packFilter = document.getElementById(\"pack-filter\");\n    const generatePackButton = document.getElementById(\"generate-aumentur-pack\");\n    const recommender = document.getElementById(\"recommender\");\n\n    \/\/ Debounced functions\n    const debouncedUpdateRoute = debounce(() => {\n        updateRoute(activeLocations);\n    }, 1000);\n\n    \/\/ Click anywhere on the map\n    map.on('click', function(e) {\n        $('#marker-info-description').removeClass('expanded');\n        $('#read-more-toggle').text('Read more');\n\n        if ($('#tag-filters-button').hasClass('active')) {\n            $('#tag-filters-button').removeClass('active');\n            $('#tag-filters').hide();\n            map.scrollWheelZoom.enable();\n            map.dragging.enable();\n        }\n    });\n\n    $(document).ready(function() {\n        \/\/ Add sortable to the location list\n        sortable = new Sortable(locationList, {\n            animation: 150,\n            handle: '.grab-location',\n            onEnd: function() {\n                \/\/ Reorder the active locations and recalculate route\n                const newOrder = Array.from(document.querySelectorAll('#location-list li')).map(li => li.dataset.aumenturid);\n                activeLocations = newOrder.map(id => activeLocations.find(item => item.id === id));\n\n                debouncedUpdateRoute();\n            }\n        });\n\n        $('.leaflet-routing-container').remove();\n        \/\/ Main menu controls\n        $('#main-menu button').each(function(i, element) {\n            $(element).on('click', function() {\n                previousMenuOption?.toggleClass('active');\n                $(element).toggleClass('active');\n                previousMenuOption = $(element);\n            });\n        });\n\n        $('#main-menu-all').on('click', function() {\n            $('#sidebar-title').text('Points of interest');\n            $('#sidebar-location').show();\n            $('#location-list').show();\n            $('#sidebar-title').show();\n            $('#recommender').hide();\n            $('#pack-filter').hide();\n            $('#tag-filters input').prop('disabled', false);\n            $('#tag-filters-button').show();\n            \/\/ All locations: reset all filters\n            $('#tag-filters input').each(function(i, element) {\n                element.checked = true;\n            });\n            $('#generate-aumentur-pack').css('visibility', 'initial');\n            startingPoint = null;\n\n            add_locations(allTagsSlugs, 'no-packs');\n        });\n\n        $('#main-menu-routes').on('click', function() {\n            $('#sidebar-title').text('Routes');\n            $('#pack-filter').show();\n            $('#sidebar-location').show();\n            $('#sidebar-title').show();\n            $('#location-list').show();\n            $('#recommender').hide();\n            startingPoint = null;\n\n            \/\/ Select first route by default\n            $('#pack-filter button').first().click();\n\n            $('#generate-aumentur-pack').css('visibility', 'initial');\n        });\n\n        $('#main-menu-recommender').on('click', function() {\n            \/\/ By default display first recommender page when opening it\n            resetPlanner();\n            $('#aumentur-create-route').prop('disabled', false);\n\n            $('#sidebar-location').hide();\n            $('#location-list').hide();\n            $('#sidebar-title').hide();\n            $('#pack-filter').hide();\n            $('#recommender').show();\n\n            $('#tag-filters-button').hide();\n            $('#tag-filters-button').removeClass('active');\n            $('#tag-filters').hide();\n\n            $('#generate-aumentur-pack').css('visibility', 'hidden');\n        });\n\n        $('#tag-filters-button').on('click', function(e) {\n            e.stopPropagation();\n            if ($('#tag-filters-button').hasClass('active')) {\n                $('#tag-filters-button').removeClass('active');\n                $('#tag-filters').hide();\n                map.scrollWheelZoom.enable();\n                map.dragging.enable();\n            } else {\n                $('#tag-filters-button').addClass('active');\n                $('#tag-filters').show();\n                map.scrollWheelZoom.disable();\n                map.dragging.disable();\n            }\n        });\n\n        $('#tag-filters').on('click', function(e) {\n            e.stopPropagation();\n        });\n\n        $('#location-list-button').on('click', function(e) {\n            $('#location-list').slideToggle(300);\n            if ($('#location-list-button i').hasClass('fa-angle-up')) {\n                $('#location-list-button i').removeClass('fa-angle-up');\n                $('#location-list-button i').addClass('fa-angle-down');\n            } else if ($('#location-list-button i').hasClass('fa-angle-down')) {\n                $('#location-list-button i').removeClass('fa-angle-down');\n                $('#location-list-button i').addClass('fa-angle-up');\n            }\n        });\n\n        $('#close-marker-info').on('click', function() {\n            $('#marker-info-description').removeClass('expanded');\n            $('#read-more-toggle').text('Read more');\n        });\n\n        $('#aumentur-pack-email').on('change', function() {\n            $('#aumentur-pack-form-send').prop('disabled', false);\n        });\n\n        \/\/ Populate category filter \n        tags.forEach(function(tag) {\n            const categoryDiv = document.createElement('div');\n            const checkbox = document.createElement('input');\n            checkbox.type = \"checkbox\";\n            checkbox.value = tag.slug;\n            checkbox.name = tag.slug;\n            checkbox.checked = true;\n            checkbox.id = \"checkbox-\" + tag.slug;\n            const label = document.createElement('label');\n            label.htmlFor = tag.slug;\n            label.innerHTML = tag.title;\n\n            categoryDiv.appendChild(checkbox);\n            categoryDiv.appendChild(label);\n            tagFilters.appendChild(categoryDiv);\n        });\n\n        \/\/ Handle selection changes\n        $(\"#tag-filters input\").on(\"change\", function() {\n            if ($(this).attr(\"id\") === \"tag-filters-all\") {\n                if ($('#tag-filters-all').is(':checked')) {\n                    $('#tag-filters input').each(function() {\n                        $(this).prop('checked', true);\n                    });\n                } else {\n                    $('#tag-filters input').each(function() {\n                        $(this).prop('checked', false);\n                    });\n                }\n            }\n\n            if ($('#tag-filters input:not(#tag-filters-all)').filter(\":not(:checked)\").length === 0) {\n                \/\/ If all inputs are checked, the select all should also be checked\n                $('#tag-filters-all').prop('checked', true);\n            } else {\n                \/\/ If any input is unchecked, the select all should also be unchecked\n                $('#tag-filters-all').prop('checked', false);\n            }\n\n            const selectedTags = $('#tag-filters input:checked').map(function() {\n                return $(this).val();\n            }).get();\n\n            \/\/ When some filter is changed, unselect the pack because now it's custom\n            previousSelectedPack?.classList.toggle('active');\n            previousSelectedPack = null;\n\n            markers.clearLayers();\n            startingPoint = null;\n            add_locations(selectedTags, 'no-packs');\n        });\n\n        \/\/ Populate pack filter\n        Object.values(packs).forEach((pack, index) => {\n            const packButton = document.createElement('button');\n            packButton.classList.add('pack-toggle-button');\n            packButton.textContent = pack.title;\n            packButton.dataset.slug = pack.slug;\n            if (pack.slug === \"no-packs\") {\n                packButton.classList.add('active');\n                previousSelectedPack = packButton;\n            }\n\n            packButton.addEventListener('click', () => {\n                packButton.classList.toggle('active');\n                previousSelectedPack?.classList.toggle('active');\n                previousSelectedPack = packButton;\n\n                \/\/ Close marker info\n                $('#marker-info-description').removeClass('expanded');\n                $('#read-more-toggle').text('Read more');\n\n                $('#tag-filters input').prop('disabled', true);\n                $('#tag-filters-button').hide();\n                $('#tag-filters-button').removeClass('active');\n                $('#tag-filters').hide();\n\n                \/\/ document.querySelectorAll('.mapboxgl-marker').forEach(marker => marker.remove());\n                $('#sidebar-title').text(pack.title);\n                markers.clearLayers();\n                startingPoint = null;\n                add_locations(allTagsSlugs, packButton.dataset.slug);\n            });\n\n            packFilter.appendChild(packButton);\n        });\n\n        \/** RECOMMENDER FUNCTIONALTIY *\/\n\n        \/\/ Listen for changes on the travel way, to adjust the directions API accordingly (to make routes by foot or by car)\n        $('#planner-travel-way .aumentur-planner-travel').on('click', function() {\n            plannerTravelWay = $(this).data('transport');\n        });\n\n        \/\/ Close the recommender only if we are on first screen (has been marked previously as active, and we pressed the back button again)\n        const firstRecommenderScreen = document.getElementById(\"aumentur-planner-survey\").firstElementChild;\n        let onFirstScreen = true;\n        document.getElementById(\"aumentur-planner-previous\").addEventListener('click', function() {\n            if (onFirstScreen && firstRecommenderScreen === document.getElementsByClassName('aumentur-planner-active')[0]) {\n                $('#main-menu-all').click();\n            } else if (firstRecommenderScreen === document.getElementsByClassName('aumentur-planner-active')[0]) {\n                onFirstScreen = true;\n            }\n        });\n\n        document.getElementById(\"aumentur-planner-next\").addEventListener('click', function() {\n            onFirstScreen = false;\n        });\n\n        \/\/ Remove the action on the create route button, we will not show the \"results\" page, instead add the result directly on the map\n        document.querySelector(\"#aumentur-planner-create input\").remove();\n        document.getElementById(\"aumentur-create-route\").addEventListener('click', function(button) {\n            button.preventDefault();\n            $('#aumentur-create-route').prop('disabled', true);\n            jQuery.ajax({\n                url: \"https:\/\/cordoba.aumenturpruebas.site\/wp-admin\/admin-ajax.php\",\n                method: 'POST',\n                data: {\n                    action: 'recommender_execution',\n                    security: \"ce652b12a5\",\n                    aumentur_planner_responses: Cookies.get('aumentur_planner_responses')\n                },\n                success: function(response) {\n                    \/\/ Display the map again, with the generated pack info\n                    jQuery.ajax({\n                        url: \"https:\/\/cordoba.aumenturpruebas.site\/wp-admin\/admin-ajax.php\",\n                        method: 'GET',\n                        data: {\n                            action: 'get_pack',\n                            security: \"ce652b12a5\",\n                            pack_id: JSON.parse(response).recommended_pack.id\n                        },\n                        success: function(packResponse) {\n                            const packData = JSON.parse(packResponse);\n                            let locations = [];\n                            packData.enabled_contents.forEach(function(content) {\n                                locations.push({\n                                    id: content.id,\n                                    name: content.title,\n                                    coords: [content.location.lon, content.location.lat],\n                                    description: content.description,\n                                    tags: []\n                                });\n                            });\n\n                            packs['custom'] = {\n                                id: packData.id,\n                                slug: packData.slug,\n                                title: packData.title,\n                                locations: locations,\n                                short_link: packData.short_link\n                            };\n\n                            startingPoint = JSON.parse(Cookies.get('startingPoint'));\n\n                            \/\/ Add recommender route to main menu\n                            $('#main-menu-my-route').remove();\n                            const recommendedRouteButton = document.createElement('button');\n                            recommendedRouteButton.classList.add('pack-toggle-button');\n                            recommendedRouteButton.id = 'main-menu-my-route';\n                            const recommendedRouteIcon = document.createElement('i');\n                            recommendedRouteIcon.classList.add('fa-solid');\n                            recommendedRouteIcon.classList.add('fa-map-location-dot')\n                            recommendedRouteButton.appendChild(recommendedRouteIcon);\n                            const recommendedRouteText = document.createElement('div');\n                            recommendedRouteText.innerHTML = 'My route';\n                            recommendedRouteButton.appendChild(recommendedRouteText);\n                            recommendedRouteButton.addEventListener('click', () => {\n                                $('#sidebar-title').text('My route');\n                                previousMenuOption?.toggleClass('active');\n                                $('#main-menu-my-route').toggleClass('active');\n                                previousMenuOption = $(recommendedRouteButton);\n                                $('#tag-filters input').prop('disabled', true);\n                                $('#tag-filters-button').hide();\n                                $('#tag-filters-button').removeClass('active');\n                                $('#tag-filters').hide();\n                                $('#recommender').hide();\n                                $('#pack-filter').hide();\n                                $('#sidebar-location').show();\n                                $('#location-list').show();\n                                $('#sidebar-title').show();\n                                $('#generate-aumentur-pack').css('visibility', 'initial');\n\n                                markers.clearLayers();\n                                add_locations(allTagsSlugs, \"custom\");\n                            });\n                            document.getElementById('main-menu').appendChild(recommendedRouteButton);\n\n                            \/\/ Force display the new pack on the filter\n                            $('#sidebar-title').text('My route');\n                            previousMenuOption?.toggleClass('active');\n                            $('#main-menu-my-route').toggleClass('active');\n                            previousMenuOption = $(recommendedRouteButton);\n                            $('#tag-filters input').prop('disabled', true);\n                            $('#tag-filters-button').hide();\n                            $('#tag-filters-button').removeClass('active');\n                            $('#tag-filters').hide();\n                            $('#recommender').hide();\n                            $('#pack-filter').hide();\n                            $('#sidebar-location').show();\n                            $('#location-list').show();\n                            $('#sidebar-title').show();\n                            $('#generate-aumentur-pack').css('visibility', 'initial');\n                            markers.clearLayers();\n                            add_locations(allTagsSlugs, 'custom');\n\n                            \/\/ Remove filters and only display the generated pack\n                            \/\/ document.getElementById('aumentur-map-filters').style.display = \"none\";\n                            \/\/ document.querySelectorAll('#location-list input').forEach(function(e) { e.style.display = \"none\" });\n                        },\n                        error: function() {\n                            console.log('ERROR GET PACK');\n                        }\n                    });\n                },\n                error: function(xhr, status, error) {\n                    console.error('AJAX error:', status, error);\n                    console.error('Response:', xhr.responseText);\n                }\n            });\n        });\n    });\n\n    \/\/ Restrict movement to the city\n    \/\/ map.setMaxBounds([\n    \/\/     [bounds.min_lon, bounds.min_lat], \/\/ Southwest\n    \/\/     [bounds.max_lon, bounds.max_lat] \/\/ Northeast\n    \/\/ ]);\n\n    \/\/ Generate pack functionality + show modal\n    const modal = document.getElementById(\"aumentur-modal-map\");\n    const close = document.getElementById(\"aumentur-modal-map-close\");\n    generatePackButton.addEventListener(\"click\", function() {\n        \/\/ Generate pack only if its not the one from the recommender (because its already generated)\n        if ($('#main-menu-my-route').hasClass('active')) {\n            const qrContent = document.getElementById(\"aumentur-generated-pack-qr\");\n            qrContent.innerHTML = \"\";\n            const deeplink = document.getElementById(\"aumentur-generated-pack-deeplink\");\n            deeplink.href = packs['custom'].short_link;\n            deeplink.innerHTML = 'Click to download';\n            const qrImage = document.createElement('img');\n            qrImage.src = \"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=200x200&data=\" + packs['custom'].short_link;\n            qrContent.appendChild(qrImage);\n\n            \/\/ Send PDF report to user\n            $('#aumentur-pack-form-send').on('click', function() {\n                sendPackReportEmail(packs['custom'].id);\n            });\n        } else {\n            \/\/ Get all selected contents\n            const content_ids = [];\n            for (const child of locationList.children) {\n                content_ids.push(child.dataset.aumenturid);\n            }\n\n            jQuery.ajax({\n                url: \"https:\/\/cordoba.aumenturpruebas.site\/wp-admin\/admin-ajax.php\",\n                method: 'POST',\n                data: {\n                    action: 'aumentur_custom_user_pack',\n                    security: \"ce652b12a5\",\n                    content_ids: content_ids\n                },\n                success: function(response) {\n                    const pack = JSON.parse(response);\n                    const qrContent = document.getElementById(\"aumentur-generated-pack-qr\");\n                    qrContent.innerHTML = \"\";\n                    const deeplink = document.getElementById(\"aumentur-generated-pack-deeplink\");\n                    deeplink.href = pack.short_link;\n                    deeplink.innerHTML = 'Click to download';\n                    const qrImage = document.createElement('img');\n                    qrImage.src = \"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=200x200&data=\" + pack.short_link;\n\n                    qrContent.appendChild(qrImage);\n\n\n                    \/\/ Send PDF report to user\n                    $('#aumentur-pack-form-send').on('click', function() {\n                        sendPackReportEmail(pack.id);\n                    });\n                },\n                error: function(xhr, status, error) {\n                    console.error('AJAX error:', status, error);\n                    console.error('Response:', xhr.responseText);\n                }\n            });\n        }\n\n        modal.style.display = \"flex\";\n    });\n\n    \/\/ When the user clicks on the close button, close the modal\n    close.addEventListener(\"click\", () => {\n        modal.style.display = \"none\";\n    });\n\n    \/\/ When the user clicks anywhere outside the modal, close it\n    window.addEventListener(\"click\", (event) => {\n        if (event.target === modal) {\n            modal.style.display = \"none\";\n        }\n    });\n\n    \/\/ Modal for the image\n    const imageModal = document.getElementById(\"aumentur-modal-image\");\n    const closeImageModal = document.getElementById(\"aumentur-modal-image-close\");\n\n    \/\/ When the user clicks on the close button, close the modal\n    closeImageModal.addEventListener(\"click\", () => {\n        imageModal.style.display = \"none\";\n    });\n\n    \/\/ When the user clicks anywhere outside the modal, close it\n    window.addEventListener(\"click\", (event) => {\n        if (event.target === imageModal) {\n            imageModal.style.display = \"none\";\n        }\n    });\n\n    add_locations(allTagsSlugs, 'no-packs');\n\n    function add_locations(selectedTags, selectedPack) {\n        locationList.innerHTML = \"\";\n        activeLocations = [];\n        if (startingPoint) {\n            activeLocations[0] = {\n                id: 'start',\n                name: 'Your starting point',\n                tags: [],\n                description: 'Your route starts here.',\n                coords: [startingPoint['lng'], startingPoint['lat']]\n            };\n        }\n\n        if (selectedPack !== \"no-packs\") {\n            activeLocations = activeLocations.concat(packs[selectedPack].locations);\n            updateRoute(activeLocations);\n        } else {\n            \/\/ directions.removeRoutes();\n            activeLocations = activeLocations.concat(locations);\n            updateRoute([]);\n            if (startMarker) map.removeLayer(startMarker);\n            if (endMarker) map.removeLayer(endMarker);\n            if (routeStartMarker) map.removeLayer(routeStartMarker);\n            if (routeEndMarker) map.removeLayer(routeEndMarker);\n        }\n\n        activeLocations.forEach((location, index) => {\n            const matchingSlugs = location.tags.filter(tag => selectedTags.includes(tag.slug));\n\n            \/\/ Locations with no tags are added always\n            if (location.tags.length === 0 || matchingSlugs.length > 0) {\n\n                \/\/ const marker = L.circleMarker([location.coords[1], location.coords[0]], {\n                \/\/     fillColor: '#FF5252',\n                \/\/     color: '#FF5252',\n                \/\/ });\n                const markerIcon = L.divIcon({\n                    className: 'red-dot-icon',\n                    iconSize: [12, 12],\n                    iconAnchor: [6, 6], \/\/ center the icon on the lat\/lng\n                    html: '<div class=\"red-dot\"><\/div>'\n                });\n                \/\/ if (index === 0) {\n                \/\/     markerOptions = { icon: markerIcon, interactive: false };\n                \/\/     const startMarker \n                \/\/     markers.addLayer(startMarker);\n                \/\/ } else if (index === activeLocations.length - 1) {\n                \/\/     markerOptions = { icon: markerIcon, interactive: false };\n                \/\/ } else {\n                \/\/     const marker = L.marker([location.coords[1], location.coords[0]], { icon: markerIcon });\n                \/\/ }\n                const marker = L.marker([location.coords[1], location.coords[0]], {\n                    icon: markerIcon\n                });\n                const popup = L.popup({\n                    maxWidth: 200\n                }).setContent(`\n                    <div>\n                <img decoding=\"async\" id=\"marker-info-image\" onclick=\"addImageToModal()\" src=\"${location.image ?? ''}\" \/>\n                <div style=\"display: flex; justify-content: space-between;\">\n                    <h4 id=\"marker-info-title\">${location.name}<\/h4>\n                <\/div>\n                <div>\n                    <div id=\"marker-info-description\">${location.description ?? ''}<\/div>\n                    <button id=\"read-more-toggle\" onclick=\"readMoreInfo()\">Read more<\/button>\n                <\/div>\n            <\/div>\n                `);\n                marker.bindPopup(popup);\n                markers.addLayer(marker);\n\n                marker.on('click', function(e) {\n                    \/\/ Close marker info\n                    $('#marker-info-description').removeClass('expanded');\n                    $('#read-more-toggle').text('Read more');\n\n\n                    if (location.image === null) {\n                        $('#marker-info-image').hide();\n                    } else {\n                        $('#marker-info-image').show();\n                    }\n                });\n\n                \/\/ Add the location to the sidebar\n                const li = document.createElement(\"li\");\n                li.dataset.aumenturid = location.id;\n\n                const locationDiv = document.createElement(\"div\");\n                locationDiv.innerHTML = location.name;\n                li.appendChild(locationDiv);\n                const iconsDiv = document.createElement(\"div\");\n                const grabIcon = document.createElement(\"i\");\n                grabIcon.classList.add('fa-solid');\n                grabIcon.classList.add('fa-grip-lines');\n                grabIcon.classList.add('grab-location');\n                iconsDiv.appendChild(grabIcon);\n                const trashIcon = document.createElement(\"i\");\n                trashIcon.classList.add('fa-solid');\n                trashIcon.classList.add('fa-circle-xmark');\n                iconsDiv.appendChild(trashIcon);\n                li.appendChild(iconsDiv);\n\n                \/\/ Add click functionality for the location\n                locationDiv.onclick = () => {\n                    \/\/ Close marker info\n                    $('#marker-info-description').removeClass('expanded');\n                    $('#read-more-toggle').text('Read more');\n\n                    \/\/ Zoom to the clicked location\n                    map.flyTo(marker.getLatLng(), 17);\n\n                    marker.fire('click');\n                };\n\n                \/\/ Listen to click on trash icon to delete from location list\n                trashIcon.addEventListener(\"click\", function() {\n                    \/\/ marker.remove();\n                    map.removeLayer(marker);\n                    li.remove();\n\n                    activeLocations = activeLocations.filter(item => item.id !== location.id);\n\n                    debouncedUpdateRoute(activeLocations);\n\n                    \/\/ When some location is deleted, unselect the pack because now it's custom\n                    previousSelectedPack?.classList.toggle('active');\n                    previousSelectedPack = null;\n                });\n\n                locationList.appendChild(li);\n            }\n        });\n    }\n\n    function updateRoute(waypoints) {\n        \/\/ Set the route mode. If we are on the recommended route, check the recommender answer, if not foot by default\n        if (directions) {\n            map.removeControl(directions);\n        }\n        if ($('#main-menu-my-route').hasClass('active') && (plannerTravelWay === \"coche-propio\" || plannerTravelWay === \"transporte-publico\")) {\n            directions = L.Routing.control({\n                router: L.Routing.osrmv1({\n                    serviceUrl: 'https:\/\/api.aumenturpruebas.site\/osrm\/car\/route\/v1',\n                    profile: 'driving'\n                }),\n                routeWhileDragging: false,\n                draggableWaypoints: false,\n                addWaypoints: false,\n                show: false,\n                createMarker: function() {\n                    return null;\n                }\n            }).addTo(map);\n        } else {\n            directions = L.Routing.control({\n                router: L.Routing.osrmv1({\n                    serviceUrl: 'https:\/\/api.aumenturpruebas.site\/osrm\/foot\/route\/v1',\n                    profile: 'walking'\n                }),\n                routeWhileDragging: false,\n                draggableWaypoints: false,\n                addWaypoints: false,\n                show: false,\n                createMarker: function() {\n                    return null;\n                }\n            }).addTo(map);\n        }\n\n        directions.on('routesfound', function(e) {\n            const waypoints = directions.getWaypoints();\n\n            const start = waypoints[0].latLng;\n            const end = waypoints[waypoints.length - 1].latLng;\n\n            \/\/ Remove existing markers if they exist\n            if (routeStartMarker) map.removeLayer(routeStartMarker);\n            if (routeEndMarker) map.removeLayer(routeEndMarker);\n\n            \/\/ Add custom markers for start and end\n\n            var greenIcon = new L.Icon({\n                iconUrl: 'https:\/\/raw.githubusercontent.com\/pointhi\/leaflet-color-markers\/master\/img\/marker-icon-2x-green.png',\n                shadowUrl: 'https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/0.7.7\/images\/marker-shadow.png',\n                iconSize: [25, 41],\n                iconAnchor: [12, 41],\n                popupAnchor: [1, -34],\n                shadowSize: [41, 41]\n            });\n            routeStartMarker = L.marker(start, {\n                icon: greenIcon,\n                interactive: false\n            }).addTo(map);\n\n            var flagIcon = new L.Icon({\n                iconUrl: 'https:\/\/www.svgrepo.com\/show\/382133\/racing-flag.svg',\n                iconSize: [45, 61],\n                iconAnchor: [12, 41],\n                popupAnchor: [1, -34],\n                shadowSize: [41, 41]\n            });\n            routeEndMarker = L.marker(end, {\n                icon: flagIcon,\n                interactive: false\n            }).addTo(map);\n\n            \/\/ Fit camera to route\n            const bounds = L.latLngBounds([]);\n            e.routes[0].coordinates.forEach(coord => {\n                bounds.extend(coord);\n            });\n            map.fitBounds(bounds, {\n                padding: [30, 30]\n            });\n        });\n\n        let points = [];\n        if (waypoints.length > 1) {\n            for (let i = 0; i < waypoints.length; i++) {\n                if (waypoints[i].coords) {\n                    points.push(L.latLng(waypoints[i].coords[1], waypoints[i].coords[0]));\n                }\n            }\n        }\n        directions.setWaypoints(points);\n    }\n\n    function addImageToModal() {\n        $('#modal-image-big').attr('src', $('#marker-info-image').attr('src'));\n        imageModal.style.display = \"flex\";\n    }\n\n    function readMoreInfo() {\n        $('#marker-info-description').toggleClass('expanded');\n\n        if ($('#marker-info-description').hasClass('expanded')) {\n            $('#read-more-toggle').text('Read less');\n        } else {\n            $('#marker-info-description').scrollTop(0);\n            $('#read-more-toggle').text('Read more');\n        }\n    }\n\n    function sendPackReportEmail(pack_id) {\n        \/\/ Make a simple first email check\n        if ($('#aumentur-pack-email').is(':invalid') || $('#aumentur-pack-email').val() === \"\") {\n            $('#aumentur-pack-form-send').prop('disabled', false);\n            $('#aumentur-pack-email-info').text('The email is invalid, please try again!');\n            $('#aumentur-pack-email-info').addClass('error');\n\n            return;\n        }\n\n        jQuery.ajax({\n            url: \"https:\/\/cordoba.aumenturpruebas.site\/wp-admin\/admin-ajax.php\",\n            method: 'POST',\n            data: {\n                action: 'pack_report',\n                email: $('#aumentur-pack-email').val(),\n                pack_id: pack_id\n            },\n            success: function(xhr, status, error) {\n                const response = JSON.parse(JSON.parse(xhr));\n\n                if (response.error) {\n                    $('#aumentur-pack-form-send').prop('disabled', false);\n                    $('#aumentur-pack-email-info').text('The email is invalid, please try again!');\n                    $('#aumentur-pack-email-info').addClass('error');\n                } else if (response.data) {\n                    $('#aumentur-pack-form-send').prop('disabled', true);\n                    $('#aumentur-pack-email-info').text('The email with your route has been sent, check your inbox!');\n                    $('#aumentur-pack-email-info').removeClass('error');\n                } else {\n                    $('#aumentur-pack-form-send').prop('disabled', false);\n                    $('#aumentur-pack-email-info').text('There has been an error trying to email your route, please try again later.');\n                    $('#aumentur-pack-email-info').addClass('error');\n                }\n            },\n            error: function(xhr, status, error) {\n                $('#aumentur-pack-form-send').prop('disabled', false);\n                $('#aumentur-pack-email-info').text('There has been an error trying to email your route, please try again later.');\n                $('#aumentur-pack-email-info').addClass('error');\n            }\n        });\n    }\n\n    function debounce(func, delay) {\n        let timeout;\n        return function(...args) {\n            clearTimeout(timeout);\n            timeout = setTimeout(() => func.apply(this, args), delay);\n        };\n    }\n<\/script>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":1,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/posts\/1\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cordoba.aumenturpruebas.site\/en\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}