{"id":603,"date":"2026-05-05T16:42:45","date_gmt":"2026-05-05T16:42:45","guid":{"rendered":"https:\/\/cordoba.aumentur.app\/?page_id=603"},"modified":"2026-05-28T15:06:54","modified_gmt":"2026-05-28T15:06:54","slug":"mapa","status":"publish","type":"page","link":"http:\/\/13.36.168.58\/en\/","title":{"rendered":"Map"},"content":{"rendered":"<div><\/div>\n<div>\n<h1 class=\"h2home\">Mapa interactivo<\/h1>\n<\/div>\n<!-- 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 h2 {\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    \/* Asegurar indicador de foco visible (WCAG 2.4.11) *\/\n    #location-list:focus {\n        outline: 3px solid #005FCC;\n        outline-offset: 2px;\n    }\n\n    #location-list:focus-visible {\n        outline: 3px solid #005FCC;\n        outline-offset: 2px;\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        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        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: lightgray;\n        border: none;\n    }\n\n    .pack-toggle-button.active {\n        background-color: white;\n        color: black;\n        border-radius: 10px;\n        border: 1px solid 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 h2 {\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-icon {\n        display:         flex;\n        align-items:     center;\n        justify-content: center;\n        width:           24px !important;\n        height:          24px !important;\n        min-width:       24px;\n        min-height:      24px;\n    }\n\n    .dot-visual {\n        display:       block;\n        width:         12px;\n        height:        12px;\n        border-radius: 50%;\n        background:    #FF5252;\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-popup-content h3 {\n        margin-bottom: 10px !important;\n    }\n\n    .leaflet-popup-content #marker-info-description p:first-of-type {\n        margin-top: 0 !important;\n    }\n\n    .leaflet-routing-container {\n        display: none;\n    }\n\n    \/* Clase de utilidad para contenido solo-lector-de-pantalla *\/\n    .sr-only {\n        position:   absolute;\n        width:      1px;\n        height:     1px;\n        padding:    0;\n        margin:     -1px;\n        overflow:   hidden;\n        clip:       rect(0, 0, 0, 0);\n        white-space: nowrap;\n        border:     0;\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                <h2 id=\"sidebar-title\">Points of interest<\/h2>\n                <button id=\"location-list-button\"><i class=\"fa-solid fa-angle-up\"><\/i><\/button>\n            <\/div>\n\n            <ul id=\"location-list\"\n                tabindex=\"0\"\n                aria-label=\"Listado de ubicaciones tur\u00edsticas\">\n            <\/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=\"http:\/\/13.36.168.58\/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=\"http:\/\/13.36.168.58\/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>\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                    <\/form>\n                    <form>\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                    <\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"http:\/\/13.36.168.58\/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>\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                    <\/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=\"3c91610d-0e42-47f8-8f22-db056dffc62d\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/travel-units\/pareja\" 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=\"f575a703-b632-4a33-bf55-00f61afc025f\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/travel-units\/familia\" 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=\"c98b5fbb-dfa1-48c2-ba52-96af9755bc3c\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/travel-units\/grupo\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Group<\/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=\"1b791002-4dc3-44b6-a5a5-e41f29a16862\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/travel-units\/solo\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Single<\/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=\"http:\/\/13.36.168.58\/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=\"http:\/\/13.36.168.58\/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=\"897302b3-05c9-41e2-be89-a336a5f5c574\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/turismo%20activo\" 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=\"44e5c43b-ea2f-4bbd-8f20-55e643ad9f9c\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/cultura%20y%20patrimonio\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Culture and heritage<\/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=\"1a24fb96-6de9-4990-b3f4-e043ffa2036c\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/gastronom%C3%ADa\" 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=\"c8c4022b-ffa5-4bb6-8f1f-4e34a209b4af\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/museos%20y%20exposiciones\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Museums and exhibitions<\/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=\"5d5e8fbe-94ca-4180-b31f-f541cd1f4e1f\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/naturaleza\" 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=\"5de77bc8-203e-4ca9-8f53-28fa8545d304\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/fiestas\" 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=\"16063d7b-007b-4fa1-8604-1a85ef37b031\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/religioso\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Religious<\/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=\"975991f7-3858-4ded-a819-0d0986197064\">\n                                    <div class=\"aumentur-planner-category aumentur-selectable-image p-1 m-1\">\n                                        <img decoding=\"async\" src=\"https:\/\/aumentur.s3.eu-central-1.amazonaws.com\/recommender-tags\/arte%20urbano\" alt=\"Aumentur Bot\"\n                                            class=\"img-fluid w-25\">\n                                        <p>Urban art<\/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>\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                    <\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"http:\/\/13.36.168.58\/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=\"e2b6eeb8-62b2-4f68-8273-a2aa62bdc448\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/transport-types\/bicicleta\/patinete\" 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=\"513361f6-15a9-473f-9c9a-924c06a8ab26\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/transport-types\/coche\" 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=\"0a07d73e-c3c8-4a22-87c4-293ae86bb393\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/transport-types\/transporte%20p%C3%BAblico\" 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=\"16cff434-c9da-4771-96b7-a2214d85a8a6\">\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:\/\/aumentur.s3.eu-central-1.amazonaws.com\/transport-types\/andando\" 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>\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                    <\/form>\n                    <div class=\"d-flex justify-content-center mt-5\">\n                        <img decoding=\"async\" src=\"http:\/\/13.36.168.58\/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\">\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                <\/form>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>            <\/div>\n        <\/div>\n\n        <div id=\"map-wrapper\">\n            <div id=\"map\"\n                 role=\"application\"\n                 aria-label=\"Mapa interactivo\"\n                 aria-describedby=\"map-keyboard-help\">\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=\"tag-filters-all\" checked>\n                        <label for=\"tag-filters-all\">Select all<\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Instrucciones visibles para lectores de pantalla -->\n            <p id=\"map-keyboard-help\" class=\"sr-only\">\n                Mapa interactivo. Use las teclas de flecha para desplazar el mapa,\n                las teclas + y \u2212 para acercar o alejar, y Enter o Espacio para\n                activar los marcadores de ubicaci\u00f3n.\n            <\/p>\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                <h2 style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; color: #FF5252;\">Take it with you on your mobile and share it with others!<\/h2>\n                <div id=\"aumentur-generated-pack-qr\"><\/div>\n                <a target=\"_blank\" href=\"\" id=\"aumentur-generated-pack-deeplink\"><\/a>\n            <\/div>\n            <!-- <button id=\"aumentur-pack-pdf\"><\/button> -->\n            <h3 style=\"text-align: center; margin-top: 15px; margin-bottom: 15px;\">Or send it to your email: <\/h3>\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\" aria-hidden=\"true\" \/>\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\\\":\\\"9f330e20-d300-4fc0-831d-261cd0ec222f\\\",\\\"name\\\":\\\"Alc\u00e1zar Viejo district\\\",\\\"coords\\\":[-4.7841358551388,37.876099721856],\\\"description\\\":\\\"<p>The Alc\u00e1zar Viejo district, known popularly as Barrio de San Basilio, dates back to the first years after the city\u2019s conquest by the troops of Fernando III The Saint. After he took control of the city, the king divided Cordoba into two main walled areas, the Medina area in the higher part of town and the Axerqu\u00eda area beside the river. As part of the city\u2019s expansion, in the late Middle Ages, to the west and southwest, the walled city of Cordoba, which had been built during the Almoravid period reusing some of the early Roman walls, was extended in the 14th century to the west, to form an area which was first called the Castillo de la Juder\u00eda (Castle of the Jewish Quarter) and later, the new district of the Alc\u00e1zar Viejo. <\\\\\/p><p><\\\\\/p><p>In 1399, this large area, as yet undeveloped, was used to settle crossbow archers and their families, who enjoyed special privileges in exchange for helping to defend the nearby Castle of the Christian Monarchs. The new district had an improved urban design and each house had its own courtyard, and its most striking feature was the Tower of Bethlehem, originally part of the defensive wall, which later became a shrine with the same name.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-b26b-4cdc-a878-06027f4748fe\\\",\\\"name\\\":\\\"Andalusi House\\\",\\\"coords\\\":[-4.7835266590118,37.879976866879],\\\"description\\\":\\\"This 12th-century house preserves the intimate atmosphere of Hispano-Muslim dwellings, housing in its rooms and courtyards an exhibition of Arab coins and a model of one of the first paper-making machines to reach the West.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-andalusi\\\\\/854b8294-1a83-4615-9a2b-28b287bf12df.jpg\\\"},{\\\"id\\\":\\\"9e784ccb-2d65-4bc4-b3d0-3081c9a6c603\\\",\\\"name\\\":\\\"Anphitheatre\\\",\\\"coords\\\":[-4.7885853052139,37.884079058349],\\\"description\\\":\\\"Excavations in the rear of the former Veterinary\\\\n Faculty have revealed what was, between\\\\n the 1st and 4rd centuries AD, the third largest amphitheatre in the Roman Empire,\\\\n following the Coliseum in Rome and the\\\\n amphitheatre in Carthage. Its elliptical form\\\\n (with a central axis of 178m) held 30,000\\\\n spectators in three tiers of stands, the whole\\\\n with a height of between 15 and 20m.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-6b76-4071-9387-1fbfd6fd6494\\\",\\\"name\\\":\\\"Antiguo convento del Carmen - Faculty of Law\\\",\\\"coords\\\":[-4.7665321826935,37.885183531472],\\\"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><p><\\\\\/p><p>The church&#39;s main entrance, with Vignolesque influence and located at the foot of the temple, is sealed. <\\\\\/p><p><\\\\\/p><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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7798533737659,37.880292308757],\\\"description\\\":\\\"<p>Built over a 10th-century lavatory related to the Great Mosque, they are a perfect example of this type of Hispano-Muslim construction, and are now part of a dwelling.<\\\\\/p><p><\\\\\/p><p>Integrated into a 19th-century courtyard house, we find part of an Arab baths, possibly built during the Mud\u00e9jar period over a 10th-century lavatory related to the Great Mosque of C\u00f3rdoba. <\\\\\/p><p><\\\\\/p><p>The baths, which are small in size, are a perfect example of this type of construction, so abundant in Hispano-Muslim Cordoba. The current vestibule was once the changing room and led to the cold-water room. After various interventions, the cold-water room is now an open courtyard. With the vault and the pond removed, the original galleries with horseshoe arches and capitals of Caliphate style still remain. The hot room is rectangular with a barrel-vaulted ceiling and retains the openings that housed the hot- and cold-water basins. From this room there is access to an elliptical cistern located more than 10 m deep. <\\\\\/p><p><\\\\\/p><p>Nowadays, these Arab baths offer a typical dinner accompanied by a flamenco show.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7778779268265,37.881678402232],\\\"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\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-arqueologico\\\\\/a51e39e4-e542-4d4b-a8fa-5443736c76be.webp\\\"},{\\\"id\\\":\\\"9f33167a-511b-46e5-a677-cec24b14f50d\\\",\\\"name\\\":\\\"Ayuntamiento de C\u00f3rdoba\\\",\\\"coords\\\":[-4.7761841923473,37.885233276451],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-7266-43e9-84c9-22cadbb48766\\\",\\\"name\\\":\\\"Bailiff\\'s House\\\",\\\"coords\\\":[-4.7769767045975,37.887728865401],\\\"description\\\":\\\"<p>The current cultural centre is located in part of the Casa del Bail\u00edo, the former house of the Fern\u00e1ndez de C\u00f3rdoba family, dating from the 14th century, which occupied the entire block and which today is also divided between the former Hospital de San Jacinto and the Hotel Palacio del Bail\u00edo. <\\\\\/p><p><\\\\\/p><p>The Casa del Bail\u00edo was ceded by King Ferdinand III to Pedro N\u00fa\u00f1ez de Herrera, nephew of the Grand Captain who had been appointed Bail\u00edo (professed Knight of the Order of St. John, who had a certain command or dignity). The Marquises of Almunia inherited the palace and in 1710 sold part of it to the bishopric of Cordoba to build the hospital of San Jacinto and the church of Nuestra Se\u00f1ora de los Dolores. <\\\\\/p><p><\\\\\/p><p>The late Gothic fa\u00e7ade of the palace, which crowns the picturesque Cuesta del Bail\u00edo, is attributed to Hern\u00e1n Ruiz II and is notable for the Plateresque decoration of the tympanum.<\\\\\/p><p><\\\\\/p><p>It houses the Biblioteca Viva de Al Andalus of the Roger Garaudy Foundation.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-del-bailio\\\\\/67bae54b-0c65-4421-938c-44b125c93023.webp\\\"},{\\\"id\\\":\\\"9f1cda43-183c-4594-940f-c46563e7a796\\\",\\\"name\\\":\\\"Ba\u00f1os de Popea\\\",\\\"coords\\\":[-4.882138,37.913707],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-f786-459b-a4e0-1029d49a83e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-9774-4f19-b93c-a9f66e45bc12\\\",\\\"name\\\":\\\"Baths of the Caliphate Alcazar\\\",\\\"coords\\\":[-4.7822552919388,37.87790634907],\\\"description\\\":\\\"<p>These baths or <strong>hammams<\\\\\/strong>, adjacent to the Umayyad Alcazar, to which they certainly belonged, may have been the most important in the city. Ablutions and bodily cleansing were an essential part of Muslim life. They were <strong>part<\\\\\/strong> of prayer as well as being a <strong>social rite<\\\\\/strong>. <\\\\\/p><p><\\\\\/p><p>Built under the Caliphate of <strong>Al-Hakem II<\\\\\/strong>, they form a group of rooms with ashlar walls. They are enclosed by vaults (where the characteristic star-shaped skylights appear), supported by ultra-semicircular arches on marble capitals and columns. <\\\\\/p><p>During the 11th to 13th centuries, they were reused by the <strong>Almoravids<\\\\\/strong> and <strong>Almohads<\\\\\/strong>, as evidenced by the plasterwork carved with <strong>ataurique<\\\\\/strong> motifs and epigraphic bands from the period that are kept in the archaeological museum.<\\\\\/p><p><\\\\\/p><p>It has recently been converted into a museum, offering a surprising tour.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/banos-del-alcazar-califal\\\\\/21dc50cc-8e29-48a8-bf0b-310a9ccbe237.webp\\\"},{\\\"id\\\":\\\"9f1cd9ad-9b4d-4eef-8f7b-b458b6f1ba11\\\",\\\"name\\\":\\\"Bejarano Stream\\\",\\\"coords\\\":[-4.8948812484741,37.924938043548],\\\"description\\\":\\\"<p>The Bejarano stream, a beautiful and unique landscape dotted with numerous historical remains, a key place to understand the splendour of Roman Cordoba and the Caliphate city of Medina Azahara. This is a 12 km. easy route with a duration of 5 to 6 hours.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-arroyo-del-bejarano\\\\\/ecbc4604-f9f6-44c7-99fa-32b2e0f23b9f.webp\\\"},{\\\"id\\\":\\\"9f3307a0-6fd7-4c04-9207-338cf1ece48e\\\",\\\"name\\\":\\\"Bell Tower\\\",\\\"coords\\\":[-4.7803313939032,37.879551725038],\\\"description\\\":\\\"<p>Most of the Andalusian minaret, built by \\'Abd al-Rahman III, has been preserved inside the present tower and remained unchanged until the Renaissance, when the bell tower was added. <\\\\\/p><p><\\\\\/p><p>Subsequently, stability problems forced the Arab minaret to be sheathed in a more robust construction in the mid-17th century. In 1664, the tower was crowned with the image of San Rafael.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-da3e-4f14-99d6-445046093f43\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"detalle-del-monumento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-torre-campanario\\\\\/d0584680-df16-44eb-9c7b-05c12841f756.webp\\\"},{\\\"id\\\":\\\"9f330da0-1403-4fdd-ab8c-c7b138de746b\\\",\\\"name\\\":\\\"Bethlehem Arch and Tower\\\",\\\"coords\\\":[-4.7834586289861,37.876841793918],\\\"description\\\":\\\"<p>The Torre de Bel\u00e9n (Bethlehem Tower) has a square floor plan measuring 7.4 metres on each side and is built with limestone ashlars made up of a rope and two tizones. Access to the tower was by means of two doors that formed a right angle. The outer doorway (to the north) is in the form of a pointed horseshoe arch. The inner door (to the east) is the only one that currently leads to the ground floor, which was converted into a hermitage (hence the name Torre de las Im\u00e1genes or Torre de San Benito (Tower of the Images or Tower of Saint Benedict).<\\\\\/p><p><\\\\\/p><p>The tower has two floors covered by a brick vault in the shape of a hemispherical cap. On the first floor are the entrances to the wall\\'s walkways (to the north and south, by means of semicircular arches), and to the three openings covered by semicircular arches in the east wall, where the chapel bells were once located. There are two theories about the construction of this tower: one of them defends its Almohad origin (12th century), while others place it somewhat later, in the Christian period.<\\\\\/p><p><\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-arco-y-torre-de-belen\\\\\/3896e5bf-3b0a-4e0f-87ec-624be7e602ca.webp\\\"},{\\\"id\\\":\\\"9e784ccd-1b6c-431f-b8fe-fecb30877cf1\\\",\\\"name\\\":\\\"Botanical Garden\\\",\\\"coords\\\":[-4.7855758666992,37.870057612554],\\\"description\\\":\\\"<p>This Botanical Gardens were opened in 1987 as a centre for plant culture. There is a wide variety of plant collections, each assigned to a particular area of the gardens. <\\\\\/p><p><\\\\\/p><p>The tour starts off at the arboretum, which imitates a natural forest, and leads past the different greenhouses, the agricultural school, the rose garden, the main gardens and, last but not least, the Museum of Paleobotany, which give us considerable insight into the different plant species which have existed throughout history. <\\\\\/p><p><\\\\\/p><p>The Museum of Paleobotany has a permanent exhibition which illustrates, through a series of modules and instruments, the place of plants in society. <\\\\\/p><p><\\\\\/p><p>Finally, the Museum of Water, part of the Martos Water Mill, shows us its own particular view of history through the perspective of local culture, water management and the traditional uses of plants, whether as a food source (flour from cereals), the dying of cloths and textiles, the tanning of animal skins or the manufacture of vegetable fibres. <\\\\\/p><p><\\\\\/p><p>The garden looks out over the River Guadalquivir, with its water mills serving as look-out posts, which makes it all the easier for the visitor to appreciate and learn more about the plants and flowers of our river banks and meadows<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cee1-40b4-ba36-567d37b91e10\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/jardin-botanico\\\\\/2752daf6-479e-479a-8ed0-071417c7b425.webp\\\"},{\\\"id\\\":\\\"9e784cca-60ba-4228-ae14-0a19aa71b3c7\\\",\\\"name\\\":\\\"Bridge Gate\\\",\\\"coords\\\":[-4.7791063785553,37.877749681755],\\\"description\\\":\\\"<p>Already in Roman times, when Cordoba was Colonia Patricia and capital of Baetica (1st century AD), this area was a centre of commercial interest due to its proximity to the river and the crossroads of roads that converged at the entrance to the city. On the site where the monumental Puerta del Puente (Bridge Gate) stands today, there was once a large square measuring 35 m by 50 m, enclosed on its southern side by another bridge gate, this one with three spans. At its foot, a flight of steps led down to the river. <\\\\\/p><p><\\\\\/p><p>In the Muslim period, the gate was known as Bab al-Qantara. <\\\\\/p><p><\\\\\/p><p>The gate that now replaces its predecessors was built in 1575 to commemorate the visit of King Philip II to the city. Isolated from the city wall, which was completely demolished in 1912, it looks more like a triumphal arch than a gateway. <\\\\\/p><p><\\\\\/p><p>It is a three-part construction made by Hern\u00e1n Ruiz III in sandstone. The side facing the river is the original. The side facing the Mosque-Cathedral was added in 1928. In 2007 it was restored and inside there is a small museum and a viewpoint with a luxurious view of the river and the bridge.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7828078269958,37.879379570105],\\\"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\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7768104076385,37.880349186951],\\\"description\\\":\\\"<p>Very narrow and enclosed by a gate, it holds one of the most popular legends of Cordoba, which tells that the heads of the Seven Infantes de Lara were hung here from the arches of the street back in the 10th century and thus exposed to their father, Gonzalo Gustioz, Lord of Salas. <\\\\\/p><p><\\\\\/p><p>The legend, recorded on a marble plaque next to the alley, inspired the play &quot;El moro exp\u00f3sito&quot;, by the Duke of Rivas and gave its name to the main street: Cabezas. The alley can be accessed from the &quot;Casa-Museo Casa de las Cabezas: Patios de Leyenda&quot; (House-Museum Casa de las Cabezas: Patios of Legend).<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7838646173477,37.879900652531],\\\"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\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7766074832965,37.875577035244],\\\"description\\\":\\\"Part of a Moorish castle (built over the former\\\\n Roman gate) that controlled access to the city\\\\n and rebuilt in the 14th century, the tower hosts\\\\n the Living Museum of Al-Andalus. Here we can\\\\n see different examples of how the Jewish, Muslim\\\\n and Christian cultures lived side by side\\\\n in medieval Cordoba. On display are Moorish\\\\n surgical instruments, musical instruments and\\\\n models of buildings.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-torre-de-la-calahorra\\\\\/7428c9df-0c04-47ca-9c6e-22da114f1aaf.webp\\\"},{\\\"id\\\":\\\"9e784cca-e247-4f5a-aba2-c7d40daa2872\\\",\\\"name\\\":\\\"Calle de la Hoguera\\\",\\\"coords\\\":[-4.7803294658661,37.880355538111],\\\"description\\\":\\\"<p>This alley zigzags between C\u00e9spedes and Deanes streets. It is a place rarely visited by locals and visitors alike. It is a living reminder of what might have been Muslim Cordoba. Halfway along the alley, we are surprised by a small minaret called Mezquita de los Andaluces, an Andalusian oratory, dating from the 12th century and restored in the 20th century. <\\\\\/p><p><\\\\\/p><p>The mosque consists of a small entrance courtyard and a prayer hall with a single nave. Next to it is the Averroes International Islamic University of al-Andalus, now closed. After passing under the arch of the minaret, we come to a small square with an arcade on one side covered by a wooden coffered ceiling. <\\\\\/p><p><\\\\\/p><p>From there, a small alleyway finally leads us to Deanes Street.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-de-la-hoguera\\\\\/de32e4c3-6b9f-44da-a5ad-8a336c5ee929.webp\\\"},{\\\"id\\\":\\\"9e784cca-db7c-4563-bc8c-299c343f6eea\\\",\\\"name\\\":\\\"Calle de las Flores\\\",\\\"coords\\\":[-4.7795873671976,37.880422227793],\\\"description\\\":\\\"<p>This is a narrow street that leads to a small dead-end square. This urban typology was typical of the Hispano-Muslim period and can also be found in the no less famous Calleja del Pa\u00f1uelo. These used to be spaces of private origin that were created to provide access to new dwellings created inside the blocks after the division of large buildings into smaller ones. <\\\\\/p><p><\\\\\/p><p>It should be remembered that at that time, demographic growth and the progressive occupation of the space inside the walls led to the current layout of the streets in the historic quarter. The Calleja de las Flores corresponds to this typology, although the current appearance and decoration are much later, from the mid-20th century, when the floor was replaced by the current cobblestones and the arches were added. Later, the fountain and flowerpots were added. The result is a picturesque postcard with the Cathedral tower in the background.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-de-las-flores\\\\\/b4012997-7c02-4d99-922b-b445e5e00ae1.webp\\\"},{\\\"id\\\":\\\"9e784cca-e868-4ec4-ac21-9ac58c1861a2\\\",\\\"name\\\":\\\"Calle del Pa\u00f1uelo\\\",\\\"coords\\\":[-4.7785726189613,37.879851677718],\\\"description\\\":\\\"<p>Like the Calle de las Flores, this street is a good example of Andalusian urban planning, in which narrow alleys without exits, called adarves or azucaques, were common, giving access to the houses. In this one, the alley narrows dramatically after a more regular first section, reaching a width of only 76 cm. This is where the name comes from, as it is said that it was as wide as a handkerchief. The alley leads to a tiny square, always cool and shady thanks to the orange trees that have grown vertically in search of light and where only the tinkling of the fountain interrupts the feeling of isolation, the gentle murmur of the water and the scent of orange blossom envelop the visitor.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-del-panuelo\\\\\/319b77d1-b844-44b7-9e20-9902b44f6b48.webp\\\"},{\\\"id\\\":\\\"9f1cdc39-1075-4c09-92c8-6f36dd6e7655\\\",\\\"name\\\":\\\"Camping de Los Villares\\\",\\\"coords\\\":[-4.81196,37.96072],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2aa-02d8-4121-be1b-979c4b979bc2\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"0b56dde8-1057-4b0b-95f1-77e474d795b5\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-9957-4c32-a46a-9d9c2287cf54\\\",\\\"name\\\":\\\"Capuchinas Convent\\\",\\\"coords\\\":[-4.7785699367523,37.885777111879],\\\"description\\\":\\\"<p>Two hundred years later, this convent of the Capuchin nuns was built on the site of the noble house of the Marquises of Sessa, dating from the 15th century. The building preserves, in the cloister, an imposing Mudejar doorway and capitals of Roman, Visigothic and Islamic origin. <\\\\\/p><p><\\\\\/p><p>The coffered ceiling and the plasterwork in the refectory are also Mudejar. The coats of arms of the family that donated the palace are still visible on the ceilings and walls. The convent church, dedicated to the cult of San Rafael, is from the 18th century, with a single nave enclosed by a barrel vault.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-capuchinas\\\\\/27310751-1cbc-41e8-a8c2-1ab9b933629b.webp\\\"},{\\\"id\\\":\\\"9e784ccb-6cb9-4ec5-a469-b3e9a4998a0d\\\",\\\"name\\\":\\\"Capuchinos Square\\\",\\\"coords\\\":[-4.7775882482529,37.88815011561],\\\"description\\\":\\\"This popular square is striking for the sobriety of its design. The austere walls are interrupted by the stone fa\u00e7ades of the Santo \u00c1ngel convent. In the centre of the square stands the Cristo de los Faroles (Christ of the Lanterns), a baroque crucifix accompanied by four iron lanterns.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-capuchinoscristo-de-los-faroles\\\\\/3d1f17d1-e463-41b5-8df9-a379cb9d4a97.webp\\\"},{\\\"id\\\":\\\"9e784ccd-32ea-4570-9d60-c8a97d208f28\\\",\\\"name\\\":\\\"Carbonell House\\\",\\\"coords\\\":[-4.7799003124237,37.881898006957],\\\"description\\\":\\\"<p>In the centre of Cordoba, next to the convent church of Santa Ana, stands the majestic Carbonell house, the birthplace of \u00c1ngel de Saavedra, Duke of Rivas, the romantic writer. Acquired by the Carbonell family at the beginning of the 20th century, the aesthetic of the place corresponds to that of the hotels or mansions of the end of the 19th century. <\\\\\/p><p><\\\\\/p><p>The beautiful entrance courtyard is enclosed by a beautiful gate with the date 1881. The entrance to the building is covered with a glass and iron canopy in the Art Nouveau style. <\\\\\/p><p><\\\\\/p><p>It currently houses the headquarters of the municipal company VIMCORSA, with large rooms dedicated to temporary exhibitions.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/sala-vimcorsa\\\\\/f9069df8-a833-4da3-81a0-68551098e213.webp\\\"},{\\\"id\\\":\\\"9e784ccd-0ab2-452d-96b8-d1e6ffaca491\\\",\\\"name\\\":\\\"Casa Barroca de la Calle Amparo\\\",\\\"coords\\\":[-4.7760540246964,37.87973100476],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-0751-42ad-9d14-2e72d07588a4\\\",\\\"name\\\":\\\"Casa Barroca de la Calle Cara\\\",\\\"coords\\\":[-4.7767353057861,37.879425299059],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f330c6b-b803-4a0c-9e45-d732a954dea4\\\",\\\"name\\\":\\\"Casa Museo de la Alquimia\\\",\\\"coords\\\":[-4.7834460349939,37.879962430999],\\\"description\\\":\\\"<p>One stretch of wall has been preserved intact, leading south from the gate as far as the Campo Santo de los Martires, along the street named Kairuan. This wall was rebuilt in the fourteenth century, and underwent major restoration in the 1960s under Jose Rebollo, who added the moat and the walkway around it, as well as opening up the gateway at the southern end known as Puerta de la Luna.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9ef29c1b-e0e9-4391-abba-fbf6ebc9eb47\\\",\\\"created_at\\\":\\\"2025-05-19T09:53:03.000000Z\\\",\\\"updated_at\\\":\\\"2025-05-19T09:53:03.000000Z\\\",\\\"slug\\\":\\\"historia\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-e587-4161-9cfc-25d73b063148\\\",\\\"name\\\":\\\"Casa de los Luna\\\",\\\"coords\\\":[-4.7733691334724,37.885976099964],\\\"description\\\":\\\"This is one of the best examples of an Andalusian manor house in the Plateresque style. It is notable for its stone fa\u00e7ade with a floor with a double window in the form of a loggia and a bay window. The main doorway has original ball finials at the ends and a drawing in relief of garlands on the lintel, above which the family coat of arms with a moon can be seen.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-luna\\\\\/3e6daef6-0283-48b1-ad5b-e0acfe21401a.webp\\\"},{\\\"id\\\":\\\"9e784ccb-0301-4746-9131-3e118a284f08\\\",\\\"name\\\":\\\"Casa del Indiano\\\",\\\"coords\\\":[-4.7824430465698,37.8814249245],\\\"description\\\":\\\"<p>The Casa de los Ceas, built in the 15th century, must have been one of the best examples of Mudejar civil architecture in the city. <\\\\\/p><p><\\\\\/p><p>It was popularly known as the House of the Indiano, after being acquired in the 18th century by Don Juan Cosme on his return from the Americas. Of the medieval construction, only the fa\u00e7ade remains, in which a mixture of Gothic and Mudejar elements can be seen. Like many other palatial houses, the interior was demolished and converted into flats in the 1970s, and only the main fa\u00e7ade has been preserved.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-del-indiano\\\\\/cfab7855-a3fd-45e2-9466-8b446016069b.webp\\\"},{\\\"id\\\":\\\"9f1cdc83-064d-4e33-a1e8-762978523614\\\",\\\"name\\\":\\\"Castle of Almodovar del R\u00edo\\\",\\\"coords\\\":[-5.0238032138018,37.807996619722],\\\"description\\\":\\\"<p>The Castle of Almod\u00f3var, of Andalusian origin dating from 741, was conquered in 1240 by Fernando III. Its present-day image combines styles from the 10th to the 14th centuries, with its Gothic-Mudejar towers standing out. At the beginning of the 20th century, Rafael Desmaissieres y Farina, 12th Count of Torralva, rescued it from ruin under the direction of the architect Adolfo Fern\u00e1ndez Casanova.<\\\\\/p><p><\\\\\/p><p>A key witness to history, the castle defended Cordoba and controlled routes. It was the residence of Peter I the Cruel in the 14th century, and a base for the reconquest of Granada. After centuries of abandonment, its major reconstruction has made it one of the best-preserved castles in Spain, declared an Asset of Cultural Interest. It offers themed visits, medieval events and combat training. It has been the setting for productions such as the series &quot;Game of Thrones&quot;.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-e86f-49e5-a2ec-20f284edefb9\\\",\\\"name\\\":\\\"Cemetery of Our Lady of Health\\\",\\\"coords\\\":[-4.7871100902557,37.874835326674],\\\"description\\\":\\\"<p>The cemetery of Our Lady of Health was first designed in 1804, during an epidemic of yellow fever, but the lack of economic means and the regression of the epidemic made the authorities withdraw.<\\\\\/p><p><\\\\\/p><p>The construction of the cemetery was in compliance with the Decree issued in Madrid by Jos\u00e9 I Bonaparte dated March 4, 1809. These works began on October 29, 1810 and finished on June 8, 1811, costing 51.233 reales and 27 maravedises.<\\\\\/p><p><\\\\\/p><p>After going through various vicissitudes, caused by political comings and goings during the reign of Fernando VII, it was consolidated as one of the stable and permanent cemeteries of the city from 1833. From this year on burials began in the cemetery. <\\\\\/p><p><\\\\\/p><p>Inside the cemetery there are still some eclectic aesthetic pantheons, in various conditions, built in the last third of the nineteenth century. The combination of architecture, relieve and sculptures make up a plastic group where the aesthetics of late nineteenth century funerals can be seen<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/cementerio-ntra-sra-de-la-salud\\\\\/5eb3f5d7-ab3d-4896-9589-9a23c6632091.webp\\\"},{\\\"id\\\":\\\"9e784ccc-78b2-489c-a582-c2c9a022f681\\\",\\\"name\\\":\\\"Center of artr Pepe Espali\u00fa\\\",\\\"coords\\\":[-4.7793397307396,37.881452163522],\\\"description\\\":\\\"The Center of Art Pepe Espali\u00fa receives a total of\\\\n 37 pieces of the work of the artist native of Cordoba\\\\n that the Town hall and the municipal company\\\\n Vimcorsa have in property. The building is\\\\n well worth a visit in itself, with its charming little\\\\n courtyard. Will be added temporary exhibitions of\\\\n funds of relatives and friends of Espali\u00fa.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/centro-de-arte-pepe-espaliu\\\\\/9305bd2e-ff47-4247-983b-4bb0d829f1dd.webp\\\"},{\\\"id\\\":\\\"9e784ccc-5cc0-477e-b10a-52e2e5bc981a\\\",\\\"name\\\":\\\"Cercadilla Archaeological Ensemble\\\",\\\"coords\\\":[-4.7922706604004,37.888010545905],\\\"description\\\":\\\"The main find in the excavations undertaken\\\\n next to the AVE Station is Emperor Herculeus\u2019\\\\n colossal palatine complex (3rd-4th centuries\\\\n AD) covering almost 10,000m2, it is distributed\\\\n around a semicircular crypto-portico with\\\\n a semi-subterranean gallery with a series of\\\\n palace services. The audience room, next to\\\\n the private baths, lies on the complex\u2019s axis.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/conjunto-arqueologico-de-cercadilla\\\\\/2b05fdf5-a11d-43b8-8cd8-f2edd161ffc1.webp\\\"},{\\\"id\\\":\\\"9e784ccd-2721-4795-beb6-4c08d6c41a1d\\\",\\\"name\\\":\\\"Children\\'s city\\\",\\\"coords\\\":[-4.7869491577148,37.87286939864],\\\"description\\\":\\\"<p>Children&#39;s City is the biggest children&#39;s playground area in the city and the only one in Spain which also includes a large expanse of mature parkland, covering an area of four hectares. <\\\\\/p><p><\\\\\/p><p>Children&#39;s City has thirty different items of playground equipment for children, some of which are divided into other smaller apparatus. Although most of these are of the type found in other parks, some have been specially designed for this project and are thematically linked to features in the city of Cordoba - for instance, the &quot;Vulcan-Mosque&quot; play complex or the huge water game called &quot;The River&quot;.<\\\\\/p><p><\\\\\/p><p>Another of the main features is the skating and skate-boarding rink, which is supervised by specially trained monitors. There are four toilet blocks in the playground, benches and two bar\\\\\/kiosks specially adapted for children as well as adults.<\\\\\/p><p><\\\\\/p><p>There is also a first aid kit available in case of any minor injuries. The playground is surrounded by an attractive multi-coloured perimeter fence and is adapted for use by the physically handicapped. All the materials used in the playground equipment and pavements are guaranteed by safety certificates.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-ecc7-4723-a175-5a70a3b1f8f0\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-de-atracciones\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ciudad-de-los-ninos\\\\\/41687a2d-02e4-4f30-b8fb-03792cee0108.webp\\\"},{\\\"id\\\":\\\"9e784ccc-d45e-460c-863e-0482322b0582\\\",\\\"name\\\":\\\"Church Hospital of Jesus Crucified\\\",\\\"coords\\\":[-4.781751036644,37.881475450757],\\\"description\\\":\\\"<p>This Dominican convent was founded in the year 1508 under the patronage of the Marquises of El Carpio. The church itself was started in the 16th century and contains beautiful decorative Mudejar ceilings. <\\\\\/p><p><\\\\\/p><p>There is a particularly attractive 17th century entrance leading to calle Leiva Aguilar and the older side of the cloisters, made up of arches resting on columns with capitals (some of which date from the Visigoth period) is also worth seeing.<\\\\\/p><p><\\\\\/p><p>The main altarpiece dates from the 18th century and vies in beauty with the magnificent carved wooden reredos. After the dissolution of the monasteries in the 19th century, it was used as a barracks, and nowadays has become an old people&#39;s home.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-a75d-40c8-aafe-94c9880ede06\\\",\\\"name\\\":\\\"Church of Our Lady of Grace\\\",\\\"coords\\\":[-4.7657704353333,37.890976169429],\\\"description\\\":\\\"<p>Located in the Plaza del Coraz\u00f3n de Mar\u00eda, next to the Moorish walls, the church\\'s fa\u00e7ade stands out. The Parish Church of Nuestra Se\u00f1ora de Gracia y San Eulogio is popularly known as El Rescatado, los Trinitarios or Padres de Gracia. This church belonged to the disappeared Convent of the Discalced Trinitarians, founded in the 17th century by Juan Bautista de la Concepci\u00f3n. <\\\\\/p><p><\\\\\/p><p>The church stands out for its original fa\u00e7ade, built by Sebasti\u00e1n Vidal following an altarpiece design. <\\\\\/p><p><\\\\\/p><p>The interior houses two images of great popular devotion. The first is known as El Rescatado, a Baroque work from 1713, which attracts a large number of the faithful every Friday. The second is an enormous and original crucifix from Mexico, donated to the convent in 1618 and known as El Esparraguero, due to the popular devotion of the local residents, who brought asparagus from their vegetable gardens as offerings. <\\\\\/p><p><\\\\\/p><p>In front of the church, the square, popularly known as El Alpargate, is a peaceful landscaped area with a baroque fountain, moved to this spot in 1950 from its original location in Puerta Nueva.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-ntra-sra-de-gracia\\\\\/5c86cb73-2346-42c1-8536-49c6b963ec10.webp\\\"},{\\\"id\\\":\\\"9e784ccc-84d3-43bf-b689-63913e72c401\\\",\\\"name\\\":\\\"Church of San Basilio\\\",\\\"coords\\\":[-4.7843983769417,37.875983693443],\\\"description\\\":\\\"<p>The present-day parish church was formerly the convent-house of the monks of San Basilio Magno (St. Basil the Great), which was founded in 1590. The convent was dissolved in the 19th century and it was converted into a parish church in 1846. There have been so many changes over the years that little now remains of the original 16th century building. <\\\\\/p><p><\\\\\/p><p>The plan of the church is in the shape of a Latin cross, with one nave and a transept. <\\\\\/p><p><\\\\\/p><p>The simple exterior leads to the central nave, with its exquisite decorative ceiling, both of which are 17th century Baroque. The side chapels, sacristy and small chapel were added in the 18th century. <\\\\\/p><p><\\\\\/p><p>The main altarpiece, made by G\u00f3mez de Sandoval in the 18th century, is particularly impressive, and the main altar itself is decorated with a number of sculptures, of which the central one is of the Virgen de la Paz (Virgin of Peace). The altars which grace the ends of the transept are also Baroque: on the left there is a sculpture of San Francisco made by Alonso de Mena. In the former Baptismal Chapel, which now contains the image of the parish&#39;s patron saint, there are sculptures of Nuestro Padre Jes\u00fas de la Pasi\u00f3n (Our Father Jesus of Passion), Nuestra Se\u00f1ora del Amor (Our Lady of Love) and San Juan Evangelista (St. John the Evangelist). The central nave is decorated with a number of paintings, and the church owns several golden vessels from the 19th century<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-basilio\\\\\/ceb91db2-67f9-488a-a396-238cf15190df.webp\\\"},{\\\"id\\\":\\\"9e784ccb-941e-417f-a4fc-3f50a3aadc60\\\",\\\"name\\\":\\\"Church of San Cayetano\\\",\\\"coords\\\":[-4.7746244072914,37.892563572138],\\\"description\\\":\\\"<p>Popularly known as San Cayetano, after an old hermitage that used to stand in the same place, the real name of this church is San Jos\u00e9. This temple belonged to the convent of the Order of the Discalced Carmelites, which was demolished after the disentailment of the 19th century. <\\\\\/p><p><\\\\\/p><p>The current Carmelite convent attached to the church began to be built in 1904 on the same floor as the original convent. It was built between 1638 and 1656 and underwent major alterations in the 18th century. The fa\u00e7ade, painted in an intense ochre colour, stands out majestically at the end of the slope, created in the 1950s. <\\\\\/p><p><\\\\\/p><p>The interior is remarkable for its beautiful frescoes, which have survived to the present day in a very good state of conservation and which are a real surprise for the visitor who comes to the church for the first time.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conventual-de-san-jose\\\\\/d000bdd9-0801-48b8-b81a-ebe45034507b.webp\\\"},{\\\"id\\\":\\\"9e784ccc-4853-4c29-8364-47e68d6a4a7e\\\",\\\"name\\\":\\\"Church of San Francisco and San Eulogio de la Ajerqu\u00eda\\\",\\\"coords\\\":[-4.7756114602089,37.88160247191],\\\"description\\\":\\\"<p>The entrance arch dates from 1782. At the top, we are welcomed by an image of San Francisco. This arch was the entrance to the convent of San Pedro el Real, one of the 14 Christian churches founded by Ferdinand III after the conquest of Cordoba. <\\\\\/p><p><\\\\\/p><p>The convent of San Pedro housed Franciscan monks until the mid-19th century. After the confiscation, it was sold and had the curious function of housing a weaving factory inside. <\\\\\/p><p><\\\\\/p><p>Today it is the parish church of San Francisco and San Eulogio. Like others, the alterations and additions of later centuries camouflage the medieval part of the building. The fa\u00e7ade is Baroque, dating from the 18th century, and its niche features San Fernando, the so-called holy king who founded this and 13 other churches. <\\\\\/p><p><\\\\\/p><p>One of the most beautiful remaining parts of the old convent, which was finally restored in 2007, is the cloister, built in the 17th century, to the left of the church. <\\\\\/p><p><\\\\\/p><p>Inside, there is an important collection of paintings, especially the Head of Saint Andrew, the first known work by Vald\u00e9s Leal, and the carving of the Crucified Lord (17th century).<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-compas-de-san-francisco\\\\\/a5a3044b-69af-4d63-b545-f39ca7fbf65a.webp\\\"},{\\\"id\\\":\\\"9e784ccb-add7-4a69-a098-75030bfa2d99\\\",\\\"name\\\":\\\"Church of San Lorenzo\\\",\\\"coords\\\":[-4.7689984738827,37.888463546779],\\\"description\\\":\\\"<p>The <strong>Church of San Lorenzo<\\\\\/strong>, one of the outstanding Ferdinandine or conquest churches of Cordoba, began to be built between the end of the 13th and the beginning of the 14th century. These churches were erected after the conquest of the city by Ferdinand III in 1236, in order to organise the new city administratively.<\\\\\/p><p>There is a tradition that these churches were built on top of ancient mosques. In the case of San Lorenzo, the pre-existence of a Caliphate mosque of al-Mugira has been confirmed, whose <strong>original 10th-century minaret<\\\\\/strong> can still be seen integrated into the interior of the church.<\\\\\/p><p><\\\\\/p><p>A fire in 1687 destroyed the original roof, which was not restored to its medieval appearance until 1956, when later vaults were demolished and the plastering removed.<\\\\\/p><p><\\\\\/p><p>The iconic fa\u00e7ade of San Lorenzo is notable for its portico, a splendid <strong>rose window<\\\\\/strong> and its tower. The latter, the work of <strong>Hern\u00e1n Ruiz el Joven<\\\\\/strong>, completed in 1555, is an original construction that mixes styles, with two turned bodies and a third circular one that houses the image of the titular saint.<\\\\\/p><p><\\\\\/p><p>The interior is notable for its wide central nave, supported by large pointed arches, which are evidence of the mastery of the medieval stonemasons. The <strong>main altar<\\\\\/strong> is presided over by a Baroque image of San Lorenzo. The discovery of <strong>14th century Italo-Gothic paintings<\\\\\/strong> in the apse of the central nave led to the transfer of the 17th century high altarpiece to the Sagrario chapel. In the chancel, an 18th century Baroque altarpiece displays the image of Nuestro Padre Jes\u00fas del Calvario, a carving by Fray Juan de la Concepci\u00f3n (1723), an icon of Cordoba\\'s Holy Week.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-lorenzo\\\\\/317860e6-fbfb-4e7d-a943-1c6ee77af008.webp\\\"},{\\\"id\\\":\\\"9e784ccb-1f50-47b2-bccf-f83ed0c06453\\\",\\\"name\\\":\\\"Church of San Nicol\u00e1s de la Villa\\\",\\\"coords\\\":[-4.7822070121765,37.884451639938],\\\"description\\\":\\\"<p>The Church of San Nicol\u00e1s de la Villa is another of the churches built by Ferdinand III the Saint on the remains of ancient mosques after the conquest of the city. Its original foundation dates from the 13th century, although it was rebuilt in the 15th century following a Gothic-Mudejar aesthetic.<\\\\\/p><p><\\\\\/p><p>It has one of the most beautiful towers of the Fernandine churches, polygonal in shape and built on a minaret. Also of great beauty is its north doorway, built in 1555 by Hern\u00e1n Ruiz II.<\\\\\/p><p><\\\\\/p><p>Its interior has three naves with a flat chancel and no transept, built with ashlar stone walls in which several elements of great artistic value stand out, such as the 16th century Baptism Chapel, the main altarpiece in the Baroque style, the Eucharistic urn by the goldsmith Dami\u00e1n de Castro and the coffered ceiling in the main nave.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-nicolas-de-la-villa\\\\\/ea641ef3-69dc-482c-8e4c-96bb79567cf4.webp\\\"},{\\\"id\\\":\\\"9e784ccb-b4c3-440a-a5e1-f7fdba86f595\\\",\\\"name\\\":\\\"Church of San Rafael or Juramento\\\",\\\"coords\\\":[-4.7703006863594,37.88841471878],\\\"description\\\":\\\"<p>The majestic neoclassical fa\u00e7ade of this church welcomes the visitor who comes in search of the protection of the archangel custodian of Cordoba, Saint Raphael. <\\\\\/p><p><\\\\\/p><p>The church was built at the end of the 18th century on top of a smaller one erected in 1652; both on the site where Father Andr\u00e9s de las Roelas had his house, to whom tradition tells that the Archangel appeared to him in 1578 and swore to take care of Cordoba and its inhabitants. From this story comes the name of the Oath, by which this church is also known. <\\\\\/p><p><\\\\\/p><p>On the fa\u00e7ade, Saint Raphael shares the limelight with Saint Acisclo and Saint Victoria, martyrs and patrons of the city, whose remains were found in the Basilica of Saint Peter, and whose authenticity was corroborated by Saint Raphael himself in another of his apparitions to Father Roelas.<\\\\\/p><p><\\\\\/p><p> The interior houses an image of San Rafael carved in 1735 by G\u00f3mez de Sandoval, and in the small square there is a baroque-style communal fountain built in 1809.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-rafael-o-de-juramento\\\\\/c459d095-58ae-4d97-8f49-f0262538750e.jpg\\\"},{\\\"id\\\":\\\"9f331480-ff59-4503-9c66-2bb6918658d1\\\",\\\"name\\\":\\\"Church of Santa Marina\\\",\\\"coords\\\":[-4.775091,37.889788],\\\"description\\\":\\\"<p>The Church of Santa Marina, one of the oldest of the &quot;Fernandine&quot; churches in Cordoba, began to be built at the end of the 13th century. Its robust appearance, with buttresses and simple forms, makes it unmistakable and visible from a large part of the neighbourhood.<\\\\\/p><p><\\\\\/p><p>Throughout its history, the church underwent several transformations, most notably the construction of the Chapel of the Orozco family in 1419 and Baroque alterations to the Gospel apse. However, its most notable feature is its exceptional preservation of the medieval style, thanks to elements such as its three naves without transept, its Gothic fa\u00e7ade with rose window and, especially, the 16th century tower by Hern\u00e1n Ruiz el Joven, which shares similarities with that of San Lorenzo.<\\\\\/p><p><\\\\\/p><p>The interior of Santa Marina reveals a wide central nave with an impressive Mudejar wooden coffered ceiling. In the epistle nave is the beautiful Chapel of the Orozco family, with a Mudejar entrance with plasterwork.<\\\\\/p><p><\\\\\/p><p>The church houses one of the most important pictorial collections in the city, with valuable works by Antonio del Castillo y Saavedra. These paintings, influenced by Zurbar\u00e1n, are a real delight for art lovers. The Gospel nave also has interesting funerary arches and a Baroque vault, which replaced the original Gothic one.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-iglesia-de-santa-marina\\\\\/46ae56b6-b64c-4636-aadc-5e472ebd12ee.webp\\\"},{\\\"id\\\":\\\"9e784ccb-5eca-4194-8c95-86ed758ab71f\\\",\\\"name\\\":\\\"Church of Santa Victoria\\\",\\\"coords\\\":[-4.7783419489861,37.882881139313],\\\"description\\\":\\\"<p>A unique example of neoclassical aesthetics, it is the work of the French architect Balthasar Dreveton. <\\\\\/p><p><\\\\\/p><p>The imposing fa\u00e7ade consists of a majestic curved portico supported by six compound columns, cornice and triangular pediment. <\\\\\/p><p><\\\\\/p><p>Inside, the enormous canvases by Francisco Agust\u00edn Grande, a painter who imitated Tiepolo in terms of aesthetics, stand out.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-santa-victoria\\\\\/00dbeb42-93ac-4fd1-abec-4148716d0fbf.webp\\\"},{\\\"id\\\":\\\"9e784ccc-27e0-4224-85a5-bce848abff58\\\",\\\"name\\\":\\\"Church of Santiago\\\",\\\"coords\\\":[-4.769681096077,37.880645291565],\\\"description\\\":\\\"<p>Like most Fernandine churches, it was built on the site of a former mosque of which the minaret, converted into a Christian tower, remains. Its original architectural features have been returned to it thanks to the restoration work carried out. It contains numerous works of artistic interest, such as the 15th century Cristo de las Penas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-santiago\\\\\/09e19038-3498-47eb-96be-731c8b2263f5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-ad91-4ad6-b505-21cafc421296\\\",\\\"name\\\":\\\"Church of los Dolores\\\",\\\"coords\\\":[-4.7774836421013,37.888018872085],\\\"description\\\":\\\"<p>This 18th century church, situated in the Plaza de Capuchinos, is part of the San Jacinto Hospital, which dates from the 16th century. <\\\\\/p><p><\\\\\/p><p>The sober main fa\u00e7ade is made up of two entrances, which lead to an interior decorated with fine plasterwork. It houses one of the most popular images in the city - a magnificent example of Cordoban Baroque sculpture - the Virgen de los Dolores (Virgen of Sorrows), the work of Juan Prieto in 1718, which is taken around the city streets in a procession on Good Friday by over six hundred Nazarenos (image-bearers) with more than a thousand penitents following in its wake<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-los-doloreshospital-de-san-jacinto\\\\\/d6aa41b6-c2ae-4749-963d-ac5317a2d8cd.webp\\\"},{\\\"id\\\":\\\"9f1cd6ba-405e-44d0-b790-46dd0a01138d\\\",\\\"name\\\":\\\"Circuito de footing \\\\\\\"El Tablero\\\\\\\"\\\",\\\"coords\\\":[-4.793305,37.902133],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"0b56dde8-1057-4b0b-95f1-77e474d795b5\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f395199-83d8-431b-958a-c8a1347a8536\\\",\\\"name\\\":\\\"Cloister of San Francisco\\\",\\\"coords\\\":[-4.7755377950436,37.881860647666],\\\"description\\\":\\\"<p>The Monastery of San Pedro el Real was founded by King Ferdinand III the Saint after the conquest of the city. Belonging to the Franciscan order, it was a large building of which, in addition to its church, part of the cloister and the compass, converted into public squares, still survive today, although its current appearance corresponds to the reforms carried out during the 18th century, which caused it to lose its original medieval character. <\\\\\/p><p><\\\\\/p><p>From the Baroque cloister of the former convent, two two-storey bays survive, both with porticoed galleries of semicircular arches supported on slender columns with smooth shafts and Tuscan capitals, in a two-to-one arrangement, i.e. each arch on the ground floor has two corresponding arches on the second floor. These galleries were recovered by the architect F\u00e9lix Hern\u00e1ndez at the end of the last century and again adapted for public use at the beginning of this century.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-da3e-4f14-99d6-445046093f43\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"detalle-del-monumento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-claustro-de-san-francisco\\\\\/31319440-17cf-406c-b45b-ea3e01c024b3.webp\\\"},{\\\"id\\\":\\\"9e784cca-8ad4-44f0-92e3-f6603b037340\\\",\\\"name\\\":\\\"Congress and Exhibition Centre\\\",\\\"coords\\\":[-4.7804796695709,37.878533014999],\\\"description\\\":\\\"<p>Now the Palacio de Congresos y Exposiciones, it was built at the beginning of the 16th century and was the only hospital in the city for two centuries.<\\\\\/p><p><\\\\\/p><p>The building is arranged around an arcaded cloister in the Mudejar style with semicircular arches. One of the most striking elements is the Gothic fa\u00e7ade of the chapel of the old hospital, also the work of Hern\u00e1n Ruiz I. Also worth a visit is the Sala Julio Romero de Torres, installed in what used to be the maternity wing of the hospital and which still conserves the original 16th century frescoes that reproduce passages from the life of San Sebasti\u00e1n.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e478-4d10-a298-afaaa152327c\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"teatro-auditorio\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-congresos-y-exposicioneshospital-mayor-de-san-sebastian\\\\\/1304da6b-6c1b-4ba3-a914-1fb8d3d99349.webp\\\"},{\\\"id\\\":\\\"9f331a66-501a-4b1d-92bd-31046bc15d6b\\\",\\\"name\\\":\\\"Conservatory of Music\\\",\\\"coords\\\":[-4.7797125743406,37.882724227877],\\\"description\\\":\\\"<p>Currently the headquarters of the Conservatorio Superior de M\u00fasica, this former ancestral home has only preserved its main fa\u00e7ade, which dates from the 16th century. It has a large lintelled door with biscuit decoration, ending in a balcony with attached columns.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f331ea5-462d-4b4e-865b-2793756caa74\\\",\\\"name\\\":\\\"Contemporary Art Centre of Andalusia\\\",\\\"coords\\\":[-4.7717334227939,37.875650180155],\\\"description\\\":\\\"<p>The Centro de Creaci\u00f3n Contempor\u00e1nea de Andaluc\u00eda (C3A) is a space dedicated to contemporary production and creation where artists can realise their projects, researching, experimenting, generating their works and exhibiting them. It is a place for meeting and dialogue between disciplines, for specialised and initial training and for citizen participation. One of the main objectives of the C3A is to bring contemporary artistic languages closer to the public, so that it shows not only finished works, but also the creative process. <\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9ef29c1b-edb2-4129-9901-44b5c45077a0\\\",\\\"created_at\\\":\\\"2025-05-19T09:53:03.000000Z\\\",\\\"updated_at\\\":\\\"2025-05-19T09:53:03.000000Z\\\",\\\"slug\\\":\\\"arte-contemporaneo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-a6df-43f3-99ea-0ff9fd1ecf66\\\",\\\"name\\\":\\\"Convent Church of El Santo \u00c1ngel\\\",\\\"coords\\\":[-4.7774782776833,37.888177634384],\\\"description\\\":\\\"<p>The Convent Church of El Santo \u00c1ngel, known more commonly by the name of Capuchinos, is situated in the popular Plaza de Capuchinos, where a lone crucifix starkly surrounded by old lamps stands in the square. The blank white walls all around confer an air of austerity throughout the building. <\\\\\/p><p><\\\\\/p><p>The main entrance, just like the 17th century church, is a sober affair. <\\\\\/p><p><\\\\\/p><p>The main altar, in contrast, is full of richly-coloured paintings with a small temple housing the image of the patron saint, which dates from the early 20th century. There are several side chapels, of which the most attractive are those of the Divina Pastora (the Divine Shepherdess) and San Francisco.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conventual-del-santo-angel-capuchinos\\\\\/c97e60c2-6e09-43ad-aadb-616b6a59996d.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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-db64-45c0-9dad-ce075fa9e6f6\\\",\\\"name\\\":\\\"Convent of El Cister\\\",\\\"coords\\\":[-4.7770357131958,37.885899609576],\\\"description\\\":\\\"<p>This building in calle Carbonell y Morand, built in 1725 and dedicated to the Pur\u00edsima Concepci\u00f3n (the Immaculate Conception), belongs to the Benedictine order. The church is small with a single nave and transept. <\\\\\/p><p><\\\\\/p><p>The stone fa\u00e7ade has two sections, the second of which has a curved pediment and a niche with an image of the Immaculate Conception. The interesting 18th century main altar is carved in wood and painted in gold, with a painting of the virgin of the Immaculate Conception above.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-del-cister\\\\\/9a512aa5-e326-43b2-8185-784a51fd3b81.webp\\\"},{\\\"id\\\":\\\"9e784ccc-c07a-4366-bd4c-31523cddcbdf\\\",\\\"name\\\":\\\"Convent of La Piedad\\\",\\\"coords\\\":[-4.7742381691933,37.882680025878],\\\"description\\\":\\\"<p>The first building was built to house a school for orphan girls in the 16th century, but the current temple was built a couple of centuries later, by Bishop Marcelino Siuri. <\\\\\/p><p><\\\\\/p><p>The Church has a simple plan, but it has beautiful polychrome plasterwork, mostly made by Teodosio S\u00e1nchez Ca\u00f1adas, who was also in charge of the High Altar, with Solomonic columns and decorated with different colored motifs. <\\\\\/p><p><\\\\\/p><p>Some of the images and carvings are older than the building, a true artistic legacy of high quality, such as the carvings of San Sebasti\u00e1n and Santa Luc\u00eda.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/conevento-de-la-piedad\\\\\/cc109f60-f60f-4b61-8286-3b8a001ff9c0.webp\\\"},{\\\"id\\\":\\\"9e784ccc-c697-4bd3-b3dc-e8375590b087\\\",\\\"name\\\":\\\"Convent of Santa Ana\\\",\\\"coords\\\":[-4.7797098755836,37.882159245379],\\\"description\\\":\\\"<p>This convent was founded by the Discalced (or barefooted) Carmelites in 1589, and stands just next to the VIMCORSA museum, the former Carbonell House, although the church was built later, in 1608, under the patronage of the Marquis of El Carpio. A fire partly destroyed the altarpieces and sculptures in 1993, and it has recently been restored. <\\\\\/p><p><\\\\\/p><p>The church is Baroque in the shape of a Latin cross, with cannon vaulting and a semi-circular dome above the transept. <\\\\\/p><p><\\\\\/p><p>Above the entrance there is a niche with a sculpted group of Santa Ana, the Virgin and Child. <\\\\\/p><p><\\\\\/p><p>The main altarpiece, by the school of the S\u00e1nchez de Rueda family, was finished in 1710, and the most attractive features of the convent area are the extensive cloisters, the Renaissance staircase with the founder&#39;s coat of arms and loggia window which looks out over the back garden<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conventual-de-santa-ana\\\\\/58da136e-cf73-43c0-a74b-a6bf304a2b6d.webp\\\"},{\\\"id\\\":\\\"9e784ccc-b481-46b0-b4f0-c91efc759ff3\\\",\\\"name\\\":\\\"Convent of Santa Cruz\\\",\\\"coords\\\":[-4.769321680069,37.881962363987],\\\"description\\\":\\\"<p>Located in Calle Agust\u00edn Moreno, near the Church of San Pedro, is the extensive monastery of Santa Cruz, run by Poor Clare nuns. Founded in the 15th century, it preserves few traces of its Gothic origin due to later remodelling, much of it in the Baroque period. <\\\\\/p><p><\\\\\/p><p>The semicircular arched doorway leads to the compass. At the entrance to the church, the coats of arms of the convent\\'s patrons, the Marquises of Escalonias, can be seen buried under the steps of the presbytery. The church, completely remodelled in the 18th century, is striking for its 18th-century tiled plinth and the coffered ceilings of the choir loft and choir loft.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-isabel-de-los-angeles\\\\\/9c43b721-1c35-45bb-9856-7079d414d255.webp\\\"},{\\\"id\\\":\\\"9e784ccb-d894-453a-8f6b-876e1b00069c\\\",\\\"name\\\":\\\"Convent of Santa Marta\\\",\\\"coords\\\":[-4.7748604416847,37.886287423504],\\\"description\\\":\\\"<p>The convent of Santa Marta, belonging to the female branch of the Hieronymite order, was founded in the year 1462, from a 15th century beater\u00edo, established in the house called Corral de los C\u00e1rdenas, to which was later added the Casa del Agua, an old palace in the Mudejar style. <\\\\\/p><p><\\\\\/p><p>The group of houses comprises nine courtyards, with only the entrance courtyard or compass, which is accessed from the street through a loggia, remaining outside the enclosure. From the compass, we enter the convent through a small Baroque portico. <\\\\\/p><p><\\\\\/p><p>At the front we find the church, whose magnificent fa\u00e7ade, sheltered by a wide portico with a single arch, is the work of Hern\u00e1n Ruiz I.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-marta\\\\\/46ea5292-0030-4be9-a597-b10cb6ebdeab.webp\\\"},{\\\"id\\\":\\\"9f331957-e235-417d-98ac-d6cb1e3c5962\\\",\\\"name\\\":\\\"Corpus Christi Convent\\\",\\\"coords\\\":[-4.7772023848561,37.882729472182],\\\"description\\\":\\\"<p>The Antonio Gala Foundation for Young Creators offers the possibility of visiting the permanent exhibition Memories of Antonio Gala, which is located in its own headquarters, in the Chapter House of what was once the Corpus Christi convent. <\\\\\/p><p><\\\\\/p><p>Before entering the permanent exhibition, visitors enter the Foundation through the Comp\u00e1s del Corpus Christi, with an arcade with 17th century frescoes, and can admire the Roman mosaic that presides over the old chapel, now the assembly hall. <\\\\\/p><p><\\\\\/p><p>The exhibition traces the life and professional career of the writer Antonio Gala, showing, among other things, first editions of his work, unpublished manuscripts, interviews, photographs, prizes and personal objects of the author. Visitors to the exhibition will also be able to see, before entering the hall, an audiovisual montage that serves as a presentation, and panels with a list of the works published by Antonio Gala. The exhibition panels are presented to visitors with quotes from Antonio Gala himself, who guides them through the exhibition.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-convento-del-corpus-christi\\\\\/d66087e7-480c-4862-a4e0-52f06f872806.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0084-4448-b95a-4dfaa5468d89\\\",\\\"name\\\":\\\"Corredera Square\\\",\\\"coords\\\":[-4.774911403656,37.88367627296],\\\"description\\\":\\\"<p>The only one in Andalusia with the characteristics of a Castilian main square, similar to those of Madrid and Salamanca, it is an enormous enclosed rectangle surrounded by arcades with large semicircular arches over which three floors of private houses stand. <\\\\\/p><p><\\\\\/p><p>Only the old balcony - for public appearances - has been preserved, under which the Mercado de Abastos and the restored Casa de Do\u00f1a Mar\u00eda Jacinta, which refused to be demolished and won the lawsuit, are located at the southwest corner.<\\\\\/p><p><\\\\\/p><p>The recreational aspect it enjoyed in the past (bullring, games of ca\u00f1as...) does not leave the square in the present, housing antique shops, bookshops, caf\u00e9s and bars where you can enjoy a relaxed atmosphere and the sun on the terraces. In addition to the weekly flea market, a unique medieval market is held here in January.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-corredera\\\\\/8ae3b214-c55e-41e8-9d08-215df9ef57d1.webp\\\"},{\\\"id\\\":\\\"9e784ccd-02e7-4af3-b24f-20ff26281e7d\\\",\\\"name\\\":\\\"Courtyard house - Calle San Basilio 50\\\",\\\"coords\\\":[-4.7850286960602,37.875322848378],\\\"description\\\":\\\"<p>This house is an excellent example of a typical Cordoban tenement house. The main patio with cobbled floor has 3 supported sides, supported by whitewashed stone pillars. <\\\\\/p><p><\\\\\/p><p>They maintain the common laundry rooms, the well and the central exterior staircase that goes up to a picturesque balcony of wooden beams. The house houses several craft workshops.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-patio-calle-san-basilio-50\\\\\/846c223b-7567-4083-ba90-b941c1eec784.webp\\\"},{\\\"id\\\":\\\"9e784cca-d4b5-4fa4-9896-90868802759a\\\",\\\"name\\\":\\\"Craft Market\\\",\\\"coords\\\":[-4.783379137516,37.880023160004],\\\"description\\\":\\\"<p>The Casa de las Bulas, or Casa de las Armentas, is a 16th century building recovered by the Town Hall in the mid-20th century when it was a tenement house. After its remodelling, the main part of the house was occupied by the Bullfighting Museum, while at the back, in the old garden of the house, with access from Jud\u00edos and Averroes streets, the Zoco Artesano was installed. <\\\\\/p><p><\\\\\/p><p>A picturesque access alley, crowned with arches, leads to a large courtyard-plaza, surrounded by brick galleries reminiscent of the Mudejar style.<\\\\\/p><p><\\\\\/p><p>The building is the work of Jos\u00e9 Rebollo and was inaugurated in 1956. It houses shops and workshops of local craftsmen, where you can not only buy their products, but also see how they are made, as the craftsmen do their work before the visitor\\'s eyes.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/zoco-municipal\\\\\/1a069e7c-07dd-48dc-8c84-7d727a22478f.webp\\\"},{\\\"id\\\":\\\"9f3317f3-0f7a-4df2-8d0a-da89fc4a0d6e\\\",\\\"name\\\":\\\"Cuesta de Lujan\\\",\\\"coords\\\":[-4.7767762441488,37.88406361155],\\\"description\\\":\\\"<p>The Cuesta de Luj\u00e1n is a picturesque pedestrian street with steps located in the historic centre of Cordoba. It is accessed from Ambrosio de Morales and Diario de C\u00f3rdoba streets. The street has 20 steps, irregular in height and depth, with no handrails or landings. It is paved with Cordovan Chinese and stone, which gives it a traditional character. On both sides, next to the fa\u00e7ades, there are small benches that serve as seats or rests. Its rustic charm and steep layout make it unique in the Cordoban urban landscape.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"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\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/cuesta-del-bailio\\\\\/c1b1ac46-0680-4660-9f1e-014fd6c23a3f.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0740-4464-ac26-daa6f196bf8e\\\",\\\"name\\\":\\\"Dona Jacinata house\\\",\\\"coords\\\":[-4.7748577594757,37.883278283822],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f33073a-8083-49a3-b696-1abf811f5c2c\\\",\\\"name\\\":\\\"Door of Forgiveness\\\",\\\"coords\\\":[-4.7801384057766,37.879672410317],\\\"description\\\":\\\"<p>In the Islamic period it served as a place for public activities (administration of justice, education). The arches from the oratory to the courtyard were open. <\\\\\/p><p><\\\\\/p><p>A porticoed courtyard was designed from the outset (the galleries began to be built under Abderraman I and were completed under Hixem I, who built the minaret and the ablutions room). <\\\\\/p><p><\\\\\/p><p>The present-day cloisters are the result of a total remodelling carried out in the first decades of the 16th century by Bishop Mart\u00edn Fern\u00e1ndez de Angulo, under the direction of the architect Hern\u00e1n Ruiz I. <\\\\\/p><p><\\\\\/p><p>Under the orange trees there is a large cistern that provided the water necessary for the purifications of the Muslims. It was already planted with palm trees in the 13th century, and we know of the existence of orange trees there since the 15th century. Olive and cypress trees were added in the 18th century.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-da3e-4f14-99d6-445046093f43\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"detalle-del-monumento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-fb51-4a34-8886-0cb076a53649\\\",\\\"name\\\":\\\"Filmoteca de Andaluc\u00eda\\\",\\\"coords\\\":[-4.78102684021,37.878908729735],\\\"description\\\":\\\"The Filmoteca de Andaluc\u00eda is a cultural institution created in 1987 and dedicated to the conservation, study and dissemination of the cinematographic heritage of Andalusia. Its headquarters are located in the old San Sebasti\u00e1n Hospital in C\u00f3rdoba. The Film Library develops extensive activity around cinema, highlighting its interesting programming, training cycles, among which the Master in Cinematography stands out, and the organization of temporary exhibitions.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/filmoteca-de-andalucia\\\\\/3023298f-4ab9-443c-80e1-663305fb5b5d.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0c99-4c80-8295-32f9e7c0633c\\\",\\\"name\\\":\\\"Former Church of La Magdalena\\\",\\\"coords\\\":[-4.7691607475281,37.885302643087],\\\"description\\\":\\\"<p>A mixture of Romanesque, Gothic and Mudejar styles, it was the first of the seven churches founded by Fernando III after the conquest of the city. <\\\\\/p><p><\\\\\/p><p>The main doorway has a beautiful rose window, while of the side entrances, the one on the right stands out, decorated with a diamond point and dated as the oldest doorway of the churches of Cordoba. The tower, dating from the 17th century, is built in descending sections.<\\\\\/p><p><\\\\\/p><p>Today, deconsecrated and closed to worship, it is a cultural centre owned by the Cajasur Foundation. The church opens onto a large square, guarded by grandiose casuarina trees. In its day it was a venue for festive events and bullfighting shows.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-la-magdalena\\\\\/8dcbdd67-957b-4e45-8b2f-a22faaeb459e.webp\\\"},{\\\"id\\\":\\\"9e784cca-c70e-4f8e-a246-a0a791883f5b\\\",\\\"name\\\":\\\"Former Hospital of Cardinal Salazar\\\",\\\"coords\\\":[-4.7821882367134,37.879976866879],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/facultad-de-filosofia-y-letrasantiguio-hospital-del-cardenal-salazar\\\\\/b597b5c8-3bec-4073-bf50-fcb968746be2.webp\\\"},{\\\"id\\\":\\\"9f1cda9c-018f-4187-bf71-988b3cef83be\\\",\\\"name\\\":\\\"Fuente del Elefante\\\",\\\"coords\\\":[-4.882976,37.924524],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd3df-dd1e-4350-9384-bb911114017b\\\",\\\"name\\\":\\\"Gardens of Vallellano\\\",\\\"coords\\\":[-4.785587,37.87837],\\\"description\\\":\\\"<p>The Vallellano Gardens were built on the grounds of the former Huerta del Rey, together with the avenue that meant the extension of the Paseo de la Victoria to the River Guadalquivir and the remodelling of the accesses to Cordoba from Seville. They were inaugurated on 18 July 1955. Several decades later, the landscaped area was remodelled by removing some of the trees and building wide, straight, paved walkways to replace the earthy, winding paths that were originally designed. Swings and other elements for children\\'s enjoyment were also installed.<\\\\\/p><p><\\\\\/p><p>These gardens are home to a large number of shrub and tree species, some of which are very large given their age: oleander, Jupiter tree, casuaria, cedar, Japanese plum, Jerusalem thorn, eucalyptus, ash, magnolia, mimosa, palma excelsa, paradise, sycamore, among others.<\\\\\/p><p><\\\\\/p><p>There are also archaeological remains here, such as a Roman cistern.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-cee1-40b4-ba36-567d37b91e10\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f33101f-b5b1-47c3-90fe-531cd373610b\\\",\\\"name\\\":\\\"Gran Capit\u00e1n Boulevard\\\",\\\"coords\\\":[-4.7822687079339,37.886007556318],\\\"description\\\":\\\"<p>The Boulevard del Gran Capit\u00e1n is a pleasant pedestrian promenade in the heart of Cordoba\\'s commercial centre. Flanked by trees, benches and lampposts, it often hosts cultural fairs and exhibitions, making it an exhibition and recreational space. <\\\\\/p><p><\\\\\/p><p>It has a quiet and familiar atmosphere and is ideal to feel the rhythm of the city. It begins at the foot of the Church of San Nicol\u00e1s de La villa and ends in the central street Ronda de los Tejares, full of shops. It is a very popular meeting point for the people of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-bulevar-del-gran-capitan\\\\\/91322c2a-e16c-49c1-8eb5-52f9164d1115.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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cdbd0-99e2-43f5-a6e1-c35f536f0346\\\",\\\"name\\\":\\\"Hermitages of Our Lady of Bethlehem and the Sacred Heart of Jesus\\\",\\\"coords\\\":[-4.8241316976554,37.916114554802],\\\"description\\\":\\\"<p>About 15 kilometres from the city, in the foothills of the Sierra Morena, is the Desierto de Nuestra Se\u00f1ora de Bel\u00e9n, the site of the complex of Las Ermitas. Founded in the 18th century by Brother Francisco de Jes\u00fas, this was a place of hermit retreat since the Middle Ages. The first building was erected in 1703. The complex is made up of thirteen cells or hermitages which have been run by the Discalced Carmelites since 1957. Inside the enclosure is a magnificent viewpoint presided over by the monument to the Sacred Heart of Jesus, built in 1929 by Lorenzo Coullaut Valera. From here there is a marvellous view of Cordoba and part of the Vega del Guadalquivir.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-ermitas-de-ntra-sra-de-belen-y-sagrado-corazon-de-jesus\\\\\/19c68d05-1a4c-4dd6-a142-f5a7f9e50a43.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\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-las-campanas\\\\\/a1b9ae3a-e0da-41ec-a1c0-370edfeb97c1.webp\\\"},{\\\"id\\\":\\\"9e784ccd-3f1a-48f1-a1d1-090009604e96\\\",\\\"name\\\":\\\"House of the Encomienda de Santiago\\\",\\\"coords\\\":[-4.770405292511,37.882812549122],\\\"description\\\":\\\"<p>The origins of this building date back to the 12th century when it was a residence of the knights of the military order of Santiago who took part in the Christian conquest of the city. Some 15th century features still remain in the present-day building, and two of the courtyards and some of the rooms are in the Mudejar style. The most attractive features are the arches, with five-foiled and ogee arches alternating with the normal semi-circular ones, which provide a marked contrast to the austere look of the rest of the building. <\\\\\/p><p><\\\\\/p><p>Nowadays it is used as a school.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-la-encomienda-de-santiago\\\\\/edab2665-3880-42e9-9137-edea5cc44bd9.webp\\\"},{\\\"id\\\":\\\"9e784ccd-5fd4-4a33-8e57-45b5da3e101a\\\",\\\"name\\\":\\\"House of the Guzmanes. Municipal Historical Archives\\\",\\\"coords\\\":[-4.7835910320282,37.881745582159],\\\"description\\\":\\\"<p>In the heart of the Jewish quarter is the Municipal Archive, an old ancestral home, supposedly belonging to the Guzmanes family, although the coat of arms that can be seen on the fa\u00e7ade belongs to the Hoces. <\\\\\/p><p><\\\\\/p><p>It is an old manor house from the 15th century, which belonged to the family from which it takes its name. Built in the Gothic-Mudejar style, it has a structure typical of Cordovan houses. The two beautifully landscaped courtyards inside, with Mudejar ajimeces (arched windows divided in the centre by a column) and polychrome alfarjes (ceilings made of carved and artistically interlaced wood), also dating from the 15th century, are particularly noteworthy. The rear courtyard is larger and is surrounded by a gallery of arches with Mudejar decoration. The early 17th-century staircase with a beautiful dome and a well-kept handrail is also noteworthy. <\\\\\/p><p><\\\\\/p><p>Since 1969 it has been a public library and home to the Municipal Archive.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-guzmanesarchivo-historico-municipal\\\\\/28d07684-fc91-4d1e-b963-546735c648c9.webp\\\"},{\\\"id\\\":\\\"9e784ccc-55ed-406c-8c05-424270abb820\\\",\\\"name\\\":\\\"House of the Marquises of Carpio\\\",\\\"coords\\\":[-4.775948,37.881029],\\\"description\\\":\\\"<p>The wall that surrounded the Roman city and was reinforced by Muslims and Christians, dividing medieval Cordoba in two, ran along the present-day Calle de San Fernando. Ferdinand III granted the site now occupied by the imposing palace to the M\u00e9ndez de Sotomayor family, on the condition that they would take charge of the defence of the wall. Hence the defensive aspect of the building, especially the keep. The palace has another exit on Cabezas street, where another no less imposing Gothic tower overlooks it. It was built in the 15th century. <\\\\\/p><p><\\\\\/p><p>The appearance it has today on the outside is the result of the refurbishment carried out in 1933. Inside, there is a neo-Arabic style courtyard and the remains of a Roman house in the basement. <\\\\\/p><p><\\\\\/p><p>It is one of the few ancestral homes that remain inhabited.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-marqueses-del-carpio\\\\\/70ce6262-d665-41b1-a715-084d9b5ad957.webp\\\"},{\\\"id\\\":\\\"9e784ccd-454b-40bd-9b6c-43831f32a49a\\\",\\\"name\\\":\\\"House of the Venegas de Henestrosa family (Military government)\\\",\\\"coords\\\":[-4.782303571701,37.883464576878],\\\"description\\\":\\\"<p>Located in the centre of Cordoba, very close to the Gran Capit\u00e1n boulevard, this majestic noble palace has been used for different purposes throughout its history. From an ancestral home to the oratory of San Felipe Neri, it currently houses the city\\'s Military Governor\\'s Office. <\\\\\/p><p><\\\\\/p><p>The superb fa\u00e7ade opens with lintelled openings enclosed by a triangular pediment. The exquisite fa\u00e7ade follows the pattern of the windows, with the central linteled opening having a split triangular pediment on which a balcony rests, crowned with a curved pediment and, above it, a family coat of arms, all beautifully decorated.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-venegas-de-henestrosagobierno-milirar\\\\\/2c4f8006-6c65-47f6-8109-4d288b8c1b46.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\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/posada-del-potro\\\\\/23590c62-afc7-44ce-8a5b-13ddbf769c0c.webp\\\"},{\\\"id\\\":\\\"9e784ccd-16f1-4a27-96bb-cb9e0aa21cce\\\",\\\"name\\\":\\\"Jer\u00f3nimo P\u00e1ez Square\\\",\\\"coords\\\":[-4.7779583930969,37.881491540128],\\\"description\\\":\\\"Renaissance square presided over by the Jer\u00f3nimo P\u00e1ez Palace, today the Archaeological Museum. Centennial trees offer visitors an ideal corner for rest. Surrounded by stately homes, it evokes the Cordoba of the 19th century.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-jeronimo-paez\\\\\/82083d87-bf75-4f6e-bee5-f62ad0106824.webp\\\"},{\\\"id\\\":\\\"9f330a17-189a-46dd-bba0-d7f5695ee343\\\",\\\"name\\\":\\\"Judios Street\\\",\\\"coords\\\":[-4.7833091914198,37.879729544172],\\\"description\\\":\\\"<p>Judios street runs parallel to the city wall from the Almodovar gate and is one of the main streets in the Jewish quarter. There are semi-circular grooves cut into the wall about half a metre from ground level, especially near the Synagogue, which would have been to facilitate the passage of carriages down the narrow street.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-3b50-43e4-8bd9-9f41afcabbb1\\\",\\\"name\\\":\\\"Julio Romero de Torres Museum\\\",\\\"coords\\\":[-4.7748309373856,37.881196144582],\\\"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\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/molino-y-noria-de-la-albolafia\\\\\/f9fc4818-91c5-49f2-b03f-9ad4c53b5025.webp\\\"},{\\\"id\\\":\\\"9e784cca-fc1a-4723-8b39-2021c0487cc6\\\",\\\"name\\\":\\\"Leather Art House\\\",\\\"coords\\\":[-4.7799874842167,37.880671260636],\\\"description\\\":\\\"Its five rooms house a permanent exhibition\\\\n of works by the artist Ram\u00f3n Garc\u00eda Romero\\\\n recovering for us the Umayyad technique of\\\\n embossing leather.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-5117-40c9-b675-c8ed2d9e1f9a\\\",\\\"name\\\":\\\"Literary and Artistic Lyceum\\\",\\\"coords\\\":[-4.7777062654495,37.885476229587],\\\"description\\\":\\\"<p>The C\u00edrculo de la Amistad (Circle of Friendship), which is considered one of the most emblematic buildings in the city, stands in calle Alfonso XIII, very near the main square las Tendillas. It was built on top of the former convent of Nuestra Se\u00f1ora de las Nieves and in 1850, started to be used as a casino. Only three years later it became the headquarters of the recently founded Artistic and Literary Lyceum.This was how the city\u2019s 19th bourgeoisie promoted culture in the city.<\\\\\/p><p><\\\\\/p><p>The emblematic building, with a neo-Baroque portico, boasts modernistic canvasses by Julio Romero de Torres.<\\\\\/p><p><\\\\\/p><p>Also worthy of note is the building\u2019s Sal\u00f3n Liceo, its library decorated by a frieze in relief by Mateo Inurria and its main courtyard.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/circulo-de-la-amistad-y-liceo-artistico-literario\\\\\/88de5ad9-e9a0-42e9-94b6-e49620ea78cf.webp\\\"},{\\\"id\\\":\\\"9f1cd83e-ee75-475b-8ffd-a479e8800f20\\\",\\\"name\\\":\\\"Los Villares Golf Club\\\",\\\"coords\\\":[-4.809527,37.97171],\\\"description\\\":\\\"<p>The Cordoba Country Club is a sports and social centre nestled in the Sierra Morena mountains, just 15 minutes from the city centre, located in privileged surroundings with panoramic views of great scenic beauty. The club has a total surface area of 70 hectares, amidst pine and cork oak forests. <\\\\\/p><p><\\\\\/p><p>Its main facility is a magnificent 18-hole, par 72 golf course, where flora and fauna embellish the course. <\\\\\/p><p><\\\\\/p><p>In addition to the services of a golf course, such as a social club, restaurant and sports equipment rental, it completes its offer with swimming pools, tennis and paddle tennis courts.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2aa-02d8-4121-be1b-979c4b979bc2\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2aa-0ae8-47fa-8381-d1dd8e24dea2\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"instalaciones-deportivas\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"0b56dde8-1057-4b0b-95f1-77e474d795b5\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-luis-de-gongora\\\\\/485bd906-55ef-4275-bdb2-be4b9235d5d5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-f829-49c3-8259-a2d1741b22e5\\\",\\\"name\\\":\\\"Main Comic Theatre\\\",\\\"coords\\\":[-4.7770571708679,37.882744805647],\\\"description\\\":\\\"<p>It began its career as a Comic Theatre in 1799 with Casimiro Cabo Montero as promoter and it used to have wood and canvas until the fire that razed it to the ground in 1892. At the end of the 1990s it was refurbished, conserving the eclectic fa\u00e7ade with four openings per floor. <\\\\\/p><p><\\\\\/p><p>It is currently a multi-purpose space, as well as the headquarters of the Royal Philharmonic Centre, the oldest musical institution in the city of Cordoba, created in 1878 by Eduardo Lucena.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/teatro-comico-principal\\\\\/cccabdf4-9ffc-478f-9a4c-8d70fb7fc33f.webp\\\"},{\\\"id\\\":\\\"9e784ccb-8d20-4b67-a5f5-9d37534c7b6b\\\",\\\"name\\\":\\\"Malmuerta Tower\\\",\\\"coords\\\":[-4.7776553034782,37.891727469991],\\\"description\\\":\\\"<p>The Torre de la Malmuerta is a watchtower connected to the wall by means of an arch that still exists and whose mission was to protect the gates of Rinc\u00f3n and Colodro. <\\\\\/p><p><\\\\\/p><p>It was built from 1404 onwards, on the remains of an earlier Muslim tower, by order of King Enrique III of Castile. <\\\\\/p><p><\\\\\/p><p>There has always been a legend surrounding the tower that it was built by a knight, ancestor of the Marquises of Villaseca, who had killed his wife for adultery without this fact being proven and who later, on seeing the injustice he had committed, apologised to the king for it, who condemned him to build this tower in memory of the lady who had been \\\\\\\"badly killed\\\\\\\", a legend from which it inherited the name by which it is known today.<\\\\\/p><p><\\\\\/p><p>After ceasing to serve as a defensive element, it was used for a variety of purposes such as a prison for nobles, an astronomical observatory, a powder magazine and the headquarters of the Chess Federation at the beginning of the 20th century. Today it is unoccupied.<\\\\\/p><p><\\\\\/p><p>The battlements and the belt of carved metalwork on which they rest reveal the exquisiteness of Mudejar art.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/torre-de-la-malmuerta\\\\\/80be1a07-80d0-4bda-aa27-63566d8dc9e0.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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-los-marqueses-de-benameji\\\\\/16d82757-58bd-45fb-856f-9caafbcd6eb7.webp\\\"},{\\\"id\\\":\\\"9e784ccb-9b03-4a1f-b851-bc02ab0b0d95\\\",\\\"name\\\":\\\"Marrubial Wall\\\",\\\"coords\\\":[-4.7688348591328,37.892569005004],\\\"description\\\":\\\"Along the Ronda del Marrubial is a 400-metre\\\\n (approximately) stretch of Almoravid\\\\n compacted earth wall dating from the 11th\\\\n and 12th centuries. In the past it was part\\\\n of the walls that enclosed La Ajerqu\u00eda.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/murallas-del-marrubial\\\\\/d029c13b-721a-4820-b87e-e2125cb85c94.webp\\\"},{\\\"id\\\":\\\"9e784ccc-2e0b-41c2-b322-ec82776df7f9\\\",\\\"name\\\":\\\"Martos Mills\\\",\\\"coords\\\":[-4.769681096077,37.880645291565],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/molino-de-martos\\\\\/1cdaa24e-34a2-407c-9a11-b8bb579389c6.webp\\\"},{\\\"id\\\":\\\"9f1cd7cc-6f31-4b88-a5a7-f2b04174ea5d\\\",\\\"name\\\":\\\"Medina Azahara\\\",\\\"coords\\\":[-4.8685495757927,37.887873688068],\\\"description\\\":\\\"<p>Madinat al-Zahra is the magnificent palatine city that Caliph Abd al-Rahman III ordered to be built at the foot of the Sierra Morena mountains to project a powerful image of the newly created independent Caliphate of C\u00f3rdoba. More than 10,000 men worked on its construction, using the best materials: marble, precious metals, tiles, polychrome stones...<\\\\\/p><p><\\\\\/p><p>It was organised into three large stepped terraces surrounded by a wall. In the upper part was the Royal Alcazar, where the private quarters of the monarch and his family were grouped together; in the middle part was the bureaucratic and administrative area of the palace, with halls and gardens for audiences and receptions; the lower part was reserved for the dwellings of the people, as well as the souk and the mosque.<\\\\\/p><p><\\\\\/p><p>The most beautiful feature of the palace is the famous Rich Hall, which had arches of ivory and ebony, jasper, gold and precious stones, and a mercury fountain that reflected the sun\\'s rays in a thousand different shades. In 1010, after seven decades of existence, Medina Azahara was destroyed and sacked by the Berbers, who reduced most of this fabulous city to ashes.<\\\\\/p><p><\\\\\/p><p>The new Institutional Headquarters and Integral Management Area of the Archaeological Ensemble of Madinat al-Zahra is a cultural infrastructure that provides services to the Archaeological Ensemble and to society in general. It is a space for socio-cultural revitalisation, which receives and promotes activities that contribute to extending knowledge of the archaeological site of Madinat al-Zahra and culture in general.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-d1c7-4f3a-956b-8412ddb03a2d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/medina-azahara\\\\\/805ea7e2-ddfc-428b-ad0d-aeb399ecab52.webp\\\"},{\\\"id\\\":\\\"9e784ccc-ffc3-4a9f-bcd7-34748fa8a52e\\\",\\\"name\\\":\\\"Mercado de S\u00e1nchez Pe\u00f1a\\\",\\\"coords\\\":[-4.7745037078857,37.883244412307],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/mercado-de-sanchez-pena\\\\\/b9874220-847d-4cb2-ada9-979a3c824250.webp\\\"},{\\\"id\\\":\\\"9e784ccb-10dc-46b0-a882-7c4162882244\\\",\\\"name\\\":\\\"Minaret of San Juan\\\",\\\"coords\\\":[-4.7815138,37.8828488],\\\"description\\\":\\\"<p>The only minaret that has survived intact to the present day was built at the end of the 10th or beginning of the 11th century. It belonged to a neighbourhood mosque which, after the Christian conquest, was ceded by King Ferdinand III &quot;the Saint&quot; to the Knights of St. John of Jerusalem (currently the school of the Handmaids of the Sacred Heart). <\\\\\/p><p><\\\\\/p><p>The minaret took on a new function as a bell tower. Only the first section remains. Like the minaret of Santa Clara, it had a circular staircase that revolved around a central machon. On the outside, the remains of the original twin windows can still be seen, as well as the blind arches of the first section and the marble columns. The entrance door to the minaret, located on the southeast side, has also been preserved.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d1c7-4f3a-956b-8412ddb03a2d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/alminar-de-san-juan\\\\\/3ff48a6e-f910-4fac-81b8-cfccd4742b84.webp\\\"},{\\\"id\\\":\\\"9f331e33-4a7d-4a4d-8f80-4113a77c8901\\\",\\\"name\\\":\\\"Miraflores Bridge\\\",\\\"coords\\\":[-4.7750496268655,37.879453315574],\\\"description\\\":\\\"<p>The Miraflores Bridge was the fourth urban bridge to be built in Cordoba. It consists of a Corten steel tray supported on a curved pier and connects the Miraflores Park, designed by Juan Cuenca Montilla, with the historic centre of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-475a-4b05-970e-5b926755248e\\\",\\\"name\\\":\\\"Mosque - Cathedral\\\",\\\"coords\\\":[-4.7795677185059,37.879045352777],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d1c7-4f3a-956b-8412ddb03a2d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/mezquitacatedral\\\\\/d12e47c9-c89d-49c1-a7bb-e637eb045b9c.webp\\\"},{\\\"id\\\":\\\"9e784ccd-7c5d-4917-8cdb-4bf26bf4b23f\\\",\\\"name\\\":\\\"Mudejar House\\\",\\\"coords\\\":[-4.779771566391,37.88090724013],\\\"description\\\":\\\"<p>This magnificent example of a stately home from the late Middle Ages, with Mudejar influence in its construction and decorative work, was the first site of the city\u2019s Archaeological Museum.<\\\\\/p><p>The house stands at the end of street named after the archaeologist Samuel de los Santos, and the fa\u00e7ade is entirely taken up by a gateway which leads to a covered, right-angled passageway. The main courtyard contains a central fountain and plants, and the front wall has a portico gallery in Nazari style (the Arab dynasty who ruled Granada) which then leads to a hall with a decorated ceiling.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-mudejar\\\\\/5dfa098d-d1ec-44ce-a8c8-187f4614940b.webp\\\"},{\\\"id\\\":\\\"9e784cca-915f-4fe3-a4bf-7919c3d9fc0d\\\",\\\"name\\\":\\\"Museo Diocesano\\\",\\\"coords\\\":[-4.7804796695709,37.878533014999],\\\"description\\\":\\\"Located in the former Episcopal Palace,\\\\n with a spectacular Baroque staircase boasting\\\\n polychrome vaulting ascending from\\\\n its courtyard, the museum houses a large\\\\n collection of works from the13th-18th\\\\n centuries including paintings, furniture\\\\n and tapestries. It is temporarily closed due\\\\n to restoration work.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-34cb-4c4e-a68e-59b148c15651\\\",\\\"name\\\":\\\"Museum of Fine Arts\\\",\\\"coords\\\":[-4.7748309373856,37.881196144582],\\\"description\\\":\\\"<p>The Hospital de la Caridad dates back to the beginning of the 15th century and to the Hermandad de la Caridad, founded by Cordovan nobles to provide assistance to the sick and dying without resources.<\\\\\/p><p><\\\\\/p><p>The Brotherhood enjoyed great prestige in its day. To join it, one had to show proof of belonging to the nobility. The position of elder brother of the brotherhood was one of the most coveted honorary posts in the city. <\\\\\/p><p><\\\\\/p><p>The construction of the Hospital changed the appearance of the square. From the 15th century, the Hospital de la Caridad preserves the chapel, the staircase and the courtyard. The main fa\u00e7ade of the chapel, in Gothic style, today overlooks the square. At the beginning of the 19th century, the brotherhood and the hospital were dissolved and the Provincial Council acquired the building. <\\\\\/p><p><\\\\\/p><p>In 1865 it became the Library and Museum and later the School of Fine Arts. Today, the former Hospital de la Caridad is still a space dedicated to art: the Fine Arts Museum and the Julio Romero Torres Museum. <\\\\\/p><p><\\\\\/p><p>Although its walls contain paintings by Italian Renaissance masters, its main and most numerous collections are from the Baroque period and the 19th century. Works by Bartolom\u00e9 Bermejo, Luis de Morales, Vald\u00e9s Leal, Ribera, Zurbar\u00e1n, Murillo, Antonio del Castillo and the Cordovan sculptor Mateo Inurria stand out.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-de-bellas-artes\\\\\/72091954-318b-4b18-918b-5bb933b16e6a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-badc-409e-8cea-530bbdbafb79\\\",\\\"name\\\":\\\"Nuestra. Sra de los Remedios y San Rafael Curch\\\",\\\"coords\\\":[-4.7742086648941,37.882673674919],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f3315b9-a2f3-46be-96b3-e78974cf2fa6\\\",\\\"name\\\":\\\"Orive Palace and Gardens\\\",\\\"coords\\\":[-4.7740033617478,37.885150199712],\\\"description\\\":\\\"<p>This is the most beautiful example of Cordoba\\'s Renaissance civil architecture. Built by Hern\u00e1n Ruiz II in 1560, the fa\u00e7ade with decorated arches is the most interesting aspect of the complex. It forms part of a unique ensemble within the historic centre of Cordoba, the Orive block. This palace is currently the headquarters of the Cultural Delegation of Cordoba City Council.<\\\\\/p><p><\\\\\/p><p>The picturesque garden is one of the few green spaces in the historic centre of Cordoba and, since its inauguration in 2004, it has been a meeting place for children\\'s games, summer strolls to beat the heat, cultural events and even a crossing point between the streets Pedro L\u00f3pez and San Pablo. <\\\\\/p><p><\\\\\/p><p>The gardens were created over the old orchards of the neighbouring Convent of San Pablo and those of the Palace of Orive which, in turn, are located on the remains of a 13th century Almohad suburb. It combines architectural remains with orange tree walks, shrub hedges with native species, fountains and the largest specimen of Jacaranda in Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-palacio-y-jardines-de-orive\\\\\/a07986f2-5776-4f9c-bb3c-64e1f36c62d1.webp\\\"},{\\\"id\\\":\\\"9e784ccb-864a-4cba-996a-9f83f9683d44\\\",\\\"name\\\":\\\"Palace and Gardens of La Merced\\\",\\\"coords\\\":[-4.7800290584564,37.890368519155],\\\"description\\\":\\\"<p>The imposing Baroque fa\u00e7ade that today presides over the Plaza de Col\u00f3n corresponds to the former Convent of La Merced, today the headquarters of the Diputaci\u00f3n de C\u00f3rdoba. Although its origins date back to the 13th century, when Ferdinand III ceded the land to the Order of La Merced, hardly any remains of the medieval building remain. <\\\\\/p><p><\\\\\/p><p>The current appearance corresponds to the works carried out in the 18th century and the mid-20th century. What has survived to the present day, curiously enough, are vestiges of the Visigothic hermitage of Santa Eulalia which was built on this site, and of which the crypt and the baptismal font are preserved. <\\\\\/p><p><\\\\\/p><p>The church that presides over the fa\u00e7ade divides the building in two. On one side, the discreet white courtyard. On the other, the baroque courtyard, the richly decorated cloister of the convent, next to the monumental marble staircase. The church was completely destroyed by fire in 1978 and reopened in all its splendour at the end of 2014. <\\\\\/p><p><\\\\\/p><p>The Mercedarian convent has had different uses throughout history: it was a hospital during the French occupation, a hospice and charitable functions on several occasions, a school and, finally, the seat of the Provincial Council since 1967. <\\\\\/p><p><\\\\\/p><p>As a curiosity it should be noted that Christopher Columbus stayed there on several occasions and took as chaplain Fray Juan Infante, vicar of the convent, who celebrated the first mass in the Americas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-y-jardines-de-la-merced\\\\\/8d4dde3c-6b72-4c87-b75d-8029c0cbf511.webp\\\"},{\\\"id\\\":\\\"9e784ccd-59d4-4d99-9198-ee35855c21b7\\\",\\\"name\\\":\\\"Palace of the Marqu\u00e9s de la Fuensanta\\\",\\\"coords\\\":[-4.7796750068665,37.882728434289],\\\"description\\\":\\\"Nowadays, this building is used as the Higher Music Conservatory, and all that remains of the former stately home is the main fa\u00e7ade, dating from the 16th century. The main entrance is huge, with a lintel above, and a criss-cross decorative background; above the doorway there is a balcony with ornate columns\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-del-marques-de-la-fuensantaconservatorio-de-musica\\\\\/9bb98e84-af51-428b-87a5-d531f39e5d29.webp\\\"},{\\\"id\\\":\\\"9e784ccd-38ec-40ed-ac92-b8beac10b07d\\\",\\\"name\\\":\\\"Palace of the Mu\u00f1ices\\\",\\\"coords\\\":[-4.7707056999207,37.886096903846],\\\"description\\\":\\\"<p>This building, situated in the street which gives it its name, near Plaza de la Magdalena, has been preserved mainly thanks to its use as a state school. <\\\\\/p><p><\\\\\/p><p>It\u00b4s neo-classical style is clearly evident in the main entrance, dating from 1795, which replaced the former entrance which featured sculptures in high relief, two broken parts of which can still be seen in the garden. This house is probably one of the largest in the city, with its spacious halls, four courtyards, garden and allotments. Otherwise, it is a somewhat austere, although elegantly proportioned, affair<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-los-munices\\\\\/8ca10f43-00c8-4dac-808a-409b3890bddd.webp\\\"},{\\\"id\\\":\\\"9f1cdd34-2386-4d4e-8f8a-c494894411b9\\\",\\\"name\\\":\\\"Pantano de la Bre\u00f1a\\\",\\\"coords\\\":[-5.0333017171659,37.83721061439],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2aa-02d8-4121-be1b-979c4b979bc2\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd239-7d2a-4ed4-8b0f-3bdb27b87662\\\",\\\"name\\\":\\\"Parque Cruz Conde\\\",\\\"coords\\\":[-4.7914250933875,37.872891409115],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd544-6dc7-46ac-955a-a1e6cfa039e7\\\",\\\"name\\\":\\\"Parque de La Asomadilla\\\",\\\"coords\\\":[-4.7807581005524,37.900543918523],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-c176-4c0d-898c-74fb58b404b5\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd716-416d-4fe4-ae45-8474bc7b335f\\\",\\\"name\\\":\\\"Parque del Flamenco\\\",\\\"coords\\\":[-4.802984,37.897871],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-c176-4c0d-898c-74fb58b404b5\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd61c-8a06-43e1-9792-249439a02f0d\\\",\\\"name\\\":\\\"Parque del Patriarca\\\",\\\"coords\\\":[-4.811661,37.907227],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-c176-4c0d-898c-74fb58b404b5\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f331e0e-7fdc-4aee-88c7-fecdfa73eab1\\\",\\\"name\\\":\\\"Paseo de la Ribera\\\",\\\"coords\\\":[-4.7733825248102,37.880583140875],\\\"description\\\":\\\"<p>The Paseo de la Ribera begins at the Plaza de la Cruz del Rastro and ends at the Ronda de los M\u00e1rtires. It has on its northern side the Enrique Romero de Torres street, the Consolaci\u00f3n street, as well as the Noques street. <\\\\\/p><p><\\\\\/p><p>Until the middle of the 19th century, this promenade was known as \\\\\\\"Ribera de Curtidores\\\\\\\", due to the many tanning establishments that existed in the neighbourhood. <\\\\\/p><p><\\\\\/p><p>Later, from the end of the 19th century to the present day, the Paseo de la Ribera de C\u00f3rdoba is one of the most popular places for the Cordobeses to relax all year round, due to its proximity to the river and its pleasant surroundings. It also offers a wide range of gastronomic and leisure activities.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd2a8-14b9-4b48-977a-b795b68c4199\\\",\\\"name\\\":\\\"Paseo y Parque de la Victoria\\\",\\\"coords\\\":[-4.7851859848355,37.884568900421],\\\"description\\\":\\\"<p>The Paseo de la Victoria is a wide and pleasant avenue located right in the centre of Cordoba, which owes its name to an old convent that disappeared in the 19th century. Its extensive and well-tended gardens offer an ideal setting for a leisurely stroll, relaxing on a bench or simply enjoying the urban atmosphere surrounded by greenery. <\\\\\/p><p><\\\\\/p><p>It is also a perfect place to sit in the shade on the terraces next to the Victoria Market and have an ice cream or a soft drink while watching the daily life of the city.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd8aa-9a5a-4f18-a1b1-1653902777e1\\\",\\\"name\\\":\\\"Periurban Park of \\\\\\\"Los Villares\\\\\\\".\\\",\\\"coords\\\":[-4.801146,37.981413],\\\"description\\\":\\\"<p>The Los Villares de C\u00f3rdoba Periurban Park is the first protected natural area of its kind to be created in Andalusia. The traditional influx of the public to the 60-hectare former Forest Park has led to the declaration of the 484 hectares of the &quot;Los Villares Bajos&quot; mountain as a Periurban Park and to the extension of the public use offer, establishing a protection regime with the aim of conserving its values and adapting its use to recreational and educational needs, as well as promoting the approach to nature of the nearby populations.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f330917-802d-4626-86dc-c187bdc15f83\\\",\\\"name\\\":\\\"Plaza de Maim\u00f3nides\\\",\\\"coords\\\":[-4.7827486024623,37.87928919421],\\\"description\\\":\\\"<p>In Tiberiades square there is a bronze sculpture of Mose ben Maimon, Maimonides, the work of the sculptor Amadeo Ruiz Olmos. Maim\u00f3nides was a doctor, philosopher and a codifier of Jewish law. Many believe he was the most illustrious Jew since Moses \u2013 according to a Hebrew saying \u201cFrom Moses to Moses, there was no one like Moses\u201d (the first Moses being the one from the book of Exodus, the second being Maimonides). <\\\\\/p><p><\\\\\/p><p>The square is named after Tiberiades the town in Galilee (Palestine) where Maimonides\u2019 cenotaph is located.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f331186-6a82-49d6-8ea8-cad0178270ed\\\",\\\"name\\\":\\\"Plaza de la Compa\u00f1\u00eda\\\",\\\"coords\\\":[-4.7780968548352,37.883541419],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-0dd5-44e8-906c-ed8df53ad63c\\\",\\\"name\\\":\\\"Plaza de la Fuenseca\\\",\\\"coords\\\":[-4.7747504711151,37.887562904871],\\\"description\\\":\\\"<p>The first known records of this Cordoban fountain, located near Calle Alfaros, date back to 1495. It was originally a small basin with little flow, and was remodelled in 1808. <\\\\\/p><p><\\\\\/p><p>Its definitive appearance consisted of four spouts and a large basin in which fresh water was collected. The front, in the form of a belfry, rests on a whitewashed construction, making the colour of the stone stand out even more and crowned by an image of San Rafael. The complex was annexed close to the beautiful viewpoint of the manor house belonging to the Marquise de la Mejorada.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-fuenseca\\\\\/9303ff52-3394-4bee-a9c4-2cfe600efe15.webp\\\"},{\\\"id\\\":\\\"9e784ccb-c731-456c-96cf-1252e25602d7\\\",\\\"name\\\":\\\"Plaza de la Lagunilla\\\",\\\"coords\\\":[-4.7762417793274,37.891394860982],\\\"description\\\":\\\"<p>This quiet square owes its name to the usual presence of water and ponds due to the water spilling from the wells, as the Colodro stream flows underground on its way to the river. The garden around the bust of Manolete presides over the square. It was erected there shortly after the bullfighter\\'s death in 1947, as Manolete and his mother lived for some years in this square, in a small house that has now been demolished. <\\\\\/p><p><\\\\\/p><p>Opposite the square, the small, immaculate chapel dedicated to the martyrs San Acisclo and Santa Victoria is well worth a visit, built where tradition has it that the saints lived in their childhood with their wet nurse Minciana.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-lagunilla\\\\\/4bd81c26-ade2-47a0-9875-7f2d5fd1d5cf.webp\\\"},{\\\"id\\\":\\\"9f331aaf-0a7c-41b2-8a1b-eb43d57b8d92\\\",\\\"name\\\":\\\"Plaza de las Tendillas\\\",\\\"coords\\\":[-4.7795833073105,37.884463168144],\\\"description\\\":\\\"<p>Considered to be the most central square in the city, its current configuration dates back to the 1920s. Located in the heart of the commercial centre of Cordoba, the new remodelling of this charismatic square and the fountain it houses was inaugurated in 1999. The innovative design and the successful lighting of the fountain go hand in hand with respect for tradition, thus preserving the circular and quadrangular basins.<\\\\\/p><p><\\\\\/p><p>Las Tendillas, with the famous equestrian statue of the Gran Capit\u00e1n and the clock that has marked the chimes of New Year\\'s Eve for the whole of Andalusia for so many years, continues to be a place for the celebration of all public events of importance to the people of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-plaza-de-las-tendillas\\\\\/7d143e70-abd9-4647-944f-65c18e3e2f7d.webp\\\"},{\\\"id\\\":\\\"9f3308b2-04c2-4752-8bed-d96390ad2ef3\\\",\\\"name\\\":\\\"Plaza del Cardenal Salazar\\\",\\\"coords\\\":[-4.7819279459078,37.879860806686],\\\"description\\\":\\\"<p>This square is right in the centre of the Jewish Quarter. Its most emblematic building is the former Agudos Provincial Hospital, founded by the Cordoban cardinal Pedro de Salazar in the year 1701, and now home to the Faculty of Philosophy and Arts, with its impressive courtyards and cloisters and the 13th century Mudejar Chapel of San Bartolom\u00e9. <\\\\\/p><p><\\\\\/p><p>Right in front of the main fa\u00e7ade stands a statue of Al-Gafeqi, the famous 12th century Cordoban eye specialist, and the Convent of San Pedro Alc\u00e1ntara, founded at the end of the 17th century.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-ccf9-40e4-9ae4-f4e46a528f61\\\",\\\"name\\\":\\\"Plaza del Conde de Priego\\\",\\\"coords\\\":[-4.775624871254,37.889688752097],\\\"description\\\":\\\"<p>This square owes its name to the ancestral home of the Count of Priego that once stood on this site and which was demolished in the 1970s to build houses. <\\\\\/p><p><\\\\\/p><p>In front of it, the white walls dotted with small windows belong to the neighbouring convent of Santa Isabel de los \u00c1ngeles, better known as San Pancracio. <\\\\\/p><p><\\\\\/p><p>The square is dominated by the monument to Manolete, who was a neighbour of the nearby Plaza de la Lagunilla. The monument is the work of \u00c1lvarez Laviada and was erected in 1956 with the proceeds from a charity bullfight.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/monumento-a-manolete\\\\\/4297e822-75b6-474d-994b-f6ed39fa2068.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4b45-4527-8e9b-04b22d4998ad\\\",\\\"name\\\":\\\"Plaza del Potro\\\",\\\"coords\\\":[-4.7747504711151,37.881042730398],\\\"description\\\":\\\"<p>One of the oldest and most photographed squares in Cordoba, it owes its name to the horse and mule trade that took place there. <\\\\\/p><p><\\\\\/p><p>A reminder of this activity is the colt that crowns the octagonal fountain dating from 1577, which was built to improve the water supply for the local residents. The colt, which holds the coat of arms of C\u00f3rdoba between its legs, was added in the 17th century. <\\\\\/p><p><\\\\\/p><p>On the other side of the square stands a triumphal statue of San Rafael, the work of Michel de Verdiguier, built in 1768 and moved to this square in 1924. The square was conceived as a square enclosure, enclosed where Calle Lineros now runs. <\\\\\/p><p><\\\\\/p><p>The square was immortalised by Cervantes, as can be seen in the tiles installed in 1917 on the fa\u00e7ade of the Hospital de la Caridad. Today, this former hospital houses the Fine Arts Museum and the Julio Romero de Torres Museum. <\\\\\/p><p><\\\\\/p><p>On the other side, the Posada del Potro, now converted into the Centro Flamenco Fosforito, tells us of the commercial past of this square.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-del-potro\\\\\/00e27ef8-bfb4-4e77-9b1d-ccc5c29c74e6.webp\\\"},{\\\"id\\\":\\\"9e784ccd-6577-4f2c-ab5b-224fd0a4b334\\\",\\\"name\\\":\\\"Polytechnic Institute\\\",\\\"coords\\\":[-4.7771430015564,37.885446028396],\\\"description\\\":\\\"<p>Modernist building built in 1906 according to a project by the architect Adolfo Casti\u00f1eyra Boloix for the headquarters of the Civil Government, having subsequently had various uses as a residence hall and School of Experts. After a thorough restoration, the building was reopened in 1988 as the Maim\u00f3nides Vocational Training Institute. <\\\\\/p><p><\\\\\/p><p>It is worth highlighting its imposing fa\u00e7ade with the large semicircular balcony on which the coat of arms of C\u00f3rdoba appears.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-4f2f-4af2-8ebb-d88a17affc1a\\\",\\\"name\\\":\\\"Portillo Arch\\\",\\\"coords\\\":[-4.7762525081635,37.881401496116],\\\"description\\\":\\\"<p>Opposite the arch of the Compas de San Francisco is this Portillo de Corvache, which has miraculously survived the passage of time. <\\\\\/p><p><\\\\\/p><p>This small gate was opened at the end of the 14th century and its function was to communicate the two parts of the city, the medina and the ajerqu\u00eda, which were separated by the wall. There are still remains of this wall attached to the buildings on this side of the Calle de San Francisco; some are visible, as in the Ermita de la Aurora; others are not, such as the one that the demolition of the house attached to the portillo has brought to light. The arch of the Portillo is semicircular, without ornamental elements, and widened at the bottom after the reform carried out in 1703 to allow carriages to pass through. <\\\\\/p><p><\\\\\/p><p>The walker who crosses it and climbs the slight slope to which it leads will enter a unique network of streets in which time seems to have stood still. At night, they are particularly evocative.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/arco-del-portillo\\\\\/d328ea63-e54b-40f2-8b24-25683f911a2c.webp\\\"},{\\\"id\\\":\\\"9f330ce1-9208-4f5b-9e1c-6a1496e2096e\\\",\\\"name\\\":\\\"Puerta de la Luna\\\",\\\"coords\\\":[-4.7830217853166,37.878427539997],\\\"description\\\":\\\"<p>One stretch of wall has been preserved intact, leading south from the gate as far as the Campo Santo de los Martires, along the street named Kairuan. This wall was rebuilt in the fourteenth century, and underwent major restoration in the 1960s under Jose Rebollo, who added the moat and the walkway around it, as well as opening up the gateway at the southern end known as Puerta de la Luna.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-puerta-de-la-luna\\\\\/7af8c104-090a-4e65-978a-e1e0b9d87f4e.webp\\\"},{\\\"id\\\":\\\"9f3acf81-d0fc-4c1e-8dda-edb89a0ad55b\\\",\\\"name\\\":\\\"Rear fa\u00e7ade of the House of the Marquises of Carpio\\\",\\\"coords\\\":[-4.7759927901641,37.881036571658],\\\"description\\\":\\\"<p>The rear fa\u00e7ade of the Casa de los Marqueses del Carpio, on Calle Cabezas, is notable for its imposing medieval tower in Gothic style, which evokes the building\\'s stately past. This structure contrasts with the more recent fa\u00e7ade on Calle de la Feria, which is more scenographic in character. The ensemble offers an interesting blend of history and architecture that enriches a stroll through the old quarter of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-marqueses-del-carpio\\\\\/c7ec0a74-4bb6-4fa3-9214-e74d00238e2c.webp\\\"},{\\\"id\\\":\\\"9e784ccd-7033-40a1-a098-88edf82ca237\\\",\\\"name\\\":\\\"Rectorate of the University\\\",\\\"coords\\\":[-4.7878235578537,37.884900428894],\\\"description\\\":\\\"The University Rector\\'s Residence is on Avenida Medina Azahara, in the former Veterinary Faculty building. It is an impressive, tastefully decorated building, and was finished between 1921 and 1926, in neo-Mudejar style. There is an attractive front garden where water runs between small ponds under the refreshing shade of an interesting variety of trees\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/rectorado-de-la-universidad\\\\\/3c0d9d23-6df9-42ef-8108-c3303afae2d2.webp\\\"},{\\\"id\\\":\\\"9e784cca-594a-42bf-8d54-7bc51ce3c21b\\\",\\\"name\\\":\\\"Roman Bridge\\\",\\\"coords\\\":[-4.7783660888672,37.876945168671],\\\"description\\\":\\\"<p>Although it has inherited the Roman name, it only preserves some internal ashlars from that period. <\\\\\/p><p><\\\\\/p><p>It is believed that before the 1st century AD there was a bridge at this point of the river, probably made of wood. It was not until the 1st century AD, in the time of Augustus, that it was built in stone. So many years of history, almost as many as C\u00f3rdoba, have left many transformations in this icon of the city. It was modified and reinforced during the Emirate, the Caliphate of Alhaken II, in the Christian Middle Ages, in the Modern Age and in 1876. In 2008, the most ambitious renovation to date was completed by the architect Juan Cuenca, who sought to restore the bridge to its original appearance as closely as possible. It was pedestrianised and recovered for a public promenade. <\\\\\/p><p><\\\\\/p><p>Despite so many transformations, its layout, structure and appearance have been fairly well preserved to the present day. The Via Augusta, which linked Rome with Cadiz, used to run over the bridge. <\\\\\/p><p><\\\\\/p><p>This function as the main access road to Cordoba from the south was maintained for no less than twenty centuries, since until the mid-20th century, the Roman Bridge was the only road that connected the southern part of the city with the rest of the city. <\\\\\/p><p><\\\\\/p><p>Halfway across the bridge, the walker will find the oldest image of San Rafael in Cordoba, made in 1651 and restored at the same time as the bridge.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/puente-romano\\\\\/a122d034-f8b0-4f61-9b7a-f427cdcab2b5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-1818-4dd4-871d-b8b4c6013fbc\\\",\\\"name\\\":\\\"Roman Mausoleums\\\",\\\"coords\\\":[-4.7849616408348,37.885070064758],\\\"description\\\":\\\"<p>These are two monumental mausoleums, 13 m in diameter, built during the reign of Tiberius (AD 15-30). The size of the mausoleums indicates that they belonged to important families in the city. The style of the tumuli imitates the Augustan model in Rome. At the time they were built, they were located outside the city walls, following the Roman custom of placing necropolises outside the city walls and along the main roads. <\\\\\/p><p><\\\\\/p><p>They were discovered in 1993 and underwent intensive reconstruction following the original patterns. The best-preserved one was intended for a single person; the other, on the other hand, given the larger size of the burial chamber, could have been built for several people, possibly all members of the same family related to the other mausoleum.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/mausoleos-romanos\\\\\/f4aa1f7c-2f26-4341-943e-08ce269e42ba.webp\\\"},{\\\"id\\\":\\\"9e784ccb-f99d-47c3-bfb0-05d14afbd1a3\\\",\\\"name\\\":\\\"Roman Temple\\\",\\\"coords\\\":[-4.7763222455978,37.884777647282],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/templo-romano\\\\\/afc55f97-1a8f-4230-8fb9-1debbf3aeef5.webp\\\"},{\\\"id\\\":\\\"9e784cca-83e6-481d-8d67-3018cd9cfd56\\\",\\\"name\\\":\\\"Royal Stables\\\",\\\"coords\\\":[-4.7830653190613,37.876640298259],\\\"description\\\":\\\"<p>This unique building was home to the best Spanish stallions for almost five centuries in a row. It was created for this purpose in 1570 by order of King Philip II, who wanted to create a new breed of horse in Cordoba: the Andalusian Horse - Pura Raza Espa\u00f1ol. The monarch spared no expense and built a superb building which was burnt to the ground in 1735. It was immediately rebuilt by King Ferdinand VI and King Charles III. <\\\\\/p><p><\\\\\/p><p>The building is arranged around a large courtyard of almost 3,000 square metres. The stables stand out, a beautiful room with three naves that Lorca called the \\\\\\\"cathedral of horses\\\\\\\", and the riding arena where the show \\'Pasi\u00f3n y Duende del Caballo Andaluz\\', promoted by C\u00f3rdoba Ecuestre, now takes place. In 1995, the State Stallion Depot, under the direction of the Horse Breeding Service, moved to Ecija (Seville) and the building lost its original function, so that it now has a purely tourist use.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/caballerizas-reales\\\\\/a8daeb38-a826-40d8-abaf-da9ab3b8d8bb.webp\\\"},{\\\"id\\\":\\\"9e784ccb-2663-41f2-8fc8-18128ff463e8\\\",\\\"name\\\":\\\"Saint Hipolito Church\\\",\\\"coords\\\":[-4.7831350564957,37.885831868942],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-hipolito\\\\\/a82a515b-7980-4c52-929e-d9ec782bfa07.webp\\\"},{\\\"id\\\":\\\"9e784ccb-428b-4106-8f0a-bb61dbebe84e\\\",\\\"name\\\":\\\"Salvador and Santo Domingo de Silos Church\\\",\\\"coords\\\":[-4.7782909870148,37.883638732224],\\\"description\\\":\\\"<p>The main entrance, in neo-Baroque style, was built at the beginning of the 10th century by the architects Rafael de la Hoz Salda\u00f1a and Enrique Garc\u00eda Sanz. The splendid interior consists of different rooms leading from a main hallway, which has a magnificent staircase. Here there is a selection of paintings from the modernist school by the well-known Cordoban artist Julio Romero de Torres. <\\\\\/p><p><\\\\\/p><p>Other interesting features are the magnificent Lyceum hall - the biggest in Spain and the work of Juan Rodr\u00edguez S\u00e1nchez - and the main courtyard, which has preserved part of the convent cloisters.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9f394fec-b487-4435-aac8-742e8553ce88\\\",\\\"name\\\":\\\"San Francisco Compas\\\",\\\"coords\\\":[-4.7758971610385,37.88155791462],\\\"description\\\":\\\"<p>Aligned with the pavement of the Calle de la Feria, the doorway that gave access to the compass, also built at the end of the 17th century, has been preserved. Composed of a semicircular arch flanked by pairs of pilasters with Ionic capitals on pedestals, its view from the outside beautifully frames the fa\u00e7ade of the church.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-da3e-4f14-99d6-445046093f43\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"detalle-del-monumento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-compas-de-san-francisco\\\\\/a5a3044b-69af-4d63-b545-f39ca7fbf65a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-636b-4792-9016-6cb657c8497f\\\",\\\"name\\\":\\\"San Jer\u00f3nimo de Valparaiso Monastery\\\",\\\"coords\\\":[-4.8676300048828,37.894326905158],\\\"description\\\":\\\"<p>Opposite Medina Azahara, this late medieval is one of only three Hieronymite monasteries to be conserved in Spain. <\\\\\/p><p><\\\\\/p><p>The early Gothic style can be admired in its church, its cloister - its crowning glory - in the de profundis room, in the chapter house and in some of the cells. <\\\\\/p><p><\\\\\/p><p>Residence of important figures such as Isabel la Cat\u00f3lica and Philip II, it houses an art collection of great quality. Since it is now the private residence of the Condes Du Chastel y Marqueses del M\u00e9rito, visits are restricted to certain areas only.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/monaterio-san-jeronimo-de-valparaiso\\\\\/47aab2c5-9ee7-4b40-b65b-c7ff917538ff.webp\\\"},{\\\"id\\\":\\\"9e784ccc-8bbe-4f13-b364-94aab50be50c\\\",\\\"name\\\":\\\"San Pedro de Alc\u00e1ntara Convent\\\",\\\"coords\\\":[-4.7817993164062,37.879800868076],\\\"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>The interior houses works of art of great value, including the main altarpiece. It is carved in red and black marble with plaster finishes, and was made by Toribio de Bada and Juan de Navajas.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-san-ppedro-alcantara\\\\\/ed274474-8ac0-4aee-9dbe-c116a8473744.webp\\\"},{\\\"id\\\":\\\"9e784ccc-e1cd-4672-b981-950d325b20aa\\\",\\\"name\\\":\\\"Sanctuary of Our Lady of Fuensanta\\\",\\\"coords\\\":[-4.7621360421181,37.88103299203],\\\"description\\\":\\\"<p>Near the church of la Magdalena, situated in the former Huerta de Albacete, this magnificent sanctuary was built in the 15th century, on the exact spot where there was an apparition of the Virgin Mary. <\\\\\/p><p><\\\\\/p><p>Most of the features of the Medieval building were covered over during the Baroque restoration, but some of them were recovered following the restoration projects in 1980. <\\\\\/p><p><\\\\\/p><p>The original main fa\u00e7ade is made of three diminishing sections decorated with square designs. The stone entrance has a triangular pediment and a balcony above it. Inside, the church is divided into three naves. At the head of the church stands the 15th century image of the sanctuary&#39;s patron saint. The small chapel and sacristy chapel are extremely attractive, and the latter has mural paintings. <\\\\\/p><p><\\\\\/p><p>Next to the sanctuary stands the shrine dedicated to the Virgin of la Fuensanta. It too was built in the 15th century, and has an interesting quasi-Gothic style created by the changes carried out by Mateo Inurria. The inside has a fascinating star-shaped cupola.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/santuario-ntra-sra-de-la-fuensanta\\\\\/2ee97d56-2339-42cd-9742-b13264ef8e92.webp\\\"},{\\\"id\\\":\\\"9f1cd92f-62df-4bb0-b5d7-a03299986533\\\",\\\"name\\\":\\\"Santa Mar\u00eda de Trassiera\\\",\\\"coords\\\":[-4.894969,37.924739],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-f786-459b-a4e0-1029d49a83e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-212a-4763-b47e-45359bb10022\\\",\\\"name\\\":\\\"Santos Martires Church\\\",\\\"coords\\\":[-4.7686323523521,37.880690172896],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ermita-de-los-santos-martires\\\\\/26bb270b-4f98-4678-a043-761ad0603b9e.jpg\\\"},{\\\"id\\\":\\\"9e784ccd-7616-4f9a-89de-c859f2d07055\\\",\\\"name\\\":\\\"School of Dramatic Art\\\",\\\"coords\\\":[-4.7804367542267,37.881348147119],\\\"description\\\":\\\"<p>This former stately home in calle Blanco Belmonte, in the heart of the Jewish Quarter, was formerly home to the Fern\u00e1ndez de Mesa family and the Counts of las Quemadas. It was originally built in the 17th century, and was renovated in the 20th century to adapt it for its use as the Higher School of Dramatic Art and Dance. <\\\\\/p><p><\\\\\/p><p>It was recently declared a Site of Cultural Interest, and the most striking features are the fa\u00e7ade and the interior courtyards. The fa\u00e7ade is made up of two floors with lintels, and a balcony with a curved pediment at the top. The stone doorway bears the coat of arms of the Counts of las Quemadas. Inside, the rooms are arranged around two beautiful courtyards with porticos.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/escueal-de-arte-dramaticopalacio-de-las-quemadas\\\\\/4b9eb718-4879-448f-86b5-0d2c82f6c400.webp\\\"},{\\\"id\\\":\\\"9f1cdb2f-9638-4d0f-a99e-82edac8800f6\\\",\\\"name\\\":\\\"Sendero \\\\\\\"Cuesta del Revent\u00f3n\\\\\\\"\\\",\\\"coords\\\":[-4.8065509299357,37.910722919572],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-f786-459b-a4e0-1029d49a83e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-1264-495c-ab91-b9277678401a\\\",\\\"name\\\":\\\"Seneca Square\\\",\\\"coords\\\":[-4.7769713401794,37.88199115529],\\\"description\\\":\\\"<p>Called, at the turn of the century \u2018Correo Viejo\u2019, this square\u2019s space, its open style, its pebbled surface and the houses that overlook it imbue it with a unique personality.<\\\\\/p><p><\\\\\/p><p>According to popular tradition, Seneca was born in one of his houses. With a calm and silent appearance, it has a rural air, with cobblestone pavement presided over by a robed statue of the famous universal philosopher.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"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\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-7650-44bf-9f5c-871037dfa4e4\\\",\\\"name\\\":\\\"Seville Gate\\\",\\\"coords\\\":[-4.7854149341583,37.875276834588],\\\"description\\\":\\\"<p>The Puerta de Sevilla is the entrance to the district of San Basilio or Alc\u00e1zar Viejo. It dates from 1958, although its stone construction is deceptive and gives it a false sense of age. It is located on the site where the Muslim gate of the Drogueros once stood. <\\\\\/p><p><\\\\\/p><p>The first Gate of Seville, or Bab Isbiliya, was located closer to the Caliphate Alcazar, perhaps where the Portillo de la Luna is today on the wall of Calle Cairu\u00e1n. During the 14th century, as the city expanded with the creation of the district of San Basilio, it was moved to its current location, where a new one was built during the second half of the 14th century, and finally demolished in 1865. <\\\\\/p><p><\\\\\/p><p>The wall of which it forms part was built in the same 14th century and formed part of the defence of the Christian Alcazar. On the outside there are remains of what may have been an ancient aqueduct. <\\\\\/p><p><\\\\\/p><p>Next to it is a statue of Ibn Hazam, the notable 10th-century Muslim philosopher, poet and theologian who wrote The Necklace of the Dove.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/puerta-de-sevilla\\\\\/727385ed-d5f1-47ad-8006-8975790dabe8.webp\\\"},{\\\"id\\\":\\\"9f331d48-a607-4034-8103-ebc3b5dbfc39\\\",\\\"name\\\":\\\"Socorro Chapel\\\",\\\"coords\\\":[-4.7737180865747,37.883284260933],\\\"description\\\":\\\"<p>The Ermita del Socorro, located in the square that bears its name and very close to the Plaza de la Corredera, was built in the 17th century. It originally stood in the square itself, but was moved to its current location after the remodelling ordered by the Corregidor Francisco Ronquillo Brice\u00f1o, who expropriated it in exchange for the site it occupies today. <\\\\\/p><p><\\\\\/p><p>The main altarpiece houses a small chapel with the image of the Virgen del Socorro, which projects outwards and connects, in height, with an adjoining building on Calle Toril. <\\\\\/p><p><\\\\\/p><p>Curiously, when walking along this street, one passes right underneath the chapel. In addition, two side windows allow the image to be seen from the outside, making it a devotional element visible from the street.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-541e-448c-9f80-83bd557c7361\\\",\\\"name\\\":\\\"Square and House of the Aguayo family\\\",\\\"coords\\\":[-4.7717237032018,37.883103322024],\\\"description\\\":\\\"<p>This square, which was built in the 16th century, lies next to the one of the side walls of the church of San Pedro. The stately home of the Aguayos family, now a religious school, dates from the same period, and gave its name to the square. In the middle of the square, a Triumphal Monument to San Rafael was built in 1763.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-df1e-4d23-bf97-8602ade69144\\\",\\\"name\\\":\\\"St Andrew\\'s Church\\\",\\\"coords\\\":[-4.7730968892574,37.886099020702],\\\"description\\\":\\\"<p>Founded in the 13th century on the site where tradition places the ancient Visigoth basilica of San Zoilo, of the medieval structure only the chapel of the Sagrario remains. Inside, there is a beautiful baroque altarpiece in the Churrigueresque style designed by Pedro Duque Cornejo, as well as numerous canvases of great artistic value.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-andres\\\\\/8ae25124-5d29-4a07-a078-72931d60c9a9.webp\\\"},{\\\"id\\\":\\\"9e784cca-bfe9-4158-8f36-8169d07ebe14\\\",\\\"name\\\":\\\"St Bartholomew\\'s Chapel\\\",\\\"coords\\\":[-4.782118499279,37.879572506522],\\\"description\\\":\\\"<p>The Chapel of San Bartolom\u00e9, part of the current Faculty of Philosophy and Arts in C\u00f3rdoba, was built around 1410 as a reference point for the new settlement between the Alc\u00e1zar Viejo neighbourhood and the Jewish Quarter. <\\\\\/p><p><\\\\\/p><p>This chapel, possibly built on the site of an old Jewish synagogue, was a parish church until the 17th century and despite all the transformations it has undergone since it was erected, it is one of the best examples of Gothic-Mudejar aesthetics. <\\\\\/p><p><\\\\\/p><p>The complex consists of a rectangular nave with a ribbed vault that still conserves a plinth of original tiles and plasterwork. It also has a courtyard parallel to the nave of the chapel with a fa\u00e7ade facing the street. The fa\u00e7ade has a pointed arch and a portico with three arches. It has recently been refurbished and can be visited.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d1c7-4f3a-956b-8412ddb03a2d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/capilla-de-san-bartolome\\\\\/47996b6f-7d57-4575-84fb-8dfe2ca3938e.webp\\\"},{\\\"id\\\":\\\"9e784ccb-49dd-4d60-be23-9ead79a4c173\\\",\\\"name\\\":\\\"St Michael\\'s Church\\\",\\\"coords\\\":[-4.7777062654495,37.885476229587],\\\"description\\\":\\\"<p>This medieval temple, one of the Fernandine churches, built between the 13th and 14th centuries on the remains of ancient mosques after the conquest of the city by King Ferdinand III, survives in the heart of the city\\'s commercial centre. It is a medieval Gothic construction with Baroque remodelling. <\\\\\/p><p><\\\\\/p><p>The beautiful rose window with intertwined columns on the fa\u00e7ade is striking. <\\\\\/p><p><\\\\\/p><p>The interior, divided into three naves by pillars, leads to the presbytery, decorated with a marble altarpiece from the 18th century. The various Baroque canvases and carvings coexist with works from the 19th century. It has an interesting baptismal chapel covered with a beautiful Mudejar dome. <\\\\\/p><p><\\\\\/p><p>One of the curiosities housed in the church is the Jewish funerary stone from the now disappeared Hebrew cemetery. <\\\\\/p><p><\\\\\/p><p>Like other Fernandine churches, it has undergone numerous alterations throughout history. One of the most important of these was undertaken in the 1960s, when an attempt was made to restore the original appearance of the church, bringing to light the Gothic ribbed vaults and the wooden coffered ceiling. Just behind the church, in the picturesque street of San Zoilo, the fa\u00e7ade of the old Hermitage of San Zoilo can still be seen.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-miguel\\\\\/20567c03-3540-4e9d-87d0-a285c441000f.webp\\\"},{\\\"id\\\":\\\"9e784ccb-ec5c-4f3f-94e9-5a9f170c717b\\\",\\\"name\\\":\\\"St Paul\\'s Church\\\",\\\"coords\\\":[-4.7755658626556,37.885332279835],\\\"description\\\":\\\"<p>San Pablo is the church of the now disappeared Convent of San Pablo El Real, one of the five convents founded by Ferdinand III after the Christian reconquest of Cordoba. This one, in particular, was ceded to the Dominicans. <\\\\\/p><p><\\\\\/p><p>The church was built in the 15th century on the remains of an Almohad palace which, in turn, was built on the site of the Roman circus which no longer exists. <\\\\\/p><p><\\\\\/p><p>The church is accessed from Calle Capitulares through a 17th century Baroque doorway, behind which a secluded compass full of vegetation serves as an entrance to the church. The fa\u00e7ade is the work of Juan de Ochoa and was added in the 16th century. <\\\\\/p><p><\\\\\/p><p>Once inside the church, just to the right, it is surprising to find a beautiful Mudejar chapel that houses the Christ of the Expiration. The temple, of considerable proportions, is divided into three naves.  Highlights include the Mudejar coffered ceiling in the central nave, the main altarpiece and what is considered one of Cordoba\\'s sculptural jewels: Nuestra Se\u00f1ora de las Angustias (Our Lady of Sorrows), made by Juan de Mesa in the 17th century.<\\\\\/p><p><\\\\\/p><p>It was the restoration at the beginning of the 20th century that eliminated the Baroque additions and left the most primitive elements intact, such as the Mudejar coffered ceiling that crowns the church. However, some Baroque elements remain, such as the spectacular Chapel of the Rosary. <\\\\\/p><p><\\\\\/p><p>Another singularity of San Pablo is its bell tower, topped by a wooden structure that houses a carillon from the beginning of the 20th century that fills the adjacent streets with musical colour.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-pablo\\\\\/a67f329e-ce1c-40cd-93e5-41057602eb3f.webp\\\"},{\\\"id\\\":\\\"9e784cca-67ef-45e5-b74e-fabacd6bd7e9\\\",\\\"name\\\":\\\"St Raphael\\'s triumph\\\",\\\"coords\\\":[-4.7797286510468,37.877885177831],\\\"description\\\":\\\"The statue of Saint Raphael is placed on the capital of a votive column in many places in the city. These representations, known as triumphs, are commemorative of the promise to safeguard the city that the people of Cordoba attribute to the archangel. The most notable is the one located next to the Puerta del Puente (Bridge Gate), made in the 18th century and completed by Michel de Verdiguier.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/triunfo-de-san-rafael\\\\\/98fb83d4-bdd9-4e6c-b2ac-6b487a48d272.webp\\\"},{\\\"id\\\":\\\"9e784ccb-bb97-4dd2-9354-fc9a420a1253\\\",\\\"name\\\":\\\"St. Augustine\\'s Church\\\",\\\"coords\\\":[-4.7718161344528,37.889307729823],\\\"description\\\":\\\"<p>The <strong>Church of San Agust\u00edn<\\\\\/strong>, although associated with the Fernandine churches, has a particular origin. Its construction in its present location in Cordoba began in 1328 under the reign of Alfonso XI, although the Augustinian order had been established previously by Ferdinand III in another part of the city.<\\\\\/p><p><\\\\\/p><p>The temple underwent a crucial reform in the 17th century, which gave it much of its current Baroque appearance, with the addition of the central nave and other rooms. Throughout its history, the church suffered difficult periods, such as the French occupation in 1808. After years of abandonment due to Mendiz\u00e1bal\\'s Disentailment, the property was ceded to the Dominicans in 1903, who began its restoration, but the church suffered a fire during the Civil War. The Church of San Agust\u00edn reopened to the public in 2009, after three decades of restoration work, and was declared a <strong>Historic-Artistic Monument in 1983<\\\\\/strong> for being an outstanding example of Cordovan Baroque art.<\\\\\/p><p><\\\\\/p><p>Externally, the church has a sober fa\u00e7ade with a 16th century tower and illumination through oculi. The interior, despite its Gothic origin, has an exuberant <strong>Baroque style<\\\\\/strong> thanks to the reform of 1633. It has three naves and a <strong>medieval transept<\\\\\/strong> crowned by an impressive Renaissance <strong>elliptical vault<\\\\\/strong>. The <strong>main altar<\\\\\/strong> conserves its medieval structure with a Gothic ribbed vault. In addition, in the apse of the gospel, 17th century mural paintings can be seen.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-agustin\\\\\/82a2eb2b-5d1e-4179-8320-e5e51d028117.webp\\\"},{\\\"id\\\":\\\"9e784ccc-7fed-49d7-9272-b335ab08e54a\\\",\\\"name\\\":\\\"St. Pelagius Seminary\\\",\\\"coords\\\":[-4.7803938388824,37.877486875118],\\\"description\\\":\\\"<p>It was founded in 1583 by Bishop Antonio Mauricio de Pazos y Figueroa on the same site where it now stands, although in the beginning the facilities were more modest. It was extended in the 17th, 18th and 19th centuries. <\\\\\/p><p><\\\\\/p><p>At the end of the 17th century it incorporated the chairs of Philosophy and Theology and, in the 19th century, the canons of Latin studies, thus completing the ecclesiastical studies. <\\\\\/p><p><\\\\\/p><p>During the French occupation it was used as an artillery base and, during the Civil War, as a barracks and blood hospital. <\\\\\/p><p><\\\\\/p><p>Today, it is the residence of the bishop and senior priests, while the training of seminarians has been moved to another building in the north of the city.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/seminario-de-san-pelagio\\\\\/5eeacb53-570f-4550-a188-81b8137648e3.webp\\\"},{\\\"id\\\":\\\"9e784ccc-1345-4d0a-aaea-d2d7f308f79d\\\",\\\"name\\\":\\\"St. Peter\\'s Church\\\",\\\"coords\\\":[-4.7720414400101,37.882639520865],\\\"description\\\":\\\"<p>The Bas\u00edlica Menor de San Pedro is one of the churches founded by King Ferdinand III after the conquest of Cordoba. A church dedicated to this saint, on whose day, 29 June 1236, the city surrendered definitively to the Christian troops, could not be missing. <\\\\\/p><p><\\\\\/p><p>It was built over the mosque in the Al-buri neighbourhood, which in turn was built over the ruins of an ancient Basilica of the Three Saints (Saint Faust, Saint Januarius and Saint Martial), the first three Cordovan martyrs of Roman times. <\\\\\/p><p><\\\\\/p><p>Its construction began in the 13th century and was completed in the early 14th century. It is in a transitional style between Romanesque and Gothic. Two of the Gothic doorways are preserved on the sides of the building, which, together with the first part of the tower, are the surviving elements of the original construction. <\\\\\/p><p><\\\\\/p><p>The church has undergone numerous modifications over the centuries. The main doorway is Renaissance and was modified by Hern\u00e1n Ruiz II in 1542 to replace the previous one, which was in a poor state of repair. <\\\\\/p><p><\\\\\/p><p>Inside, the main altarpiece and the Baroque chapel of the Santos M\u00e1rtires, both from the 18th century, stand out. The remains of the Holy Martyrs appeared during works carried out in the 16th century. The fact that it houses these relics led to it being named a Minor Basilica in 2006 by Pope Benedict XVI.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-sanpedro\\\\\/9600c537-3fc8-43c3-9247-61263abc16e6.webp\\\"},{\\\"id\\\":\\\"9e784cca-abb2-408b-b6d3-8d0c4b325f1e\\\",\\\"name\\\":\\\"Synagogue\\\",\\\"coords\\\":[-4.7833442687988,37.879597911427],\\\"description\\\":\\\"<p>Built in the first quarter of the 14th century in Mudejar style, it served as a temple until the final Jewish expulsion in 1492. A unique example of the Hebrew legacy in Andalusia, its structure is barely visible from the outside, as it has no direct access from the street. <\\\\\/p><p><\\\\\/p><p>The courtyard leads to a small vestibule, to the right of which there are stairs leading to the women\\'s area. At the front is the main room, which has a quadrangular floor plan and is decorated with Mudejar atauriques. <\\\\\/p><p><\\\\\/p><p>The wall that supports the women\\'s tribune has three arches decorated with beautiful plasterwork.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d4b1-44fd-93a5-8823db01ce20\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"sinagoga\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/sinagoga\\\\\/af33c844-4293-45fe-9557-0256fba8957c.webp\\\"},{\\\"id\\\":\\\"9e784cca-7d37-449e-95bd-ac410c8af6b3\\\",\\\"name\\\":\\\"The Castle of the Chistian Monarchs\\\",\\\"coords\\\":[-4.7817885875702,37.876691110082],\\\"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\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/alcazar-de-los-reyes-cristianos\\\\\/84f211f8-d036-42eb-92a3-7cc0c88aaa56.jpg\\\"},{\\\"id\\\":\\\"9e784ccc-6a12-4eca-8c42-233eb8c755fc\\\",\\\"name\\\":\\\"The Hermitages\\\",\\\"coords\\\":[-4.824087023735,37.915940670235],\\\"description\\\":\\\"The Ermitas del Desierto de Nuestra Se\u00f1ora\\\\n de Bel\u00e9n are some of the best examples\\\\n of Andalusian hermitage architecture. They\\\\n are some 15km outside the city in the foothills\\\\n of the Sierra Morena. The complex\\\\n comprises three visitable hermitages and a\\\\n mirador presided over by the Sagrado Coraz\u00f3n\\\\n de Jes\u00fas monument by Coullaut Valera.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/las-ermitas\\\\\/dbc787de-7ad3-4c32-bfd7-7b3f4d560c7b.webp\\\"},{\\\"id\\\":\\\"9f3309ab-9646-4712-be50-bec50564a5ff\\\",\\\"name\\\":\\\"Tiberias Square\\\",\\\"coords\\\":[-4.7831532741705,37.879441631531],\\\"description\\\":\\\"<p>In the middle of Jewish Street, very close to the Synagogue, is this small square which houses the Monument to Maimonides, one of the great thinkers and doctors of Jewish Cordoba. <\\\\\/p><p><\\\\\/p><p>He is depicted on his tomb, which is currently located in Tiberias, one of the four Jewish Holy Cities in Israel. <\\\\\/p><p><\\\\\/p><p>Moshe ben Maimon, better known as Maimonides, was born in Cordoba on 30 March 1135. Maimonides was the son of Rabbi Maion ben Yosef, with whom he was initiated into Torah study; he would later learn mathematics, astronomy, physics and philosophy. <\\\\\/p><p><\\\\\/p><p>Having fled Cordoba under pressure from the Almohads, he arrived in Cairo in 1171, where he settled as a physician at the court of Saladin, and soon attained the position of ra\\'is al-Jahud, or head of the Hebrew community. <\\\\\/p><p><\\\\\/p><p>In the Egyptian capital he wrote his Regimen of Health, Commentaries on the Aphorisms of Hippocrates, Commentaries on the Mishnah and Letter to Yemen, as well as his two most famous works: the legal treatise Mishneh Torah (Second Law) and the Mor\u00e9 Nebujim (Guide for the Perplexed), written in Arabic and later translated into Hebrew. He died in Cairo on 13 December 1204.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-plaza-de-tiberiades\\\\\/3f3d71f6-67e3-42b0-88ac-411fe3b38ef9.webp\\\"},{\\\"id\\\":\\\"9f331329-191b-41cb-a53d-167d7fbae129\\\",\\\"name\\\":\\\"Torre del Rinc\u00f3n\\\",\\\"coords\\\":[-4.776363,37.888539],\\\"description\\\":\\\"<p>The Plaza de la Puerta del Rinc\u00f3n owes its name to the fact that it was the place where an arch was erected where the wall that surrounded the axerquia and the one that came from the Osario gate converged. The latter was recovered and can be seen today, given its great archaeological value as the line of wall that protected the southeast corner of the city from Roman times until the fall of the Umayyads in the 11th century. However, the tower seems to be of late medieval construction, although it is possible that it was built in earlier stages.<\\\\\/p><p><\\\\\/p><p>In this square we can get one of the most coveted photos of the Cordoba Courtyards Festival, as it is the place chosen to install the bronze sculpture that celebrates the declaration of this festival as Intangible Cultural Heritage of Humanity by Unesco, and which occupies so many of the covers. Inaugurated on 29 April 2014, it is the work of the sculptor Juan Manuel Belmonte and represents a woman watering the plants using the typical cane and tin utensil, still in use by the most tradition-conscious caretakers.<\\\\\/p><p><\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-torre-del-rincon\\\\\/78ef5928-4fc5-4793-973c-aece49a36f1d.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7fae-4001-bc21-39c21591ac25\\\",\\\"name\\\":\\\"Torres Cabrera Palace\\\",\\\"coords\\\":[-4.7784519195557,37.888454938379],\\\"description\\\":\\\"Associated with two families with close ties\\\\n to the city (the Fern\u00e1ndez de C\u00f3rdova, Condes\\\\n de Torres Cabrera - and the Cruz Conde\\\\n families) the building\u2019s artistic interest lies in\\\\n its being a magnificent example of a venerable\\\\n mansion with a colonnaded courtyard and\\\\n noble staircase whose origins are Baroque yet\\\\n with later alterations\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-torres-cabrera\\\\\/b3401d67-fb8f-49d4-a3a7-92bc33ef5282.webp\\\"},{\\\"id\\\":\\\"9e784ccb-a1e7-4bb2-baf8-a014b2f14b1b\\\",\\\"name\\\":\\\"Trinitarios Square\\\",\\\"coords\\\":[-4.7654190659523,37.890687232771],\\\"description\\\":\\\"This square known as El Alpargate, boasts\\\\n a phenomenal Baroque fountain. It is presided\\\\n by the church of Nuestra Se\u00f1ora de\\\\n Gracia, once part of a Trinitarian convent.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-los-trinitarios\\\\\/a8d5d879-c15f-414f-9e8d-5eb4d1269c8c.webp\\\"},{\\\"id\\\":\\\"9e784ccb-09b5-4a41-b21c-a82cf836049b\\\",\\\"name\\\":\\\"Trinity Church\\\",\\\"coords\\\":[-4.7831806540489,37.882595628634],\\\"description\\\":\\\"<p>Better known as the Church of La Trinidad, the Church of San Juan y Todos los Santos is the result of the merger of three religious institutions: the former Convent of La Trinidad and the parishes of Omnium Sanctorum and San Juan de los Caballeros. The first two were founded by Fernando III El Santo. <\\\\\/p><p><\\\\\/p><p>At the end of the 17th century, construction began on the current building to replace the previous one, given its state of ruin. <\\\\\/p><p><\\\\\/p><p>Almost nothing remains of the old Ferdinandine churches, as most of the heritage of the current church belongs to the 18th and 19th centuries. Part of the convent\\'s outbuildings were used as barracks, a use that still survives today. <\\\\\/p><p><\\\\\/p><p>The ground plan of this neoclassical church has a single nave with a small transept. The interior has a notable set of 18th-century altarpieces, as do the two fa\u00e7ades, which were begun in the mid-17th century and soon became the prototype of the Baroque church.<\\\\\/p><p><\\\\\/p><p>Its main fa\u00e7ade is notable for the presence of the Solomonic column, used for the first time in Cordoba.<\\\\\/p><p><\\\\\/p><p>The exuberant ornamentation of its altarpiece and the mural paintings by Antonio Palomino representing motifs from the Old Testament are also noteworthy.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-la-trinidad\\\\\/19b8a7e9-286f-49a6-9238-b1aa97b85b66.webp\\\"},{\\\"id\\\":\\\"9e784ccb-c14d-4e3d-8d73-6e5b05439dad\\\",\\\"name\\\":\\\"Viana Palace\\\",\\\"coords\\\":[-4.7740799188614,37.888494875717],\\\"description\\\":\\\"<p>The Palacio de Viana was the manor of Villaseca for almost four centuries from the mid-15th century. It has been enlarged and refurbished, doubling its surface area in the 19th century.<\\\\\/p><p><\\\\\/p><p>Its 16th-century Mannerist entrance, attributed to Juan de Ochoa, gives way to an interior that provides an insight into the way of life of the Cordovan nobility. The palace houses innumerable collections, including Roman mosaics and busts, Baroque furniture, Flemish tapestries and an outstanding collection of leathers, cordobans and arquebuses from the 15th to 19th centuries. It also has a library with more than seven thousand volumes and tapestries, including four based on cartoons by Goya and &quot;The Resurrection of Christ&quot; by Wilhem de Pannemaker.<\\\\\/p><p><\\\\\/p><p>The twelve courtyards of the Palacio de Viana are its main attraction, occupying almost 4,000 of its 6,500 m\u00b2. This place condenses, like no other in Cordoba, the beauty of the courtyards, where architecture surrenders to the garden and pays homage to plants, flowers, light and water. Here, art is experienced through the senses.<\\\\\/p><p><\\\\\/p><p>Viana offers a historical and sensorial journey through the courtyards of Cordoba, without leaving the building itself. Patios such as the Chapel, La Cancela, El Pozo, Los Gatos and La Madama, together with a garden with hedge mazes, show the evolution of this tradition. With five centuries of history, the courtyards have always been the soul of this palace, inhabited by the nobility but with popular roots, being the most extensive representation of the Roman and Arabic heritage of the Cordoban courtyard.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-viana\\\\\/ab677795-5ed0-4330-a626-611d3ba103d0.webp\\\"},{\\\"id\\\":\\\"9e784ccb-f315-46fa-94ba-40747b724046\\\",\\\"name\\\":\\\"Villalones Palace\\\",\\\"coords\\\":[-4.7743213176727,37.885891142],\\\"description\\\":\\\"The most beautiful example of Renaissance\\\\n Cordoba\u2019s civil architecture, it is now the seat\\\\n of the Town Hall\u2019s Department of Culture and\\\\n frequently holds art exhibitions. Executed in\\\\n 1560 by Hern\u00e1n Ruiz II, its most interesting\\\\n feature is its doorway with decorated arches.\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-los-villalones\\\\\/454c51b8-13cb-4f6d-9dc1-033fe45247e1.jpg\\\"},{\\\"id\\\":\\\"9e784ccc-eef0-45d9-a180-0150904ef836\\\",\\\"name\\\":\\\"Visitor Reception Centre\\\",\\\"coords\\\":[-4.7788274288177,37.877787225493],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/centro-de-recepcion-de-visitantes\\\\\/5d0dcec7-a9c8-4a5a-9ef7-f12203717291.jpg\\\"},{\\\"id\\\":\\\"9e784cca-a518-46e4-99f1-26cff32645f4\\\",\\\"name\\\":\\\"Walls and Almodovar Gate\\\",\\\"coords\\\":[-4.7838377952576,37.880125061218],\\\"description\\\":\\\"<p>In ancient times, Cordoba was a completely walled city divided into two large parts - the Almedina and the Ajerqu\u00eda - enclosed in independent fortifications and separated by a dividing wall with narrow accesses. <\\\\\/p><p><\\\\\/p><p>C\u00f3rdoba was known as the city of the seven gates, because of the number of gates that opened into the walled enclosure that protected the Hispano-Muslim medina. Of all of them, only the \\'Bad al-Chawz\\' (Walnut Tree Gate), renamed the Almod\u00f3var Gate, has not survived. <\\\\\/p><p><\\\\\/p><p>It is a 10th-century Caliphate construction built on Roman elements, renovated in the 14th century and restored in the 1960s. It consists of two towers linked by an upper bridge formed by a semicircular arch. It served as a passageway to the medina on its western side, and opposite the gate there was a Jewish cemetery known as the Fonsario de los Jud\u00edos. <\\\\\/p><p><\\\\\/p><p>From the Middle Ages until their expulsion in the 15th century, the Jewish population of C\u00f3rdoba settled in a neighbourhood separated from the rest of the city where they established a Jewish quarter whose northern boundary was the Puerta de Almod\u00f3var. <\\\\\/p><p><\\\\\/p><p>The entire walled area to the south of the gate, which extends to the Campo Santo de los M\u00e1rtires along Calle Cairu\u00e1n, is preserved, with a length of approximately 360 metres. It has its origins in Roman times, in particular in an extension of the city walls during the second half of the 1st century BC. <\\\\\/p><p><\\\\\/p><p>It was later transformed during the Caliphate of C\u00f3rdoba, after the Christian conquest, and finally underwent a major restoration that added the moat and the lower walkway that surrounds it. <\\\\\/p><p><\\\\\/p><p>As a curiosity, it is worth mentioning that the name of the street is due to the existing twinning between C\u00f3rdoba and the Tunisian city of Kairouan, which has a mosque that bears certain similarities to the one in C\u00f3rdoba.<\\\\\/p><p><\\\\\/p><p>In front of the gate is the sculpture of Seneca, an illustrious Cordovan and key figure in Roman philosophy who was tutor to the Roman Emperor Nero.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"created_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"updated_at\\\":\\\"2025-03-03T08:53:55.000000Z\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"created_at\\\":\\\"2023-12-12T18:03:44.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/murallas-y-puerta-de-almodovar\\\\\/59fc6cf5-bbef-485b-b6bc-3b40e1d6dff6.webp\\\"},{\\\"id\\\":\\\"9e784ccd-214a-474b-a946-2e34c785ad4e\\\",\\\"name\\\":\\\"Zoo\\\",\\\"coords\\\":[-4.7859191894531,37.870853731553],\\\"description\\\":\\\"<p>Cordoba Zoo was founded in the late 1960s, and its collection was built up according to the values of the day. Almost 40 years on, the installations and basic equipment have been renewed, and the zoo has reopened with a new philosophy - to be a Wildlife Centre where conservation, scientific research and education are the objectives which dictate every aspect of its daily routine. <\\\\\/p><p><\\\\\/p><p>With completely new installations, and the animal collection redesigned to meet modern demands, the Zoo runs educational events which we hope will play a major role in conservation, by helping to inform the public and changing their attitudes. In addition, these events also provide an alternative extra-curricular resource for improving the teaching of sciences, especially natural science, in what is, to all intents and purposes, an open-air laboratory.<\\\\\/p>\\\",\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-ecc7-4723-a175-5a70a3b1f8f0\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"parque-de-atracciones\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:26.000000Z\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/zoologico\\\\\/03f11f2e-ef46-45e7-9b7a-5d5a6346f269.webp\\\"},{\\\"id\\\":\\\"a06ef267-7056-4e0d-b19f-bf8409a3bde3\\\",\\\"name\\\":\\\"test\\\",\\\"coords\\\":[-4.7847148776054,37.880053081147],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null},{\\\"id\\\":\\\"a06ef302-519d-4f69-bfd9-450cdf73d4e0\\\",\\\"name\\\":\\\"test2\\\",\\\"coords\\\":[-4.7847148776054,37.880053081147],\\\"description\\\":null,\\\"tags\\\":[{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"created_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"updated_at\\\":\\\"2024-11-25T12:09:27.000000Z\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"title\\\":null,\\\"image_url\\\":null}],\\\"image\\\":null}]');\n    activeLocations = locations;\n    const city = JSON.parse('{\\\"id\\\":\\\"c31aedba-15c6-4314-ab3c-71971dfc3cc8\\\",\\\"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\\\"],\\\"code\\\":null,\\\"geojson\\\":null}');\n    const bounds = JSON.parse('{\\\"max_lat\\\":37.998754638027805,\\\"max_lon\\\":-4.7350194746133205,\\\"min_lat\\\":37.790654981694196,\\\"min_lon\\\":-5.06041828467068,\\\"center_lat\\\":37.8820963703905,\\\"center_lon\\\":-4.7794537246227495}');\n    const tags = JSON.parse('[{\\\"id\\\":\\\"9d92c2a9-fd20-4c50-8628-8e962cbea071\\\",\\\"slug\\\":\\\"actividades-en-la-naturaleza\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Actividades en la naturaleza\\\"},{\\\"id\\\":\\\"9ef29c1b-edb2-4129-9901-44b5c45077a0\\\",\\\"slug\\\":\\\"arte-contemporaneo\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Arte contempor\u00e1neo\\\"},{\\\"id\\\":\\\"9e57a12f-242b-44ea-943a-9d852c6506fd\\\",\\\"slug\\\":\\\"castillo\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Castillo\\\"},{\\\"id\\\":\\\"9d92c2a9-fff3-46c6-afbd-0b34f3c77169\\\",\\\"slug\\\":\\\"descripcion\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Descripci\u00f3n\\\"},{\\\"id\\\":\\\"9d92c2a9-da3e-4f14-99d6-445046093f43\\\",\\\"slug\\\":\\\"detalle-del-monumento\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Detalle del monumento\\\"},{\\\"id\\\":\\\"9d92c2a9-d77a-433a-8f93-7c67daba7e53\\\",\\\"slug\\\":\\\"edificio-monumental\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Edificio monumental\\\"},{\\\"id\\\":\\\"9d92c2aa-02d8-4121-be1b-979c4b979bc2\\\",\\\"slug\\\":\\\"empresas-de-actividades\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Empresas de actividades\\\"},{\\\"id\\\":\\\"9d92c2a9-f1ee-417d-8e46-0d32f36eb591\\\",\\\"slug\\\":\\\"escultura\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Escultura\\\"},{\\\"id\\\":\\\"fdcb5b17-4c12-4a31-aac5-14538b8a2544\\\",\\\"slug\\\":\\\"espacio-natural\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Espacio Natural\\\"},{\\\"id\\\":\\\"9d92c2a9-e765-4f09-99d2-33d5bf0de9d1\\\",\\\"slug\\\":\\\"arte-urbano\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Espacio urbano\\\"},{\\\"id\\\":\\\"9d92c2a9-f497-4254-9c34-69a4095ede1d\\\",\\\"slug\\\":\\\"fuente-monumental\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Fuente monumental\\\"},{\\\"id\\\":\\\"9ef29c1b-e0e9-4391-abba-fbf6ebc9eb47\\\",\\\"slug\\\":\\\"historia\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Historia\\\"},{\\\"id\\\":\\\"48668f2b-72a2-4731-9c6f-c3462f329a89\\\",\\\"slug\\\":\\\"iglesia-convento\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Iglesia - Convento\\\"},{\\\"id\\\":\\\"9d92c2a9-cee1-40b4-ba36-567d37b91e10\\\",\\\"slug\\\":\\\"informacion-botanica\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Informaci\u00f3n bot\u00e1nica\\\"},{\\\"id\\\":\\\"9d92c2aa-0ae8-47fa-8381-d1dd8e24dea2\\\",\\\"slug\\\":\\\"instalaciones-deportivas\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Instalaciones deportivas\\\"},{\\\"id\\\":\\\"c8d610c4-c85c-4723-8f45-edc7c3d9c508\\\",\\\"slug\\\":\\\"lugar-religioso\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Lugar Religioso\\\"},{\\\"id\\\":\\\"9d92c2a9-fa1e-4c32-831c-1d947a3a80e6\\\",\\\"slug\\\":\\\"lugar-historico\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Lugar hist\u00f3rico\\\"},{\\\"id\\\":\\\"9d92c2a9-cc1b-4d83-8747-3639089aee40\\\",\\\"slug\\\":\\\"lugar-singular\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Lugar singular\\\"},{\\\"id\\\":\\\"9d92c2a9-d1c7-4f3a-956b-8412ddb03a2d\\\",\\\"slug\\\":\\\"mezquita\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Mezquita\\\"},{\\\"id\\\":\\\"6121ca82-69c2-43e9-871c-d9a996357f90\\\",\\\"slug\\\":\\\"monumento\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Monumento\\\"},{\\\"id\\\":\\\"3a7fba5b-7cf8-4ef9-bd62-97566444a231\\\",\\\"slug\\\":\\\"museo-galeria-de-arte\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Museo - Galer\u00eda de arte\\\"},{\\\"id\\\":\\\"00948d4f-0a63-44b1-bddf-51624f5cb517\\\",\\\"slug\\\":\\\"parque-urbanobotanico\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Parque Urbano\\\\\/Bot\u00e1nico\\\"},{\\\"id\\\":\\\"9d92c2a9-ecc7-4723-a175-5a70a3b1f8f0\\\",\\\"slug\\\":\\\"parque-de-atracciones\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Parque de atracciones\\\"},{\\\"id\\\":\\\"9d92c2a9-dcce-4097-ada3-cdab4ada08a7\\\",\\\"slug\\\":\\\"recomendado-ninos-15-anos\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Recomendado ni\u00f1os < 15 a\u00f1os\\\"},{\\\"id\\\":\\\"9d92c2a9-f786-459b-a4e0-1029d49a83e6\\\",\\\"slug\\\":\\\"recorrido-track\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Recorrido - Track\\\"},{\\\"id\\\":\\\"9d92c2a9-d4b1-44fd-93a5-8823db01ce20\\\",\\\"slug\\\":\\\"sinagoga\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Sinagoga\\\"},{\\\"id\\\":\\\"9d92c2a9-e478-4d10-a298-afaaa152327c\\\",\\\"slug\\\":\\\"teatro-auditorio\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Teatro - Auditorio\\\"},{\\\"id\\\":\\\"0b56dde8-1057-4b0b-95f1-77e474d795b5\\\",\\\"slug\\\":\\\"turismo-activo-deporte\\\",\\\"main\\\":true,\\\"image_url\\\":null,\\\"title\\\":\\\"Turismo Activo - Deporte\\\"},{\\\"id\\\":\\\"88618fdd-878e-4434-9245-0b63337a8788\\\",\\\"slug\\\":\\\"yacimiento-arqueologico\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Yacimiento Arqueol\u00f3gico\\\"},{\\\"id\\\":\\\"9d92c2a9-c176-4c0d-898c-74fb58b404b5\\\",\\\"slug\\\":\\\"zona-de-juegos-infantiles\\\",\\\"main\\\":false,\\\"image_url\\\":null,\\\"title\\\":\\\"Zona de juegos infantiles\\\"}]');\n    const coordinates = JSON.parse('[[37.876099721856,-4.7841358551388],[37.879976866879,-4.7835266590118],[37.884079058349,-4.7885853052139],[37.885183531472,-4.7665321826935],[37.880292308757,-4.7798533737659],[37.881678402232,-4.7778779268265],[37.885233276451,-4.7761841923473],[37.887728865401,-4.7769767045975],[37.913707,-4.882138],[37.87790634907,-4.7822552919388],[37.924938043548,-4.8948812484741],[37.879551725038,-4.7803313939032],[37.876841793918,-4.7834586289861],[37.870057612554,-4.7855758666992],[37.877749681755,-4.7791063785553],[37.879379570105,-4.7828078269958],[37.880349186951,-4.7768104076385],[37.879900652531,-4.7838646173477],[37.875577035244,-4.7766074832965],[37.880355538111,-4.7803294658661],[37.880422227793,-4.7795873671976],[37.879851677718,-4.7785726189613],[37.96072,-4.81196],[37.885777111879,-4.7785699367523],[37.88815011561,-4.7775882482529],[37.881898006957,-4.7799003124237],[37.87973100476,-4.7760540246964],[37.879425299059,-4.7767353057861],[37.879962430999,-4.7834460349939],[37.885976099964,-4.7733691334724],[37.8814249245,-4.7824430465698],[37.807996619722,-5.0238032138018],[37.874835326674,-4.7871100902557],[37.881452163522,-4.7793397307396],[37.888010545905,-4.7922706604004],[37.87286939864,-4.7869491577148],[37.881475450757,-4.781751036644],[37.890976169429,-4.7657704353333],[37.875983693443,-4.7843983769417],[37.892563572138,-4.7746244072914],[37.88160247191,-4.7756114602089],[37.888463546779,-4.7689984738827],[37.884451639938,-4.7822070121765],[37.88841471878,-4.7703006863594],[37.889788,-4.775091],[37.882881139313,-4.7783419489861],[37.880645291565,-4.769681096077],[37.888018872085,-4.7774836421013],[37.902133,-4.793305],[37.881860647666,-4.7755377950436],[37.878533014999,-4.7804796695709],[37.882724227877,-4.7797125743406],[37.875650180155,-4.7717334227939],[37.888177634384,-4.7774782776833],[37.880988534308,-4.778878390789],[37.885899609576,-4.7770357131958],[37.882680025878,-4.7742381691933],[37.882159245379,-4.7797098755836],[37.881962363987,-4.769321680069],[37.88929107769,-4.7751313447952],[37.886287423504,-4.7748604416847],[37.882729472182,-4.7772023848561],[37.88367627296,-4.774911403656],[37.875322848378,-4.7850286960602],[37.880023160004,-4.783379137516],[37.88406361155,-4.7767762441488],[37.887791523889,-4.7765529155731],[37.883278283822,-4.7748577594757],[37.879672410317,-4.7801384057766],[37.878908729735,-4.78102684021],[37.885302643087,-4.7691607475281],[37.879976866879,-4.7821882367134],[37.924524,-4.882976],[37.87837,-4.785587],[37.886007556318,-4.7822687079339],[37.885474536055,-4.7833523154259],[37.916114554802,-4.8241316976554],[37.882033495402,-4.7690212726593],[37.882812549122,-4.770405292511],[37.881745582159,-4.7835910320282],[37.881029,-4.775948],[37.883464576878,-4.782303571701],[37.880954802873,-4.774908721447],[37.881491540128,-4.7779583930969],[37.879729544172,-4.7833091914198],[37.881196144582,-4.7748309373856],[37.8762422711,-4.7809302806854],[37.880671260636,-4.7799874842167],[37.885476229587,-4.7777062654495],[37.97171,-4.809527],[37.88133544497,-4.7766226530075],[37.882744805647,-4.7770571708679],[37.891727469991,-4.7776553034782],[37.883867645681,-4.7693726420403],[37.892569005004,-4.7688348591328],[37.880645291565,-4.769681096077],[37.887873688068,-4.8685495757927],[37.883244412307,-4.7745037078857],[37.8828488,-4.7815138],[37.879453315574,-4.7750496268655],[37.879045352777,-4.7795677185059],[37.88090724013,-4.779771566391],[37.878533014999,-4.7804796695709],[37.881196144582,-4.7748309373856],[37.882673674919,-4.7742086648941],[37.885150199712,-4.7740033617478],[37.890368519155,-4.7800290584564],[37.882728434289,-4.7796750068665],[37.886096903846,-4.7707056999207],[37.83721061439,-5.0333017171659],[37.872891409115,-4.7914250933875],[37.900543918523,-4.7807581005524],[37.897871,-4.802984],[37.907227,-4.811661],[37.880583140875,-4.7733825248102],[37.884568900421,-4.7851859848355],[37.981413,-4.801146],[37.87928919421,-4.7827486024623],[37.883541419,-4.7780968548352],[37.887562904871,-4.7747504711151],[37.891394860982,-4.7762417793274],[37.884463168144,-4.7795833073105],[37.879860806686,-4.7819279459078],[37.889688752097,-4.775624871254],[37.881042730398,-4.7747504711151],[37.885446028396,-4.7771430015564],[37.881401496116,-4.7762525081635],[37.878427539997,-4.7830217853166],[37.881036571658,-4.7759927901641],[37.884900428894,-4.7878235578537],[37.876945168671,-4.7783660888672],[37.885070064758,-4.7849616408348],[37.884777647282,-4.7763222455978],[37.876640298259,-4.7830653190613],[37.885831868942,-4.7831350564957],[37.883638732224,-4.7782909870148],[37.88155791462,-4.7758971610385],[37.894326905158,-4.8676300048828],[37.879800868076,-4.7817993164062],[37.88103299203,-4.7621360421181],[37.924739,-4.894969],[37.880690172896,-4.7686323523521],[37.881348147119,-4.7804367542267],[37.910722919572,-4.8065509299357],[37.88199115529,-4.7769713401794],[37.880415097847,-4.7835427522659],[37.875276834588,-4.7854149341583],[37.883284260933,-4.7737180865747],[37.883103322024,-4.7717237032018],[37.886099020702,-4.7730968892574],[37.879572506522,-4.782118499279],[37.885476229587,-4.7777062654495],[37.885332279835,-4.7755658626556],[37.877885177831,-4.7797286510468],[37.889307729823,-4.7718161344528],[37.877486875118,-4.7803938388824],[37.882639520865,-4.7720414400101],[37.879597911427,-4.7833442687988],[37.876691110082,-4.7817885875702],[37.915940670235,-4.824087023735],[37.879441631531,-4.7831532741705],[37.888539,-4.776363],[37.888454938379,-4.7784519195557],[37.890687232771,-4.7654190659523],[37.882595628634,-4.7831806540489],[37.888494875717,-4.7740799188614],[37.885891142,-4.7743213176727],[37.877787225493,-4.7788274288177],[37.880125061218,-4.7838377952576],[37.870853731553,-4.7859191894531],[37.880053081147,-4.7847148776054],[37.880053081147,-4.7847148776054]]');\n    const packs = JSON.parse('{\\\"ayuntamiento_de_cordoba-paseo-colon-colodro\\\":{\\\"id\\\":\\\"9e98328f-811a-4263-9a9b-1d85d713da44\\\",\\\"slug\\\":\\\"ayuntamiento_de_cordoba-paseo-colon-colodro\\\",\\\"title\\\":\\\"Centre of Cordoba. Plaza de las Tendillas and its surroundings\\\",\\\"short_link\\\":\\\"https:\\\\\/\\\\\/aumentur.link\\\\\/yh3dUfTKztKx8NkP\\\",\\\"locations\\\":[{\\\"id\\\":\\\"9f1cd2a8-14b9-4b48-977a-b795b68c4199\\\",\\\"name\\\":\\\"Paseo y Parque de la Victoria\\\",\\\"coords\\\":[-4.7851859848355,37.884568900421],\\\"description\\\":\\\"<p>The Paseo de la Victoria is a wide and pleasant avenue located right in the centre of Cordoba, which owes its name to an old convent that disappeared in the 19th century. Its extensive and well-tended gardens offer an ideal setting for a leisurely stroll, relaxing on a bench or simply enjoying the urban atmosphere surrounded by greenery. <\\\\\/p><p><\\\\\/p><p>It is also a perfect place to sit in the shade on the terraces next to the Victoria Market and have an ice cream or a soft drink while watching the daily life of the city.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-1818-4dd4-871d-b8b4c6013fbc\\\",\\\"name\\\":\\\"Roman Mausoleums\\\",\\\"coords\\\":[-4.7849616408348,37.885070064758],\\\"description\\\":\\\"<p>These are two monumental mausoleums, 13 m in diameter, built during the reign of Tiberius (AD 15-30). The size of the mausoleums indicates that they belonged to important families in the city. The style of the tumuli imitates the Augustan model in Rome. At the time they were built, they were located outside the city walls, following the Roman custom of placing necropolises outside the city walls and along the main roads. <\\\\\/p><p><\\\\\/p><p>They were discovered in 1993 and underwent intensive reconstruction following the original patterns. The best-preserved one was intended for a single person; the other, on the other hand, given the larger size of the burial chamber, could have been built for several people, possibly all members of the same family related to the other mausoleum.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/mausoleos-romanos\\\\\/f4aa1f7c-2f26-4341-943e-08ce269e42ba.webp\\\"},{\\\"id\\\":\\\"9e784ccb-1f50-47b2-bccf-f83ed0c06453\\\",\\\"name\\\":\\\"Church of San Nicol\u00e1s de la Villa\\\",\\\"coords\\\":[-4.7822070121765,37.884451639938],\\\"description\\\":\\\"<p>The Church of San Nicol\u00e1s de la Villa is another of the churches built by Ferdinand III the Saint on the remains of ancient mosques after the conquest of the city. Its original foundation dates from the 13th century, although it was rebuilt in the 15th century following a Gothic-Mudejar aesthetic.<\\\\\/p><p><\\\\\/p><p>It has one of the most beautiful towers of the Fernandine churches, polygonal in shape and built on a minaret. Also of great beauty is its north doorway, built in 1555 by Hern\u00e1n Ruiz II.<\\\\\/p><p><\\\\\/p><p>Its interior has three naves with a flat chancel and no transept, built with ashlar stone walls in which several elements of great artistic value stand out, such as the 16th century Baptism Chapel, the main altarpiece in the Baroque style, the Eucharistic urn by the goldsmith Dami\u00e1n de Castro and the coffered ceiling in the main nave.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-nicolas-de-la-villa\\\\\/ea641ef3-69dc-482c-8e4c-96bb79567cf4.webp\\\"},{\\\"id\\\":\\\"9f33101f-b5b1-47c3-90fe-531cd373610b\\\",\\\"name\\\":\\\"Gran Capit\u00e1n Boulevard\\\",\\\"coords\\\":[-4.7822687079339,37.886007556318],\\\"description\\\":\\\"<p>The Boulevard del Gran Capit\u00e1n is a pleasant pedestrian promenade in the heart of Cordoba\\'s commercial centre. Flanked by trees, benches and lampposts, it often hosts cultural fairs and exhibitions, making it an exhibition and recreational space. <\\\\\/p><p><\\\\\/p><p>It has a quiet and familiar atmosphere and is ideal to feel the rhythm of the city. It begins at the foot of the Church of San Nicol\u00e1s de La villa and ends in the central street Ronda de los Tejares, full of shops. It is a very popular meeting point for the people of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-bulevar-del-gran-capitan\\\\\/91322c2a-e16c-49c1-8eb5-52f9164d1115.webp\\\"},{\\\"id\\\":\\\"9e784ccb-2663-41f2-8fc8-18128ff463e8\\\",\\\"name\\\":\\\"Saint Hipolito Church\\\",\\\"coords\\\":[-4.7831350564957,37.885831868942],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-hipolito\\\\\/a82a515b-7980-4c52-929e-d9ec782bfa07.webp\\\"},{\\\"id\\\":\\\"9e784ccb-49dd-4d60-be23-9ead79a4c173\\\",\\\"name\\\":\\\"St Michael\\'s Church\\\",\\\"coords\\\":[-4.7777062654495,37.885476229587],\\\"description\\\":\\\"<p>This medieval temple, one of the Fernandine churches, built between the 13th and 14th centuries on the remains of ancient mosques after the conquest of the city by King Ferdinand III, survives in the heart of the city\\'s commercial centre. It is a medieval Gothic construction with Baroque remodelling. <\\\\\/p><p><\\\\\/p><p>The beautiful rose window with intertwined columns on the fa\u00e7ade is striking. <\\\\\/p><p><\\\\\/p><p>The interior, divided into three naves by pillars, leads to the presbytery, decorated with a marble altarpiece from the 18th century. The various Baroque canvases and carvings coexist with works from the 19th century. It has an interesting baptismal chapel covered with a beautiful Mudejar dome. <\\\\\/p><p><\\\\\/p><p>One of the curiosities housed in the church is the Jewish funerary stone from the now disappeared Hebrew cemetery. <\\\\\/p><p><\\\\\/p><p>Like other Fernandine churches, it has undergone numerous alterations throughout history. One of the most important of these was undertaken in the 1960s, when an attempt was made to restore the original appearance of the church, bringing to light the Gothic ribbed vaults and the wooden coffered ceiling. Just behind the church, in the picturesque street of San Zoilo, the fa\u00e7ade of the old Hermitage of San Zoilo can still be seen.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-miguel\\\\\/20567c03-3540-4e9d-87d0-a285c441000f.webp\\\"},{\\\"id\\\":\\\"9e784ccc-9957-4c32-a46a-9d9c2287cf54\\\",\\\"name\\\":\\\"Capuchinas Convent\\\",\\\"coords\\\":[-4.7785699367523,37.885777111879],\\\"description\\\":\\\"<p>Two hundred years later, this convent of the Capuchin nuns was built on the site of the noble house of the Marquises of Sessa, dating from the 15th century. The building preserves, in the cloister, an imposing Mudejar doorway and capitals of Roman, Visigothic and Islamic origin. <\\\\\/p><p><\\\\\/p><p>The coffered ceiling and the plasterwork in the refectory are also Mudejar. The coats of arms of the family that donated the palace are still visible on the ceilings and walls. The convent church, dedicated to the cult of San Rafael, is from the 18th century, with a single nave enclosed by a barrel vault.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-capuchinas\\\\\/27310751-1cbc-41e8-a8c2-1ab9b933629b.webp\\\"},{\\\"id\\\":\\\"9e784ccb-5117-40c9-b675-c8ed2d9e1f9a\\\",\\\"name\\\":\\\"Literary and Artistic Lyceum\\\",\\\"coords\\\":[-4.7777062654495,37.885476229587],\\\"description\\\":\\\"<p>The C\u00edrculo de la Amistad (Circle of Friendship), which is considered one of the most emblematic buildings in the city, stands in calle Alfonso XIII, very near the main square las Tendillas. It was built on top of the former convent of Nuestra Se\u00f1ora de las Nieves and in 1850, started to be used as a casino. Only three years later it became the headquarters of the recently founded Artistic and Literary Lyceum.This was how the city\u2019s 19th bourgeoisie promoted culture in the city.<\\\\\/p><p><\\\\\/p><p>The emblematic building, with a neo-Baroque portico, boasts modernistic canvasses by Julio Romero de Torres.<\\\\\/p><p><\\\\\/p><p>Also worthy of note is the building\u2019s Sal\u00f3n Liceo, its library decorated by a frieze in relief by Mateo Inurria and its main courtyard.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/circulo-de-la-amistad-y-liceo-artistico-literario\\\\\/88de5ad9-e9a0-42e9-94b6-e49620ea78cf.webp\\\"},{\\\"id\\\":\\\"9f331186-6a82-49d6-8ea8-cad0178270ed\\\",\\\"name\\\":\\\"Plaza de la Compa\u00f1\u00eda\\\",\\\"coords\\\":[-4.7780968548352,37.883541419],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccb-f99d-47c3-bfb0-05d14afbd1a3\\\",\\\"name\\\":\\\"Roman Temple\\\",\\\"coords\\\":[-4.7763222455978,37.884777647282],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/templo-romano\\\\\/afc55f97-1a8f-4230-8fb9-1debbf3aeef5.webp\\\"},{\\\"id\\\":\\\"9e784ccb-7266-43e9-84c9-22cadbb48766\\\",\\\"name\\\":\\\"Bailiff\\'s House\\\",\\\"coords\\\":[-4.7769767045975,37.887728865401],\\\"description\\\":\\\"<p>The current cultural centre is located in part of the Casa del Bail\u00edo, the former house of the Fern\u00e1ndez de C\u00f3rdoba family, dating from the 14th century, which occupied the entire block and which today is also divided between the former Hospital de San Jacinto and the Hotel Palacio del Bail\u00edo. <\\\\\/p><p><\\\\\/p><p>The Casa del Bail\u00edo was ceded by King Ferdinand III to Pedro N\u00fa\u00f1ez de Herrera, nephew of the Grand Captain who had been appointed Bail\u00edo (professed Knight of the Order of St. John, who had a certain command or dignity). The Marquises of Almunia inherited the palace and in 1710 sold part of it to the bishopric of Cordoba to build the hospital of San Jacinto and the church of Nuestra Se\u00f1ora de los Dolores. <\\\\\/p><p><\\\\\/p><p>The late Gothic fa\u00e7ade of the palace, which crowns the picturesque Cuesta del Bail\u00edo, is attributed to Hern\u00e1n Ruiz II and is notable for the Plateresque decoration of the tympanum.<\\\\\/p><p><\\\\\/p><p>It houses the Biblioteca Viva de Al Andalus of the Roger Garaudy Foundation.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/cuesta-del-bailio\\\\\/c1b1ac46-0680-4660-9f1e-014fd6c23a3f.webp\\\"},{\\\"id\\\":\\\"9f331329-191b-41cb-a53d-167d7fbae129\\\",\\\"name\\\":\\\"Torre del Rinc\u00f3n\\\",\\\"coords\\\":[-4.776363,37.888539],\\\"description\\\":\\\"<p>The Plaza de la Puerta del Rinc\u00f3n owes its name to the fact that it was the place where an arch was erected where the wall that surrounded the axerquia and the one that came from the Osario gate converged. The latter was recovered and can be seen today, given its great archaeological value as the line of wall that protected the southeast corner of the city from Roman times until the fall of the Umayyads in the 11th century. However, the tower seems to be of late medieval construction, although it is possible that it was built in earlier stages.<\\\\\/p><p><\\\\\/p><p>In this square we can get one of the most coveted photos of the Cordoba Courtyards Festival, as it is the place chosen to install the bronze sculpture that celebrates the declaration of this festival as Intangible Cultural Heritage of Humanity by Unesco, and which occupies so many of the covers. Inaugurated on 29 April 2014, it is the work of the sculptor Juan Manuel Belmonte and represents a woman watering the plants using the typical cane and tin utensil, still in use by the most tradition-conscious caretakers.<\\\\\/p><p><\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-torre-del-rincon\\\\\/78ef5928-4fc5-4793-973c-aece49a36f1d.webp\\\"},{\\\"id\\\":\\\"9e784ccd-0dd5-44e8-906c-ed8df53ad63c\\\",\\\"name\\\":\\\"Plaza de la Fuenseca\\\",\\\"coords\\\":[-4.7747504711151,37.887562904871],\\\"description\\\":\\\"<p>The first known records of this Cordoban fountain, located near Calle Alfaros, date back to 1495. It was originally a small basin with little flow, and was remodelled in 1808. <\\\\\/p><p><\\\\\/p><p>Its definitive appearance consisted of four spouts and a large basin in which fresh water was collected. The front, in the form of a belfry, rests on a whitewashed construction, making the colour of the stone stand out even more and crowned by an image of San Rafael. The complex was annexed close to the beautiful viewpoint of the manor house belonging to the Marquise de la Mejorada.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-fuenseca\\\\\/9303ff52-3394-4bee-a9c4-2cfe600efe15.webp\\\"},{\\\"id\\\":\\\"9e784ccb-c14d-4e3d-8d73-6e5b05439dad\\\",\\\"name\\\":\\\"Viana Palace\\\",\\\"coords\\\":[-4.7740799188614,37.888494875717],\\\"description\\\":\\\"<p>The Palacio de Viana was the manor of Villaseca for almost four centuries from the mid-15th century. It has been enlarged and refurbished, doubling its surface area in the 19th century.<\\\\\/p><p><\\\\\/p><p>Its 16th-century Mannerist entrance, attributed to Juan de Ochoa, gives way to an interior that provides an insight into the way of life of the Cordovan nobility. The palace houses innumerable collections, including Roman mosaics and busts, Baroque furniture, Flemish tapestries and an outstanding collection of leathers, cordobans and arquebuses from the 15th to 19th centuries. It also has a library with more than seven thousand volumes and tapestries, including four based on cartoons by Goya and &quot;The Resurrection of Christ&quot; by Wilhem de Pannemaker.<\\\\\/p><p><\\\\\/p><p>The twelve courtyards of the Palacio de Viana are its main attraction, occupying almost 4,000 of its 6,500 m\u00b2. This place condenses, like no other in Cordoba, the beauty of the courtyards, where architecture surrenders to the garden and pays homage to plants, flowers, light and water. Here, art is experienced through the senses.<\\\\\/p><p><\\\\\/p><p>Viana offers a historical and sensorial journey through the courtyards of Cordoba, without leaving the building itself. Patios such as the Chapel, La Cancela, El Pozo, Los Gatos and La Madama, together with a garden with hedge mazes, show the evolution of this tradition. With five centuries of history, the courtyards have always been the soul of this palace, inhabited by the nobility but with popular roots, being the most extensive representation of the Roman and Arabic heritage of the Cordoban courtyard.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/palacio-de-viana\\\\\/ab677795-5ed0-4330-a626-611d3ba103d0.webp\\\"},{\\\"id\\\":\\\"9e784ccb-ccf9-40e4-9ae4-f4e46a528f61\\\",\\\"name\\\":\\\"Plaza del Conde de Priego\\\",\\\"coords\\\":[-4.775624871254,37.889688752097],\\\"description\\\":\\\"<p>This square owes its name to the ancestral home of the Count of Priego that once stood on this site and which was demolished in the 1970s to build houses. <\\\\\/p><p><\\\\\/p><p>In front of it, the white walls dotted with small windows belong to the neighbouring convent of Santa Isabel de los \u00c1ngeles, better known as San Pancracio. <\\\\\/p><p><\\\\\/p><p>The square is dominated by the monument to Manolete, who was a neighbour of the nearby Plaza de la Lagunilla. The monument is the work of \u00c1lvarez Laviada and was erected in 1956 with the proceeds from a charity bullfight.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/monumento-a-manolete\\\\\/4297e822-75b6-474d-994b-f6ed39fa2068.webp\\\"},{\\\"id\\\":\\\"9f331480-ff59-4503-9c66-2bb6918658d1\\\",\\\"name\\\":\\\"Church of Santa Marina\\\",\\\"coords\\\":[-4.775091,37.889788],\\\"description\\\":\\\"<p>The Church of Santa Marina, one of the oldest of the &quot;Fernandine&quot; churches in Cordoba, began to be built at the end of the 13th century. Its robust appearance, with buttresses and simple forms, makes it unmistakable and visible from a large part of the neighbourhood.<\\\\\/p><p><\\\\\/p><p>Throughout its history, the church underwent several transformations, most notably the construction of the Chapel of the Orozco family in 1419 and Baroque alterations to the Gospel apse. However, its most notable feature is its exceptional preservation of the medieval style, thanks to elements such as its three naves without transept, its Gothic fa\u00e7ade with rose window and, especially, the 16th century tower by Hern\u00e1n Ruiz el Joven, which shares similarities with that of San Lorenzo.<\\\\\/p><p><\\\\\/p><p>The interior of Santa Marina reveals a wide central nave with an impressive Mudejar wooden coffered ceiling. In the epistle nave is the beautiful Chapel of the Orozco family, with a Mudejar entrance with plasterwork.<\\\\\/p><p><\\\\\/p><p>The church houses one of the most important pictorial collections in the city, with valuable works by Antonio del Castillo y Saavedra. These paintings, influenced by Zurbar\u00e1n, are a real delight for art lovers. The Gospel nave also has interesting funerary arches and a Baroque vault, which replaced the original Gothic one.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-iglesia-de-santa-marina\\\\\/46ae56b6-b64c-4636-aadc-5e472ebd12ee.webp\\\"},{\\\"id\\\":\\\"9e784ccb-bb97-4dd2-9354-fc9a420a1253\\\",\\\"name\\\":\\\"St. Augustine\\'s Church\\\",\\\"coords\\\":[-4.7718161344528,37.889307729823],\\\"description\\\":\\\"<p>The <strong>Church of San Agust\u00edn<\\\\\/strong>, although associated with the Fernandine churches, has a particular origin. Its construction in its present location in Cordoba began in 1328 under the reign of Alfonso XI, although the Augustinian order had been established previously by Ferdinand III in another part of the city.<\\\\\/p><p><\\\\\/p><p>The temple underwent a crucial reform in the 17th century, which gave it much of its current Baroque appearance, with the addition of the central nave and other rooms. Throughout its history, the church suffered difficult periods, such as the French occupation in 1808. After years of abandonment due to Mendiz\u00e1bal\\'s Disentailment, the property was ceded to the Dominicans in 1903, who began its restoration, but the church suffered a fire during the Civil War. The Church of San Agust\u00edn reopened to the public in 2009, after three decades of restoration work, and was declared a <strong>Historic-Artistic Monument in 1983<\\\\\/strong> for being an outstanding example of Cordovan Baroque art.<\\\\\/p><p><\\\\\/p><p>Externally, the church has a sober fa\u00e7ade with a 16th century tower and illumination through oculi. The interior, despite its Gothic origin, has an exuberant <strong>Baroque style<\\\\\/strong> thanks to the reform of 1633. It has three naves and a <strong>medieval transept<\\\\\/strong> crowned by an impressive Renaissance <strong>elliptical vault<\\\\\/strong>. The <strong>main altar<\\\\\/strong> conserves its medieval structure with a Gothic ribbed vault. In addition, in the apse of the gospel, 17th century mural paintings can be seen.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-agustin\\\\\/82a2eb2b-5d1e-4179-8320-e5e51d028117.webp\\\"},{\\\"id\\\":\\\"9e784ccb-b4c3-440a-a5e1-f7fdba86f595\\\",\\\"name\\\":\\\"Church of San Rafael or Juramento\\\",\\\"coords\\\":[-4.7703006863594,37.88841471878],\\\"description\\\":\\\"<p>The majestic neoclassical fa\u00e7ade of this church welcomes the visitor who comes in search of the protection of the archangel custodian of Cordoba, Saint Raphael. <\\\\\/p><p><\\\\\/p><p>The church was built at the end of the 18th century on top of a smaller one erected in 1652; both on the site where Father Andr\u00e9s de las Roelas had his house, to whom tradition tells that the Archangel appeared to him in 1578 and swore to take care of Cordoba and its inhabitants. From this story comes the name of the Oath, by which this church is also known. <\\\\\/p><p><\\\\\/p><p>On the fa\u00e7ade, Saint Raphael shares the limelight with Saint Acisclo and Saint Victoria, martyrs and patrons of the city, whose remains were found in the Basilica of Saint Peter, and whose authenticity was corroborated by Saint Raphael himself in another of his apparitions to Father Roelas.<\\\\\/p><p><\\\\\/p><p> The interior houses an image of San Rafael carved in 1735 by G\u00f3mez de Sandoval, and in the small square there is a baroque-style communal fountain built in 1809.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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\\\":\\\"Church of San Lorenzo\\\",\\\"coords\\\":[-4.7689984738827,37.888463546779],\\\"description\\\":\\\"<p>The <strong>Church of San Lorenzo<\\\\\/strong>, one of the outstanding Ferdinandine or conquest churches of Cordoba, began to be built between the end of the 13th and the beginning of the 14th century. These churches were erected after the conquest of the city by Ferdinand III in 1236, in order to organise the new city administratively.<\\\\\/p><p>There is a tradition that these churches were built on top of ancient mosques. In the case of San Lorenzo, the pre-existence of a Caliphate mosque of al-Mugira has been confirmed, whose <strong>original 10th-century minaret<\\\\\/strong> can still be seen integrated into the interior of the church.<\\\\\/p><p><\\\\\/p><p>A fire in 1687 destroyed the original roof, which was not restored to its medieval appearance until 1956, when later vaults were demolished and the plastering removed.<\\\\\/p><p><\\\\\/p><p>The iconic fa\u00e7ade of San Lorenzo is notable for its portico, a splendid <strong>rose window<\\\\\/strong> and its tower. The latter, the work of <strong>Hern\u00e1n Ruiz el Joven<\\\\\/strong>, completed in 1555, is an original construction that mixes styles, with two turned bodies and a third circular one that houses the image of the titular saint.<\\\\\/p><p><\\\\\/p><p>The interior is notable for its wide central nave, supported by large pointed arches, which are evidence of the mastery of the medieval stonemasons. The <strong>main altar<\\\\\/strong> is presided over by a Baroque image of San Lorenzo. The discovery of <strong>14th century Italo-Gothic paintings<\\\\\/strong> in the apse of the central nave led to the transfer of the 17th century high altarpiece to the Sagrario chapel. In the chancel, an 18th century Baroque altarpiece displays the image of Nuestro Padre Jes\u00fas del Calvario, a carving by Fray Juan de la Concepci\u00f3n (1723), an icon of Cordoba\\'s Holy Week.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-lorenzo\\\\\/317860e6-fbfb-4e7d-a943-1c6ee77af008.webp\\\"},{\\\"id\\\":\\\"9e784ccb-df1e-4d23-bf97-8602ade69144\\\",\\\"name\\\":\\\"St Andrew\\'s Church\\\",\\\"coords\\\":[-4.7730968892574,37.886099020702],\\\"description\\\":\\\"<p>Founded in the 13th century on the site where tradition places the ancient Visigoth basilica of San Zoilo, of the medieval structure only the chapel of the Sagrario remains. Inside, there is a beautiful baroque altarpiece in the Churrigueresque style designed by Pedro Duque Cornejo, as well as numerous canvases of great artistic value.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-andres\\\\\/8ae25124-5d29-4a07-a078-72931d60c9a9.webp\\\"},{\\\"id\\\":\\\"9e784ccb-e587-4161-9cfc-25d73b063148\\\",\\\"name\\\":\\\"Casa de los Luna\\\",\\\"coords\\\":[-4.7733691334724,37.885976099964],\\\"description\\\":\\\"This is one of the best examples of an Andalusian manor house in the Plateresque style. It is notable for its stone fa\u00e7ade with a floor with a double window in the form of a loggia and a bay window. The main doorway has original ball finials at the ends and a drawing in relief of garlands on the lintel, above which the family coat of arms with a moon can be seen.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-luna\\\\\/3e6daef6-0283-48b1-ad5b-e0acfe21401a.webp\\\"},{\\\"id\\\":\\\"9f3315b9-a2f3-46be-96b3-e78974cf2fa6\\\",\\\"name\\\":\\\"Orive Palace and Gardens\\\",\\\"coords\\\":[-4.7740033617478,37.885150199712],\\\"description\\\":\\\"<p>This is the most beautiful example of Cordoba\\'s Renaissance civil architecture. Built by Hern\u00e1n Ruiz II in 1560, the fa\u00e7ade with decorated arches is the most interesting aspect of the complex. It forms part of a unique ensemble within the historic centre of Cordoba, the Orive block. This palace is currently the headquarters of the Cultural Delegation of Cordoba City Council.<\\\\\/p><p><\\\\\/p><p>The picturesque garden is one of the few green spaces in the historic centre of Cordoba and, since its inauguration in 2004, it has been a meeting place for children\\'s games, summer strolls to beat the heat, cultural events and even a crossing point between the streets Pedro L\u00f3pez and San Pablo. <\\\\\/p><p><\\\\\/p><p>The gardens were created over the old orchards of the neighbouring Convent of San Pablo and those of the Palace of Orive which, in turn, are located on the remains of a 13th century Almohad suburb. It combines architectural remains with orange tree walks, shrub hedges with native species, fountains and the largest specimen of Jacaranda in Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-palacio-y-jardines-de-orive\\\\\/a07986f2-5776-4f9c-bb3c-64e1f36c62d1.webp\\\"},{\\\"id\\\":\\\"9e784ccb-ec5c-4f3f-94e9-5a9f170c717b\\\",\\\"name\\\":\\\"St Paul\\'s Church\\\",\\\"coords\\\":[-4.7755658626556,37.885332279835],\\\"description\\\":\\\"<p>San Pablo is the church of the now disappeared Convent of San Pablo El Real, one of the five convents founded by Ferdinand III after the Christian reconquest of Cordoba. This one, in particular, was ceded to the Dominicans. <\\\\\/p><p><\\\\\/p><p>The church was built in the 15th century on the remains of an Almohad palace which, in turn, was built on the site of the Roman circus which no longer exists. <\\\\\/p><p><\\\\\/p><p>The church is accessed from Calle Capitulares through a 17th century Baroque doorway, behind which a secluded compass full of vegetation serves as an entrance to the church. The fa\u00e7ade is the work of Juan de Ochoa and was added in the 16th century. <\\\\\/p><p><\\\\\/p><p>Once inside the church, just to the right, it is surprising to find a beautiful Mudejar chapel that houses the Christ of the Expiration. The temple, of considerable proportions, is divided into three naves.  Highlights include the Mudejar coffered ceiling in the central nave, the main altarpiece and what is considered one of Cordoba\\'s sculptural jewels: Nuestra Se\u00f1ora de las Angustias (Our Lady of Sorrows), made by Juan de Mesa in the 17th century.<\\\\\/p><p><\\\\\/p><p>It was the restoration at the beginning of the 20th century that eliminated the Baroque additions and left the most primitive elements intact, such as the Mudejar coffered ceiling that crowns the church. However, some Baroque elements remain, such as the spectacular Chapel of the Rosary. <\\\\\/p><p><\\\\\/p><p>Another singularity of San Pablo is its bell tower, topped by a wooden structure that houses a carillon from the beginning of the 20th century that fills the adjacent streets with musical colour.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-san-pablo\\\\\/a67f329e-ce1c-40cd-93e5-41057602eb3f.webp\\\"},{\\\"id\\\":\\\"9f33167a-511b-46e5-a677-cec24b14f50d\\\",\\\"name\\\":\\\"Ayuntamiento de C\u00f3rdoba\\\",\\\"coords\\\":[-4.7761841923473,37.885233276451],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f3317f3-0f7a-4df2-8d0a-da89fc4a0d6e\\\",\\\"name\\\":\\\"Cuesta de Lujan\\\",\\\"coords\\\":[-4.7767762441488,37.88406361155],\\\"description\\\":\\\"<p>The Cuesta de Luj\u00e1n is a picturesque pedestrian street with steps located in the historic centre of Cordoba. It is accessed from Ambrosio de Morales and Diario de C\u00f3rdoba streets. The street has 20 steps, irregular in height and depth, with no handrails or landings. It is paved with Cordovan Chinese and stone, which gives it a traditional character. On both sides, next to the fa\u00e7ades, there are small benches that serve as seats or rests. Its rustic charm and steep layout make it unique in the Cordoban urban landscape.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f331957-e235-417d-98ac-d6cb1e3c5962\\\",\\\"name\\\":\\\"Corpus Christi Convent\\\",\\\"coords\\\":[-4.7772023848561,37.882729472182],\\\"description\\\":\\\"<p>The Antonio Gala Foundation for Young Creators offers the possibility of visiting the permanent exhibition Memories of Antonio Gala, which is located in its own headquarters, in the Chapter House of what was once the Corpus Christi convent. <\\\\\/p><p><\\\\\/p><p>Before entering the permanent exhibition, visitors enter the Foundation through the Comp\u00e1s del Corpus Christi, with an arcade with 17th century frescoes, and can admire the Roman mosaic that presides over the old chapel, now the assembly hall. <\\\\\/p><p><\\\\\/p><p>The exhibition traces the life and professional career of the writer Antonio Gala, showing, among other things, first editions of his work, unpublished manuscripts, interviews, photographs, prizes and personal objects of the author. Visitors to the exhibition will also be able to see, before entering the hall, an audiovisual montage that serves as a presentation, and panels with a list of the works published by Antonio Gala. The exhibition panels are presented to visitors with quotes from Antonio Gala himself, who guides them through the exhibition.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-convento-del-corpus-christi\\\\\/d66087e7-480c-4862-a4e0-52f06f872806.webp\\\"},{\\\"id\\\":\\\"9e784ccd-1264-495c-ab91-b9277678401a\\\",\\\"name\\\":\\\"Seneca Square\\\",\\\"coords\\\":[-4.7769713401794,37.88199115529],\\\"description\\\":\\\"<p>Called, at the turn of the century \u2018Correo Viejo\u2019, this square\u2019s space, its open style, its pebbled surface and the houses that overlook it imbue it with a unique personality.<\\\\\/p><p><\\\\\/p><p>According to popular tradition, Seneca was born in one of his houses. With a calm and silent appearance, it has a rural air, with cobblestone pavement presided over by a robed statue of the famous universal philosopher.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-16f1-4a27-96bb-cb9e0aa21cce\\\",\\\"name\\\":\\\"Jer\u00f3nimo P\u00e1ez Square\\\",\\\"coords\\\":[-4.7779583930969,37.881491540128],\\\"description\\\":\\\"Renaissance square presided over by the Jer\u00f3nimo P\u00e1ez Palace, today the Archaeological Museum. Centennial trees offer visitors an ideal corner for rest. Surrounded by stately homes, it evokes the Cordoba of the 19th century.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-jeronimo-paez\\\\\/82083d87-bf75-4f6e-bee5-f62ad0106824.webp\\\"},{\\\"id\\\":\\\"9e784ccb-3445-4c0f-8819-9eec3b8fbbd4\\\",\\\"name\\\":\\\"Archaeological Museum\\\",\\\"coords\\\":[-4.7778779268265,37.881678402232],\\\"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:\\\\\/\\\\\/aumentur.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-78b2-489c-a582-c2c9a022f681\\\",\\\"name\\\":\\\"Center of artr Pepe Espali\u00fa\\\",\\\"coords\\\":[-4.7793397307396,37.881452163522],\\\"description\\\":\\\"The Center of Art Pepe Espali\u00fa receives a total of\\\\n 37 pieces of the work of the artist native of Cordoba\\\\n that the Town hall and the municipal company\\\\n Vimcorsa have in property. The building is\\\\n well worth a visit in itself, with its charming little\\\\n courtyard. Will be added temporary exhibitions of\\\\n funds of relatives and friends of Espali\u00fa.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/centro-de-arte-pepe-espaliu\\\\\/9305bd2e-ff47-4247-983b-4bb0d829f1dd.webp\\\"},{\\\"id\\\":\\\"9f331a66-501a-4b1d-92bd-31046bc15d6b\\\",\\\"name\\\":\\\"Conservatory of Music\\\",\\\"coords\\\":[-4.7797125743406,37.882724227877],\\\"description\\\":\\\"<p>Currently the headquarters of the Conservatorio Superior de M\u00fasica, this former ancestral home has only preserved its main fa\u00e7ade, which dates from the 16th century. It has a large lintelled door with biscuit decoration, ending in a balcony with attached columns.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f331aaf-0a7c-41b2-8a1b-eb43d57b8d92\\\",\\\"name\\\":\\\"Plaza de las Tendillas\\\",\\\"coords\\\":[-4.7795833073105,37.884463168144],\\\"description\\\":\\\"<p>Considered to be the most central square in the city, its current configuration dates back to the 1920s. Located in the heart of the commercial centre of Cordoba, the new remodelling of this charismatic square and the fountain it houses was inaugurated in 1999. The innovative design and the successful lighting of the fountain go hand in hand with respect for tradition, thus preserving the circular and quadrangular basins.<\\\\\/p><p><\\\\\/p><p>Las Tendillas, with the famous equestrian statue of the Gran Capit\u00e1n and the clock that has marked the chimes of New Year\\'s Eve for the whole of Andalusia for so many years, continues to be a place for the celebration of all public events of importance to the people of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-plaza-de-las-tendillas\\\\\/7d143e70-abd9-4647-944f-65c18e3e2f7d.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 periferia, respirar sano\\\",\\\"short_link\\\":\\\"https:\\\\\/\\\\\/aumentur.link\\\\\/JtuUsbDLQ9VUDAxm\\\",\\\"locations\\\":[{\\\"id\\\":\\\"9e784ccd-1b6c-431f-b8fe-fecb30877cf1\\\",\\\"name\\\":\\\"Botanical Garden\\\",\\\"coords\\\":[-4.7855758666992,37.870057612554],\\\"description\\\":\\\"<p>This Botanical Gardens were opened in 1987 as a centre for plant culture. There is a wide variety of plant collections, each assigned to a particular area of the gardens. <\\\\\/p><p><\\\\\/p><p>The tour starts off at the arboretum, which imitates a natural forest, and leads past the different greenhouses, the agricultural school, the rose garden, the main gardens and, last but not least, the Museum of Paleobotany, which give us considerable insight into the different plant species which have existed throughout history. <\\\\\/p><p><\\\\\/p><p>The Museum of Paleobotany has a permanent exhibition which illustrates, through a series of modules and instruments, the place of plants in society. <\\\\\/p><p><\\\\\/p><p>Finally, the Museum of Water, part of the Martos Water Mill, shows us its own particular view of history through the perspective of local culture, water management and the traditional uses of plants, whether as a food source (flour from cereals), the dying of cloths and textiles, the tanning of animal skins or the manufacture of vegetable fibres. <\\\\\/p><p><\\\\\/p><p>The garden looks out over the River Guadalquivir, with its water mills serving as look-out posts, which makes it all the easier for the visitor to appreciate and learn more about the plants and flowers of our river banks and meadows<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/jardin-botanico\\\\\/2752daf6-479e-479a-8ed0-071417c7b425.webp\\\"},{\\\"id\\\":\\\"9f1cd8aa-9a5a-4f18-a1b1-1653902777e1\\\",\\\"name\\\":\\\"Periurban Park of \\\\\\\"Los Villares\\\\\\\".\\\",\\\"coords\\\":[-4.801146,37.981413],\\\"description\\\":\\\"<p>The Los Villares de C\u00f3rdoba Periurban Park is the first protected natural area of its kind to be created in Andalusia. The traditional influx of the public to the 60-hectare former Forest Park has led to the declaration of the 484 hectares of the &quot;Los Villares Bajos&quot; mountain as a Periurban Park and to the extension of the public use offer, establishing a protection regime with the aim of conserving its values and adapting its use to recreational and educational needs, as well as promoting the approach to nature of the nearby populations.<\\\\\/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\\\":\\\"Gardens of Vallellano\\\",\\\"coords\\\":[-4.785587,37.87837],\\\"description\\\":\\\"<p>The Vallellano Gardens were built on the grounds of the former Huerta del Rey, together with the avenue that meant the extension of the Paseo de la Victoria to the River Guadalquivir and the remodelling of the accesses to Cordoba from Seville. They were inaugurated on 18 July 1955. Several decades later, the landscaped area was remodelled by removing some of the trees and building wide, straight, paved walkways to replace the earthy, winding paths that were originally designed. Swings and other elements for children\\'s enjoyment were also installed.<\\\\\/p><p><\\\\\/p><p>These gardens are home to a large number of shrub and tree species, some of which are very large given their age: oleander, Jupiter tree, casuaria, cedar, Japanese plum, Jerusalem thorn, eucalyptus, ash, magnolia, mimosa, palma excelsa, paradise, sycamore, among others.<\\\\\/p><p><\\\\\/p><p>There are also archaeological remains here, such as a Roman cistern.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f1cd2a8-14b9-4b48-977a-b795b68c4199\\\",\\\"name\\\":\\\"Paseo y Parque de la Victoria\\\",\\\"coords\\\":[-4.7851859848355,37.884568900421],\\\"description\\\":\\\"<p>The Paseo de la Victoria is a wide and pleasant avenue located right in the centre of Cordoba, which owes its name to an old convent that disappeared in the 19th century. Its extensive and well-tended gardens offer an ideal setting for a leisurely stroll, relaxing on a bench or simply enjoying the urban atmosphere surrounded by greenery. <\\\\\/p><p><\\\\\/p><p>It is also a perfect place to sit in the shade on the terraces next to the Victoria Market and have an ice cream or a soft drink while watching the daily life of the city.<\\\\\/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\\\":\\\"Los Villares Golf Club\\\",\\\"coords\\\":[-4.809527,37.97171],\\\"description\\\":\\\"<p>The Cordoba Country Club is a sports and social centre nestled in the Sierra Morena mountains, just 15 minutes from the city centre, located in privileged surroundings with panoramic views of great scenic beauty. The club has a total surface area of 70 hectares, amidst pine and cork oak forests. <\\\\\/p><p><\\\\\/p><p>Its main facility is a magnificent 18-hole, par 72 golf course, where flora and fauna embellish the course. <\\\\\/p><p><\\\\\/p><p>In addition to the services of a golf course, such as a social club, restaurant and sports equipment rental, it completes its offer with swimming pools, tennis and paddle tennis courts.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-2721-4795-beb6-4c08d6c41a1d\\\",\\\"name\\\":\\\"Children\\'s city\\\",\\\"coords\\\":[-4.7869491577148,37.87286939864],\\\"description\\\":\\\"<p>Children&#39;s City is the biggest children&#39;s playground area in the city and the only one in Spain which also includes a large expanse of mature parkland, covering an area of four hectares. <\\\\\/p><p><\\\\\/p><p>Children&#39;s City has thirty different items of playground equipment for children, some of which are divided into other smaller apparatus. Although most of these are of the type found in other parks, some have been specially designed for this project and are thematically linked to features in the city of Cordoba - for instance, the &quot;Vulcan-Mosque&quot; play complex or the huge water game called &quot;The River&quot;.<\\\\\/p><p><\\\\\/p><p>Another of the main features is the skating and skate-boarding rink, which is supervised by specially trained monitors. There are four toilet blocks in the playground, benches and two bar\\\\\/kiosks specially adapted for children as well as adults.<\\\\\/p><p><\\\\\/p><p>There is also a first aid kit available in case of any minor injuries. The playground is surrounded by an attractive multi-coloured perimeter fence and is adapted for use by the physically handicapped. All the materials used in the playground equipment and pavements are guaranteed by safety certificates.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ciudad-de-los-ninos\\\\\/41687a2d-02e4-4f30-b8fb-03792cee0108.webp\\\"},{\\\"id\\\":\\\"9f1cdbd0-99e2-43f5-a6e1-c35f536f0346\\\",\\\"name\\\":\\\"Hermitages of Our Lady of Bethlehem and the Sacred Heart of Jesus\\\",\\\"coords\\\":[-4.8241316976554,37.916114554802],\\\"description\\\":\\\"<p>About 15 kilometres from the city, in the foothills of the Sierra Morena, is the Desierto de Nuestra Se\u00f1ora de Bel\u00e9n, the site of the complex of Las Ermitas. Founded in the 18th century by Brother Francisco de Jes\u00fas, this was a place of hermit retreat since the Middle Ages. The first building was erected in 1703. The complex is made up of thirteen cells or hermitages which have been run by the Discalced Carmelites since 1957. Inside the enclosure is a magnificent viewpoint presided over by the monument to the Sacred Heart of Jesus, built in 1929 by Lorenzo Coullaut Valera. From here there is a marvellous view of Cordoba and part of the Vega del Guadalquivir.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-ermitas-de-ntra-sra-de-belen-y-sagrado-corazon-de-jesus\\\\\/19c68d05-1a4c-4dd6-a142-f5a7f9e50a43.webp\\\"},{\\\"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>Madinat al-Zahra is the magnificent palatine city that Caliph Abd al-Rahman III ordered to be built at the foot of the Sierra Morena mountains to project a powerful image of the newly created independent Caliphate of C\u00f3rdoba. More than 10,000 men worked on its construction, using the best materials: marble, precious metals, tiles, polychrome stones...<\\\\\/p><p><\\\\\/p><p>It was organised into three large stepped terraces surrounded by a wall. In the upper part was the Royal Alcazar, where the private quarters of the monarch and his family were grouped together; in the middle part was the bureaucratic and administrative area of the palace, with halls and gardens for audiences and receptions; the lower part was reserved for the dwellings of the people, as well as the souk and the mosque.<\\\\\/p><p><\\\\\/p><p>The most beautiful feature of the palace is the famous Rich Hall, which had arches of ivory and ebony, jasper, gold and precious stones, and a mercury fountain that reflected the sun\\'s rays in a thousand different shades. In 1010, after seven decades of existence, Medina Azahara was destroyed and sacked by the Berbers, who reduced most of this fabulous city to ashes.<\\\\\/p><p><\\\\\/p><p>The new Institutional Headquarters and Integral Management Area of the Archaeological Ensemble of Madinat al-Zahra is a cultural infrastructure that provides services to the Archaeological Ensemble and to society in general. It is a space for socio-cultural revitalisation, which receives and promotes activities that contribute to extending knowledge of the archaeological site of Madinat al-Zahra and culture in general.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/medina-azahara\\\\\/805ea7e2-ddfc-428b-ad0d-aeb399ecab52.webp\\\"},{\\\"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\\\":\\\"Bejarano Stream\\\",\\\"coords\\\":[-4.8948812484741,37.924938043548],\\\"description\\\":\\\"<p>The Bejarano stream, a beautiful and unique landscape dotted with numerous historical remains, a key place to understand the splendour of Roman Cordoba and the Caliphate city of Medina Azahara. This is a 12 km. easy route with a duration of 5 to 6 hours.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-arroyo-del-bejarano\\\\\/ecbc4604-f9f6-44c7-99fa-32b2e0f23b9f.webp\\\"},{\\\"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\\\":\\\"Castle of Almodovar del R\u00edo\\\",\\\"coords\\\":[-5.0238032138018,37.807996619722],\\\"description\\\":\\\"<p>The Castle of Almod\u00f3var, of Andalusian origin dating from 741, was conquered in 1240 by Fernando III. Its present-day image combines styles from the 10th to the 14th centuries, with its Gothic-Mudejar towers standing out. At the beginning of the 20th century, Rafael Desmaissieres y Farina, 12th Count of Torralva, rescued it from ruin under the direction of the architect Adolfo Fern\u00e1ndez Casanova.<\\\\\/p><p><\\\\\/p><p>A key witness to history, the castle defended Cordoba and controlled routes. It was the residence of Peter I the Cruel in the 14th century, and a base for the reconquest of Granada. After centuries of abandonment, its major reconstruction has made it one of the best-preserved castles in Spain, declared an Asset of Cultural Interest. It offers themed visits, medieval events and combat training. It has been the setting for productions such as the series &quot;Game of Thrones&quot;.<\\\\\/p>\\\",\\\"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}]},\\\"de-la-mezquita-al-alcazar\\\":{\\\"id\\\":\\\"9e964fb5-ce37-42d3-be33-890fbe9a8515\\\",\\\"slug\\\":\\\"de-la-mezquita-al-alcazar\\\",\\\"title\\\":\\\"Mosque-Cathedral and its surroundings\\\",\\\"short_link\\\":\\\"https:\\\\\/\\\\\/aumentur.link\\\\\/AQ6rOE3E3dMjHwa0\\\",\\\"locations\\\":[{\\\"id\\\":\\\"9e784cca-51f1-4920-9aaf-88873a0396d9\\\",\\\"name\\\":\\\"Calahorra Tower-Museum\\\",\\\"coords\\\":[-4.7766074832965,37.875577035244],\\\"description\\\":\\\"Part of a Moorish castle (built over the former\\\\n Roman gate) that controlled access to the city\\\\n and rebuilt in the 14th century, the tower hosts\\\\n the Living Museum of Al-Andalus. Here we can\\\\n see different examples of how the Jewish, Muslim\\\\n and Christian cultures lived side by side\\\\n in medieval Cordoba. On display are Moorish\\\\n surgical instruments, musical instruments and\\\\n models of buildings.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7783660888672,37.876945168671],\\\"description\\\":\\\"<p>Although it has inherited the Roman name, it only preserves some internal ashlars from that period. <\\\\\/p><p><\\\\\/p><p>It is believed that before the 1st century AD there was a bridge at this point of the river, probably made of wood. It was not until the 1st century AD, in the time of Augustus, that it was built in stone. So many years of history, almost as many as C\u00f3rdoba, have left many transformations in this icon of the city. It was modified and reinforced during the Emirate, the Caliphate of Alhaken II, in the Christian Middle Ages, in the Modern Age and in 1876. In 2008, the most ambitious renovation to date was completed by the architect Juan Cuenca, who sought to restore the bridge to its original appearance as closely as possible. It was pedestrianised and recovered for a public promenade. <\\\\\/p><p><\\\\\/p><p>Despite so many transformations, its layout, structure and appearance have been fairly well preserved to the present day. The Via Augusta, which linked Rome with Cadiz, used to run over the bridge. <\\\\\/p><p><\\\\\/p><p>This function as the main access road to Cordoba from the south was maintained for no less than twenty centuries, since until the mid-20th century, the Roman Bridge was the only road that connected the southern part of the city with the rest of the city. <\\\\\/p><p><\\\\\/p><p>Halfway across the bridge, the walker will find the oldest image of San Rafael in Cordoba, made in 1651 and restored at the same time as the bridge.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7791063785553,37.877749681755],\\\"description\\\":\\\"<p>Already in Roman times, when Cordoba was Colonia Patricia and capital of Baetica (1st century AD), this area was a centre of commercial interest due to its proximity to the river and the crossroads of roads that converged at the entrance to the city. On the site where the monumental Puerta del Puente (Bridge Gate) stands today, there was once a large square measuring 35 m by 50 m, enclosed on its southern side by another bridge gate, this one with three spans. At its foot, a flight of steps led down to the river. <\\\\\/p><p><\\\\\/p><p>In the Muslim period, the gate was known as Bab al-Qantara. <\\\\\/p><p><\\\\\/p><p>The gate that now replaces its predecessors was built in 1575 to commemorate the visit of King Philip II to the city. Isolated from the city wall, which was completely demolished in 1912, it looks more like a triumphal arch than a gateway. <\\\\\/p><p><\\\\\/p><p>It is a three-part construction made by Hern\u00e1n Ruiz III in sandstone. The side facing the river is the original. The side facing the Mosque-Cathedral was added in 1928. In 2007 it was restored and inside there is a small museum and a viewpoint with a luxurious view of the river and the bridge.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7797286510468,37.877885177831],\\\"description\\\":\\\"The statue of Saint Raphael is placed on the capital of a votive column in many places in the city. These representations, known as triumphs, are commemorative of the promise to safeguard the city that the people of Cordoba attribute to the archangel. The most notable is the one located next to the Puerta del Puente (Bridge Gate), made in the 18th century and completed by Michel de Verdiguier.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/triunfo-de-san-rafael\\\\\/98fb83d4-bdd9-4e6c-b2ac-6b487a48d272.webp\\\"},{\\\"id\\\":\\\"9e784cca-8ad4-44f0-92e3-f6603b037340\\\",\\\"name\\\":\\\"Congress and Exhibition Centre\\\",\\\"coords\\\":[-4.7804796695709,37.878533014999],\\\"description\\\":\\\"<p>Now the Palacio de Congresos y Exposiciones, it was built at the beginning of the 16th century and was the only hospital in the city for two centuries.<\\\\\/p><p><\\\\\/p><p>The building is arranged around an arcaded cloister in the Mudejar style with semicircular arches. One of the most striking elements is the Gothic fa\u00e7ade of the chapel of the old hospital, also the work of Hern\u00e1n Ruiz I. Also worth a visit is the Sala Julio Romero de Torres, installed in what used to be the maternity wing of the hospital and which still conserves the original 16th century frescoes that reproduce passages from the life of San Sebasti\u00e1n.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7795677185059,37.879045352777],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/mezquitacatedral\\\\\/d12e47c9-c89d-49c1-a7bb-e637eb045b9c.webp\\\"},{\\\"id\\\":\\\"9f33073a-8083-49a3-b696-1abf811f5c2c\\\",\\\"name\\\":\\\"Door of Forgiveness\\\",\\\"coords\\\":[-4.7801384057766,37.879672410317],\\\"description\\\":\\\"<p>In the Islamic period it served as a place for public activities (administration of justice, education). The arches from the oratory to the courtyard were open. <\\\\\/p><p><\\\\\/p><p>A porticoed courtyard was designed from the outset (the galleries began to be built under Abderraman I and were completed under Hixem I, who built the minaret and the ablutions room). <\\\\\/p><p><\\\\\/p><p>The present-day cloisters are the result of a total remodelling carried out in the first decades of the 16th century by Bishop Mart\u00edn Fern\u00e1ndez de Angulo, under the direction of the architect Hern\u00e1n Ruiz I. <\\\\\/p><p><\\\\\/p><p>Under the orange trees there is a large cistern that provided the water necessary for the purifications of the Muslims. It was already planted with palm trees in the 13th century, and we know of the existence of orange trees there since the 15th century. Olive and cypress trees were added in the 18th century.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f3307a0-6fd7-4c04-9207-338cf1ece48e\\\",\\\"name\\\":\\\"Bell Tower\\\",\\\"coords\\\":[-4.7803313939032,37.879551725038],\\\"description\\\":\\\"<p>Most of the Andalusian minaret, built by \\'Abd al-Rahman III, has been preserved inside the present tower and remained unchanged until the Renaissance, when the bell tower was added. <\\\\\/p><p><\\\\\/p><p>Subsequently, stability problems forced the Arab minaret to be sheathed in a more robust construction in the mid-17th century. In 1664, the tower was crowned with the image of San Rafael.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-torre-campanario\\\\\/d0584680-df16-44eb-9c7b-05c12841f756.webp\\\"},{\\\"id\\\":\\\"9e784cca-e868-4ec4-ac21-9ac58c1861a2\\\",\\\"name\\\":\\\"Calle del Pa\u00f1uelo\\\",\\\"coords\\\":[-4.7785726189613,37.879851677718],\\\"description\\\":\\\"<p>Like the Calle de las Flores, this street is a good example of Andalusian urban planning, in which narrow alleys without exits, called adarves or azucaques, were common, giving access to the houses. In this one, the alley narrows dramatically after a more regular first section, reaching a width of only 76 cm. This is where the name comes from, as it is said that it was as wide as a handkerchief. The alley leads to a tiny square, always cool and shady thanks to the orange trees that have grown vertically in search of light and where only the tinkling of the fountain interrupts the feeling of isolation, the gentle murmur of the water and the scent of orange blossom envelop the visitor.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-conevntual-de-la-encarnacion\\\\\/61ed2cf0-8f60-4328-ad4f-9ea22795f0c5.webp\\\"},{\\\"id\\\":\\\"9e784cca-fc1a-4723-8b39-2021c0487cc6\\\",\\\"name\\\":\\\"Leather Art House\\\",\\\"coords\\\":[-4.7799874842167,37.880671260636],\\\"description\\\":\\\"Its five rooms house a permanent exhibition\\\\n of works by the artist Ram\u00f3n Garc\u00eda Romero\\\\n recovering for us the Umayyad technique of\\\\n embossing leather.\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccd-7c5d-4917-8cdb-4bf26bf4b23f\\\",\\\"name\\\":\\\"Mudejar House\\\",\\\"coords\\\":[-4.779771566391,37.88090724013],\\\"description\\\":\\\"<p>This magnificent example of a stately home from the late Middle Ages, with Mudejar influence in its construction and decorative work, was the first site of the city\u2019s Archaeological Museum.<\\\\\/p><p>The house stands at the end of street named after the archaeologist Samuel de los Santos, and the fa\u00e7ade is entirely taken up by a gateway which leads to a covered, right-angled passageway. The main courtyard contains a central fountain and plants, and the front wall has a portico gallery in Nazari style (the Arab dynasty who ruled Granada) which then leads to a hall with a decorated ceiling.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-mudejar\\\\\/5dfa098d-d1ec-44ce-a8c8-187f4614940b.webp\\\"},{\\\"id\\\":\\\"9e784cca-db7c-4563-bc8c-299c343f6eea\\\",\\\"name\\\":\\\"Calle de las Flores\\\",\\\"coords\\\":[-4.7795873671976,37.880422227793],\\\"description\\\":\\\"<p>This is a narrow street that leads to a small dead-end square. This urban typology was typical of the Hispano-Muslim period and can also be found in the no less famous Calleja del Pa\u00f1uelo. These used to be spaces of private origin that were created to provide access to new dwellings created inside the blocks after the division of large buildings into smaller ones. <\\\\\/p><p><\\\\\/p><p>It should be remembered that at that time, demographic growth and the progressive occupation of the space inside the walls led to the current layout of the streets in the historic quarter. The Calleja de las Flores corresponds to this typology, although the current appearance and decoration are much later, from the mid-20th century, when the floor was replaced by the current cobblestones and the arches were added. Later, the fountain and flowerpots were added. The result is a picturesque postcard with the Cathedral tower in the background.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-de-las-flores\\\\\/b4012997-7c02-4d99-922b-b445e5e00ae1.webp\\\"},{\\\"id\\\":\\\"9e784cca-e247-4f5a-aba2-c7d40daa2872\\\",\\\"name\\\":\\\"Calle de la Hoguera\\\",\\\"coords\\\":[-4.7803294658661,37.880355538111],\\\"description\\\":\\\"<p>This alley zigzags between C\u00e9spedes and Deanes streets. It is a place rarely visited by locals and visitors alike. It is a living reminder of what might have been Muslim Cordoba. Halfway along the alley, we are surprised by a small minaret called Mezquita de los Andaluces, an Andalusian oratory, dating from the 12th century and restored in the 20th century. <\\\\\/p><p><\\\\\/p><p>The mosque consists of a small entrance courtyard and a prayer hall with a single nave. Next to it is the Averroes International Islamic University of al-Andalus, now closed. After passing under the arch of the minaret, we come to a small square with an arcade on one side covered by a wooden coffered ceiling. <\\\\\/p><p><\\\\\/p><p>From there, a small alleyway finally leads us to Deanes Street.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-de-la-hoguera\\\\\/de32e4c3-6b9f-44da-a5ad-8a336c5ee929.webp\\\"},{\\\"id\\\":\\\"9f3308b2-04c2-4752-8bed-d96390ad2ef3\\\",\\\"name\\\":\\\"Plaza del Cardenal Salazar\\\",\\\"coords\\\":[-4.7819279459078,37.879860806686],\\\"description\\\":\\\"<p>This square is right in the centre of the Jewish Quarter. Its most emblematic building is the former Agudos Provincial Hospital, founded by the Cordoban cardinal Pedro de Salazar in the year 1701, and now home to the Faculty of Philosophy and Arts, with its impressive courtyards and cloisters and the 13th century Mudejar Chapel of San Bartolom\u00e9. <\\\\\/p><p><\\\\\/p><p>Right in front of the main fa\u00e7ade stands a statue of Al-Gafeqi, the famous 12th century Cordoban eye specialist, and the Convent of San Pedro Alc\u00e1ntara, founded at the end of the 17th century.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-8bbe-4f13-b364-94aab50be50c\\\",\\\"name\\\":\\\"San Pedro de Alc\u00e1ntara Convent\\\",\\\"coords\\\":[-4.7817993164062,37.879800868076],\\\"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>The interior houses works of art of great value, including the main altarpiece. It is carved in red and black marble with plaster finishes, and was made by Toribio de Bada and Juan de Navajas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7821882367134,37.879976866879],\\\"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:\\\\\/\\\\\/aumentur.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\\\":\\\"St Bartholomew\\'s Chapel\\\",\\\"coords\\\":[-4.782118499279,37.879572506522],\\\"description\\\":\\\"<p>The Chapel of San Bartolom\u00e9, part of the current Faculty of Philosophy and Arts in C\u00f3rdoba, was built around 1410 as a reference point for the new settlement between the Alc\u00e1zar Viejo neighbourhood and the Jewish Quarter. <\\\\\/p><p><\\\\\/p><p>This chapel, possibly built on the site of an old Jewish synagogue, was a parish church until the 17th century and despite all the transformations it has undergone since it was erected, it is one of the best examples of Gothic-Mudejar aesthetics. <\\\\\/p><p><\\\\\/p><p>The complex consists of a rectangular nave with a ribbed vault that still conserves a plinth of original tiles and plasterwork. It also has a courtyard parallel to the nave of the chapel with a fa\u00e7ade facing the street. The fa\u00e7ade has a pointed arch and a portico with three arches. It has recently been refurbished and can be visited.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/capilla-de-san-bartolome\\\\\/47996b6f-7d57-4575-84fb-8dfe2ca3938e.webp\\\"},{\\\"id\\\":\\\"9f330917-802d-4626-86dc-c187bdc15f83\\\",\\\"name\\\":\\\"Plaza de Maim\u00f3nides\\\",\\\"coords\\\":[-4.7827486024623,37.87928919421],\\\"description\\\":\\\"<p>In Tiberiades square there is a bronze sculpture of Mose ben Maimon, Maimonides, the work of the sculptor Amadeo Ruiz Olmos. Maim\u00f3nides was a doctor, philosopher and a codifier of Jewish law. Many believe he was the most illustrious Jew since Moses \u2013 according to a Hebrew saying \u201cFrom Moses to Moses, there was no one like Moses\u201d (the first Moses being the one from the book of Exodus, the second being Maimonides). <\\\\\/p><p><\\\\\/p><p>The square is named after Tiberiades the town in Galilee (Palestine) where Maimonides\u2019 cenotaph is located.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-cda0-442a-bb4a-646e09516d2c\\\",\\\"name\\\":\\\"Bullfighting Museum\\\",\\\"coords\\\":[-4.7828078269958,37.879379570105],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-taurino\\\\\/b44616ee-154b-4a2b-b2a4-02ebfc366e2f.webp\\\"},{\\\"id\\\":\\\"9f3309ab-9646-4712-be50-bec50564a5ff\\\",\\\"name\\\":\\\"Tiberias Square\\\",\\\"coords\\\":[-4.7831532741705,37.879441631531],\\\"description\\\":\\\"<p>In the middle of Jewish Street, very close to the Synagogue, is this small square which houses the Monument to Maimonides, one of the great thinkers and doctors of Jewish Cordoba. <\\\\\/p><p><\\\\\/p><p>He is depicted on his tomb, which is currently located in Tiberias, one of the four Jewish Holy Cities in Israel. <\\\\\/p><p><\\\\\/p><p>Moshe ben Maimon, better known as Maimonides, was born in Cordoba on 30 March 1135. Maimonides was the son of Rabbi Maion ben Yosef, with whom he was initiated into Torah study; he would later learn mathematics, astronomy, physics and philosophy. <\\\\\/p><p><\\\\\/p><p>Having fled Cordoba under pressure from the Almohads, he arrived in Cairo in 1171, where he settled as a physician at the court of Saladin, and soon attained the position of ra\\'is al-Jahud, or head of the Hebrew community. <\\\\\/p><p><\\\\\/p><p>In the Egyptian capital he wrote his Regimen of Health, Commentaries on the Aphorisms of Hippocrates, Commentaries on the Mishnah and Letter to Yemen, as well as his two most famous works: the legal treatise Mishneh Torah (Second Law) and the Mor\u00e9 Nebujim (Guide for the Perplexed), written in Arabic and later translated into Hebrew. He died in Cairo on 13 December 1204.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-plaza-de-tiberiades\\\\\/3f3d71f6-67e3-42b0-88ac-411fe3b38ef9.webp\\\"},{\\\"id\\\":\\\"9f330a17-189a-46dd-bba0-d7f5695ee343\\\",\\\"name\\\":\\\"Judios Street\\\",\\\"coords\\\":[-4.7833091914198,37.879729544172],\\\"description\\\":\\\"<p>Judios street runs parallel to the city wall from the Almodovar gate and is one of the main streets in the Jewish quarter. There are semi-circular grooves cut into the wall about half a metre from ground level, especially near the Synagogue, which would have been to facilitate the passage of carriages down the narrow street.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-d4b5-4fa4-9896-90868802759a\\\",\\\"name\\\":\\\"Craft Market\\\",\\\"coords\\\":[-4.783379137516,37.880023160004],\\\"description\\\":\\\"<p>The Casa de las Bulas, or Casa de las Armentas, is a 16th century building recovered by the Town Hall in the mid-20th century when it was a tenement house. After its remodelling, the main part of the house was occupied by the Bullfighting Museum, while at the back, in the old garden of the house, with access from Jud\u00edos and Averroes streets, the Zoco Artesano was installed. <\\\\\/p><p><\\\\\/p><p>A picturesque access alley, crowned with arches, leads to a large courtyard-plaza, surrounded by brick galleries reminiscent of the Mudejar style.<\\\\\/p><p><\\\\\/p><p>The building is the work of Jos\u00e9 Rebollo and was inaugurated in 1956. It houses shops and workshops of local craftsmen, where you can not only buy their products, but also see how they are made, as the craftsmen do their work before the visitor\\'s eyes.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/zoco-municipal\\\\\/1a069e7c-07dd-48dc-8c84-7d727a22478f.webp\\\"},{\\\"id\\\":\\\"9e784cca-b26b-4cdc-a878-06027f4748fe\\\",\\\"name\\\":\\\"Andalusi House\\\",\\\"coords\\\":[-4.7835266590118,37.879976866879],\\\"description\\\":\\\"This 12th-century house preserves the intimate atmosphere of Hispano-Muslim dwellings, housing in its rooms and courtyards an exhibition of Arab coins and a model of one of the first paper-making machines to reach the West.\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-andalusi\\\\\/854b8294-1a83-4615-9a2b-28b287bf12df.jpg\\\"},{\\\"id\\\":\\\"9f330c6b-b803-4a0c-9e45-d732a954dea4\\\",\\\"name\\\":\\\"Casa Museo de la Alquimia\\\",\\\"coords\\\":[-4.7834460349939,37.879962430999],\\\"description\\\":\\\"<p>One stretch of wall has been preserved intact, leading south from the gate as far as the Campo Santo de los Martires, along the street named Kairuan. This wall was rebuilt in the fourteenth century, and underwent major restoration in the 1960s under Jose Rebollo, who added the moat and the walkway around it, as well as opening up the gateway at the southern end known as Puerta de la Luna.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-a518-46e4-99f1-26cff32645f4\\\",\\\"name\\\":\\\"Walls and Almodovar Gate\\\",\\\"coords\\\":[-4.7838377952576,37.880125061218],\\\"description\\\":\\\"<p>In ancient times, Cordoba was a completely walled city divided into two large parts - the Almedina and the Ajerqu\u00eda - enclosed in independent fortifications and separated by a dividing wall with narrow accesses. <\\\\\/p><p><\\\\\/p><p>C\u00f3rdoba was known as the city of the seven gates, because of the number of gates that opened into the walled enclosure that protected the Hispano-Muslim medina. Of all of them, only the \\'Bad al-Chawz\\' (Walnut Tree Gate), renamed the Almod\u00f3var Gate, has not survived. <\\\\\/p><p><\\\\\/p><p>It is a 10th-century Caliphate construction built on Roman elements, renovated in the 14th century and restored in the 1960s. It consists of two towers linked by an upper bridge formed by a semicircular arch. It served as a passageway to the medina on its western side, and opposite the gate there was a Jewish cemetery known as the Fonsario de los Jud\u00edos. <\\\\\/p><p><\\\\\/p><p>From the Middle Ages until their expulsion in the 15th century, the Jewish population of C\u00f3rdoba settled in a neighbourhood separated from the rest of the city where they established a Jewish quarter whose northern boundary was the Puerta de Almod\u00f3var. <\\\\\/p><p><\\\\\/p><p>The entire walled area to the south of the gate, which extends to the Campo Santo de los M\u00e1rtires along Calle Cairu\u00e1n, is preserved, with a length of approximately 360 metres. It has its origins in Roman times, in particular in an extension of the city walls during the second half of the 1st century BC. <\\\\\/p><p><\\\\\/p><p>It was later transformed during the Caliphate of C\u00f3rdoba, after the Christian conquest, and finally underwent a major restoration that added the moat and the lower walkway that surrounds it. <\\\\\/p><p><\\\\\/p><p>As a curiosity, it is worth mentioning that the name of the street is due to the existing twinning between C\u00f3rdoba and the Tunisian city of Kairouan, which has a mosque that bears certain similarities to the one in C\u00f3rdoba.<\\\\\/p><p><\\\\\/p><p>In front of the gate is the sculpture of Seneca, an illustrious Cordovan and key figure in Roman philosophy who was tutor to the Roman Emperor Nero.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/murallas-y-puerta-de-almodovar\\\\\/59fc6cf5-bbef-485b-b6bc-3b40e1d6dff6.webp\\\"},{\\\"id\\\":\\\"9e784cca-9e16-48d7-a0f1-a357549ea1f8\\\",\\\"name\\\":\\\"Cairuan Street\\\",\\\"coords\\\":[-4.7838646173477,37.879900652531],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-cairuan\\\\\/f6d586aa-6d2d-4346-9a5b-99a1aa9d0915.webp\\\"},{\\\"id\\\":\\\"9f330ce1-9208-4f5b-9e1c-6a1496e2096e\\\",\\\"name\\\":\\\"Puerta de la Luna\\\",\\\"coords\\\":[-4.7830217853166,37.878427539997],\\\"description\\\":\\\"<p>One stretch of wall has been preserved intact, leading south from the gate as far as the Campo Santo de los Martires, along the street named Kairuan. This wall was rebuilt in the fourteenth century, and underwent major restoration in the 1960s under Jose Rebollo, who added the moat and the walkway around it, as well as opening up the gateway at the southern end known as Puerta de la Luna.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-puerta-de-la-luna\\\\\/7af8c104-090a-4e65-978a-e1e0b9d87f4e.webp\\\"},{\\\"id\\\":\\\"9e784cca-9774-4f19-b93c-a9f66e45bc12\\\",\\\"name\\\":\\\"Baths of the Caliphate Alcazar\\\",\\\"coords\\\":[-4.7822552919388,37.87790634907],\\\"description\\\":\\\"<p>These baths or <strong>hammams<\\\\\/strong>, adjacent to the Umayyad Alcazar, to which they certainly belonged, may have been the most important in the city. Ablutions and bodily cleansing were an essential part of Muslim life. They were <strong>part<\\\\\/strong> of prayer as well as being a <strong>social rite<\\\\\/strong>. <\\\\\/p><p><\\\\\/p><p>Built under the Caliphate of <strong>Al-Hakem II<\\\\\/strong>, they form a group of rooms with ashlar walls. They are enclosed by vaults (where the characteristic star-shaped skylights appear), supported by ultra-semicircular arches on marble capitals and columns. <\\\\\/p><p>During the 11th to 13th centuries, they were reused by the <strong>Almoravids<\\\\\/strong> and <strong>Almohads<\\\\\/strong>, as evidenced by the plasterwork carved with <strong>ataurique<\\\\\/strong> motifs and epigraphic bands from the period that are kept in the archaeological museum.<\\\\\/p><p><\\\\\/p><p>It has recently been converted into a museum, offering a surprising tour.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/banos-del-alcazar-califal\\\\\/21dc50cc-8e29-48a8-bf0b-310a9ccbe237.webp\\\"},{\\\"id\\\":\\\"9e784cca-7d37-449e-95bd-ac410c8af6b3\\\",\\\"name\\\":\\\"The Castle of the Chistian Monarchs\\\",\\\"coords\\\":[-4.7817885875702,37.876691110082],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/alcazar-de-los-reyes-cristianos\\\\\/84f211f8-d036-42eb-92a3-7cc0c88aaa56.jpg\\\"},{\\\"id\\\":\\\"9e784cca-83e6-481d-8d67-3018cd9cfd56\\\",\\\"name\\\":\\\"Royal Stables\\\",\\\"coords\\\":[-4.7830653190613,37.876640298259],\\\"description\\\":\\\"<p>This unique building was home to the best Spanish stallions for almost five centuries in a row. It was created for this purpose in 1570 by order of King Philip II, who wanted to create a new breed of horse in Cordoba: the Andalusian Horse - Pura Raza Espa\u00f1ol. The monarch spared no expense and built a superb building which was burnt to the ground in 1735. It was immediately rebuilt by King Ferdinand VI and King Charles III. <\\\\\/p><p><\\\\\/p><p>The building is arranged around a large courtyard of almost 3,000 square metres. The stables stand out, a beautiful room with three naves that Lorca called the \\\\\\\"cathedral of horses\\\\\\\", and the riding arena where the show \\'Pasi\u00f3n y Duende del Caballo Andaluz\\', promoted by C\u00f3rdoba Ecuestre, now takes place. In 1995, the State Stallion Depot, under the direction of the Horse Breeding Service, moved to Ecija (Seville) and the building lost its original function, so that it now has a purely tourist use.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/caballerizas-reales\\\\\/a8daeb38-a826-40d8-abaf-da9ab3b8d8bb.webp\\\"},{\\\"id\\\":\\\"9f330da0-1403-4fdd-ab8c-c7b138de746b\\\",\\\"name\\\":\\\"Bethlehem Arch and Tower\\\",\\\"coords\\\":[-4.7834586289861,37.876841793918],\\\"description\\\":\\\"<p>The Torre de Bel\u00e9n (Bethlehem Tower) has a square floor plan measuring 7.4 metres on each side and is built with limestone ashlars made up of a rope and two tizones. Access to the tower was by means of two doors that formed a right angle. The outer doorway (to the north) is in the form of a pointed horseshoe arch. The inner door (to the east) is the only one that currently leads to the ground floor, which was converted into a hermitage (hence the name Torre de las Im\u00e1genes or Torre de San Benito (Tower of the Images or Tower of Saint Benedict).<\\\\\/p><p><\\\\\/p><p>The tower has two floors covered by a brick vault in the shape of a hemispherical cap. On the first floor are the entrances to the wall\\'s walkways (to the north and south, by means of semicircular arches), and to the three openings covered by semicircular arches in the east wall, where the chapel bells were once located. There are two theories about the construction of this tower: one of them defends its Almohad origin (12th century), while others place it somewhat later, in the Christian period.<\\\\\/p><p><\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-arco-y-torre-de-belen\\\\\/3896e5bf-3b0a-4e0f-87ec-624be7e602ca.webp\\\"},{\\\"id\\\":\\\"9f330e20-d300-4fc0-831d-261cd0ec222f\\\",\\\"name\\\":\\\"Alc\u00e1zar Viejo district\\\",\\\"coords\\\":[-4.7841358551388,37.876099721856],\\\"description\\\":\\\"<p>The Alc\u00e1zar Viejo district, known popularly as Barrio de San Basilio, dates back to the first years after the city\u2019s conquest by the troops of Fernando III The Saint. After he took control of the city, the king divided Cordoba into two main walled areas, the Medina area in the higher part of town and the Axerqu\u00eda area beside the river. As part of the city\u2019s expansion, in the late Middle Ages, to the west and southwest, the walled city of Cordoba, which had been built during the Almoravid period reusing some of the early Roman walls, was extended in the 14th century to the west, to form an area which was first called the Castillo de la Juder\u00eda (Castle of the Jewish Quarter) and later, the new district of the Alc\u00e1zar Viejo. <\\\\\/p><p><\\\\\/p><p>In 1399, this large area, as yet undeveloped, was used to settle crossbow archers and their families, who enjoyed special privileges in exchange for helping to defend the nearby Castle of the Christian Monarchs. The new district had an improved urban design and each house had its own courtyard, and its most striking feature was the Tower of Bethlehem, originally part of the defensive wall, which later became a shrine with the same name.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-7650-44bf-9f5c-871037dfa4e4\\\",\\\"name\\\":\\\"Seville Gate\\\",\\\"coords\\\":[-4.7854149341583,37.875276834588],\\\"description\\\":\\\"<p>The Puerta de Sevilla is the entrance to the district of San Basilio or Alc\u00e1zar Viejo. It dates from 1958, although its stone construction is deceptive and gives it a false sense of age. It is located on the site where the Muslim gate of the Drogueros once stood. <\\\\\/p><p><\\\\\/p><p>The first Gate of Seville, or Bab Isbiliya, was located closer to the Caliphate Alcazar, perhaps where the Portillo de la Luna is today on the wall of Calle Cairu\u00e1n. During the 14th century, as the city expanded with the creation of the district of San Basilio, it was moved to its current location, where a new one was built during the second half of the 14th century, and finally demolished in 1865. <\\\\\/p><p><\\\\\/p><p>The wall of which it forms part was built in the same 14th century and formed part of the defence of the Christian Alcazar. On the outside there are remains of what may have been an ancient aqueduct. <\\\\\/p><p><\\\\\/p><p>Next to it is a statue of Ibn Hazam, the notable 10th-century Muslim philosopher, poet and theologian who wrote The Necklace of the Dove.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/puerta-de-sevilla\\\\\/727385ed-d5f1-47ad-8006-8975790dabe8.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\\\":\\\"Plaza de la Corredera and its surroundings\\\",\\\"short_link\\\":\\\"https:\\\\\/\\\\\/aumentur.link\\\\\/99qYDQALXRZULgXm\\\",\\\"locations\\\":[{\\\"id\\\":\\\"9e784cca-eebd-4dbc-a594-8337edfc5805\\\",\\\"name\\\":\\\"Cabezas Street\\\",\\\"coords\\\":[-4.7768104076385,37.880349186951],\\\"description\\\":\\\"<p>Very narrow and enclosed by a gate, it holds one of the most popular legends of Cordoba, which tells that the heads of the Seven Infantes de Lara were hung here from the arches of the street back in the 10th century and thus exposed to their father, Gonzalo Gustioz, Lord of Salas. <\\\\\/p><p><\\\\\/p><p>The legend, recorded on a marble plaque next to the alley, inspired the play &quot;El moro exp\u00f3sito&quot;, by the Duke of Rivas and gave its name to the main street: Cabezas. The alley can be accessed from the &quot;Casa-Museo Casa de las Cabezas: Patios de Leyenda&quot; (House-Museum Casa de las Cabezas: Patios of Legend).<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/calle-cabezas\\\\\/a24f36ec-6095-4f1a-af6e-a6b57cb2aa4a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-55ed-406c-8c05-424270abb820\\\",\\\"name\\\":\\\"House of the Marquises of Carpio\\\",\\\"coords\\\":[-4.775948,37.881029],\\\"description\\\":\\\"<p>The wall that surrounded the Roman city and was reinforced by Muslims and Christians, dividing medieval Cordoba in two, ran along the present-day Calle de San Fernando. Ferdinand III granted the site now occupied by the imposing palace to the M\u00e9ndez de Sotomayor family, on the condition that they would take charge of the defence of the wall. Hence the defensive aspect of the building, especially the keep. The palace has another exit on Cabezas street, where another no less imposing Gothic tower overlooks it. It was built in the 15th century. <\\\\\/p><p><\\\\\/p><p>The appearance it has today on the outside is the result of the refurbishment carried out in 1933. Inside, there is a neo-Arabic style courtyard and the remains of a Roman house in the basement. <\\\\\/p><p><\\\\\/p><p>It is one of the few ancestral homes that remain inhabited.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-los-marqueses-del-carpio\\\\\/70ce6262-d665-41b1-a715-084d9b5ad957.webp\\\"},{\\\"id\\\":\\\"9f3acf81-d0fc-4c1e-8dda-edb89a0ad55b\\\",\\\"name\\\":\\\"Rear fa\u00e7ade of the House of the Marquises of Carpio\\\",\\\"coords\\\":[-4.7759927901641,37.881036571658],\\\"description\\\":\\\"<p>The rear fa\u00e7ade of the Casa de los Marqueses del Carpio, on Calle Cabezas, is notable for its imposing medieval tower in Gothic style, which evokes the building\\'s stately past. This structure contrasts with the more recent fa\u00e7ade on Calle de la Feria, which is more scenographic in character. The ensemble offers an interesting blend of history and architecture that enriches a stroll through the old quarter of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-luis-de-gongora\\\\\/485bd906-55ef-4275-bdb2-be4b9235d5d5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-4f2f-4af2-8ebb-d88a17affc1a\\\",\\\"name\\\":\\\"Portillo Arch\\\",\\\"coords\\\":[-4.7762525081635,37.881401496116],\\\"description\\\":\\\"<p>Opposite the arch of the Compas de San Francisco is this Portillo de Corvache, which has miraculously survived the passage of time. <\\\\\/p><p><\\\\\/p><p>This small gate was opened at the end of the 14th century and its function was to communicate the two parts of the city, the medina and the ajerqu\u00eda, which were separated by the wall. There are still remains of this wall attached to the buildings on this side of the Calle de San Francisco; some are visible, as in the Ermita de la Aurora; others are not, such as the one that the demolition of the house attached to the portillo has brought to light. The arch of the Portillo is semicircular, without ornamental elements, and widened at the bottom after the reform carried out in 1703 to allow carriages to pass through. <\\\\\/p><p><\\\\\/p><p>The walker who crosses it and climbs the slight slope to which it leads will enter a unique network of streets in which time seems to have stood still. At night, they are particularly evocative.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/arco-del-portillo\\\\\/d328ea63-e54b-40f2-8b24-25683f911a2c.webp\\\"},{\\\"id\\\":\\\"9f394fec-b487-4435-aac8-742e8553ce88\\\",\\\"name\\\":\\\"San Francisco Compas\\\",\\\"coords\\\":[-4.7758971610385,37.88155791462],\\\"description\\\":\\\"<p>Aligned with the pavement of the Calle de la Feria, the doorway that gave access to the compass, also built at the end of the 17th century, has been preserved. Composed of a semicircular arch flanked by pairs of pilasters with Ionic capitals on pedestals, its view from the outside beautifully frames the fa\u00e7ade of the church.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-compas-de-san-francisco\\\\\/a5a3044b-69af-4d63-b545-f39ca7fbf65a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-4853-4c29-8364-47e68d6a4a7e\\\",\\\"name\\\":\\\"Church of San Francisco and San Eulogio de la Ajerqu\u00eda\\\",\\\"coords\\\":[-4.7756114602089,37.88160247191],\\\"description\\\":\\\"<p>The entrance arch dates from 1782. At the top, we are welcomed by an image of San Francisco. This arch was the entrance to the convent of San Pedro el Real, one of the 14 Christian churches founded by Ferdinand III after the conquest of Cordoba. <\\\\\/p><p><\\\\\/p><p>The convent of San Pedro housed Franciscan monks until the mid-19th century. After the confiscation, it was sold and had the curious function of housing a weaving factory inside. <\\\\\/p><p><\\\\\/p><p>Today it is the parish church of San Francisco and San Eulogio. Like others, the alterations and additions of later centuries camouflage the medieval part of the building. The fa\u00e7ade is Baroque, dating from the 18th century, and its niche features San Fernando, the so-called holy king who founded this and 13 other churches. <\\\\\/p><p><\\\\\/p><p>One of the most beautiful remaining parts of the old convent, which was finally restored in 2007, is the cloister, built in the 17th century, to the left of the church. <\\\\\/p><p><\\\\\/p><p>Inside, there is an important collection of paintings, especially the Head of Saint Andrew, the first known work by Vald\u00e9s Leal, and the carving of the Crucified Lord (17th century).<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-compas-de-san-francisco\\\\\/a5a3044b-69af-4d63-b545-f39ca7fbf65a.webp\\\"},{\\\"id\\\":\\\"9f395199-83d8-431b-958a-c8a1347a8536\\\",\\\"name\\\":\\\"Cloister of San Francisco\\\",\\\"coords\\\":[-4.7755377950436,37.881860647666],\\\"description\\\":\\\"<p>The Monastery of San Pedro el Real was founded by King Ferdinand III the Saint after the conquest of the city. Belonging to the Franciscan order, it was a large building of which, in addition to its church, part of the cloister and the compass, converted into public squares, still survive today, although its current appearance corresponds to the reforms carried out during the 18th century, which caused it to lose its original medieval character. <\\\\\/p><p><\\\\\/p><p>From the Baroque cloister of the former convent, two two-storey bays survive, both with porticoed galleries of semicircular arches supported on slender columns with smooth shafts and Tuscan capitals, in a two-to-one arrangement, i.e. each arch on the ground floor has two corresponding arches on the second floor. These galleries were recovered by the architect F\u00e9lix Hern\u00e1ndez at the end of the last century and again adapted for public use at the beginning of this century.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/ayuntamiento_de_cordoba-claustro-de-san-francisco\\\\\/31319440-17cf-406c-b45b-ea3e01c024b3.webp\\\"},{\\\"id\\\":\\\"9e784ccd-4b45-4527-8e9b-04b22d4998ad\\\",\\\"name\\\":\\\"Plaza del Potro\\\",\\\"coords\\\":[-4.7747504711151,37.881042730398],\\\"description\\\":\\\"<p>One of the oldest and most photographed squares in Cordoba, it owes its name to the horse and mule trade that took place there. <\\\\\/p><p><\\\\\/p><p>A reminder of this activity is the colt that crowns the octagonal fountain dating from 1577, which was built to improve the water supply for the local residents. The colt, which holds the coat of arms of C\u00f3rdoba between its legs, was added in the 17th century. <\\\\\/p><p><\\\\\/p><p>On the other side of the square stands a triumphal statue of San Rafael, the work of Michel de Verdiguier, built in 1768 and moved to this square in 1924. The square was conceived as a square enclosure, enclosed where Calle Lineros now runs. <\\\\\/p><p><\\\\\/p><p>The square was immortalised by Cervantes, as can be seen in the tiles installed in 1917 on the fa\u00e7ade of the Hospital de la Caridad. Today, this former hospital houses the Fine Arts Museum and the Julio Romero de Torres Museum. <\\\\\/p><p><\\\\\/p><p>On the other side, the Posada del Potro, now converted into the Centro Flamenco Fosforito, tells us of the commercial past of this square.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/posada-del-potro\\\\\/23590c62-afc7-44ce-8a5b-13ddbf769c0c.webp\\\"},{\\\"id\\\":\\\"9e784ccc-34cb-4c4e-a68e-59b148c15651\\\",\\\"name\\\":\\\"Museum of Fine Arts\\\",\\\"coords\\\":[-4.7748309373856,37.881196144582],\\\"description\\\":\\\"<p>The Hospital de la Caridad dates back to the beginning of the 15th century and to the Hermandad de la Caridad, founded by Cordovan nobles to provide assistance to the sick and dying without resources.<\\\\\/p><p><\\\\\/p><p>The Brotherhood enjoyed great prestige in its day. To join it, one had to show proof of belonging to the nobility. The position of elder brother of the brotherhood was one of the most coveted honorary posts in the city. <\\\\\/p><p><\\\\\/p><p>The construction of the Hospital changed the appearance of the square. From the 15th century, the Hospital de la Caridad preserves the chapel, the staircase and the courtyard. The main fa\u00e7ade of the chapel, in Gothic style, today overlooks the square. At the beginning of the 19th century, the brotherhood and the hospital were dissolved and the Provincial Council acquired the building. <\\\\\/p><p><\\\\\/p><p>In 1865 it became the Library and Museum and later the School of Fine Arts. Today, the former Hospital de la Caridad is still a space dedicated to art: the Fine Arts Museum and the Julio Romero Torres Museum. <\\\\\/p><p><\\\\\/p><p>Although its walls contain paintings by Italian Renaissance masters, its main and most numerous collections are from the Baroque period and the 19th century. Works by Bartolom\u00e9 Bermejo, Luis de Morales, Vald\u00e9s Leal, Ribera, Zurbar\u00e1n, Murillo, Antonio del Castillo and the Cordovan sculptor Mateo Inurria stand out.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-de-bellas-artes\\\\\/72091954-318b-4b18-918b-5bb933b16e6a.webp\\\"},{\\\"id\\\":\\\"9e784ccc-3b50-43e4-8bd9-9f41afcabbb1\\\",\\\"name\\\":\\\"Julio Romero de Torres Museum\\\",\\\"coords\\\":[-4.7748309373856,37.881196144582],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/museo-de-julio-romero-de-torres\\\\\/4c0f65c3-4e0e-4c37-a910-a28ec8844287.webp\\\"},{\\\"id\\\":\\\"9e784ccc-0084-4448-b95a-4dfaa5468d89\\\",\\\"name\\\":\\\"Corredera Square\\\",\\\"coords\\\":[-4.774911403656,37.88367627296],\\\"description\\\":\\\"<p>The only one in Andalusia with the characteristics of a Castilian main square, similar to those of Madrid and Salamanca, it is an enormous enclosed rectangle surrounded by arcades with large semicircular arches over which three floors of private houses stand. <\\\\\/p><p><\\\\\/p><p>Only the old balcony - for public appearances - has been preserved, under which the Mercado de Abastos and the restored Casa de Do\u00f1a Mar\u00eda Jacinta, which refused to be demolished and won the lawsuit, are located at the southwest corner.<\\\\\/p><p><\\\\\/p><p>The recreational aspect it enjoyed in the past (bullring, games of ca\u00f1as...) does not leave the square in the present, housing antique shops, bookshops, caf\u00e9s and bars where you can enjoy a relaxed atmosphere and the sun on the terraces. In addition to the weekly flea market, a unique medieval market is held here in January.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/plaza-de-la-corredera\\\\\/8ae3b214-c55e-41e8-9d08-215df9ef57d1.webp\\\"},{\\\"id\\\":\\\"9f331d48-a607-4034-8103-ebc3b5dbfc39\\\",\\\"name\\\":\\\"Socorro Chapel\\\",\\\"coords\\\":[-4.7737180865747,37.883284260933],\\\"description\\\":\\\"<p>The Ermita del Socorro, located in the square that bears its name and very close to the Plaza de la Corredera, was built in the 17th century. It originally stood in the square itself, but was moved to its current location after the remodelling ordered by the Corregidor Francisco Ronquillo Brice\u00f1o, who expropriated it in exchange for the site it occupies today. <\\\\\/p><p><\\\\\/p><p>The main altarpiece houses a small chapel with the image of the Virgen del Socorro, which projects outwards and connects, in height, with an adjoining building on Calle Toril. <\\\\\/p><p><\\\\\/p><p>Curiously, when walking along this street, one passes right underneath the chapel. In addition, two side windows allow the image to be seen from the outside, making it a devotional element visible from the street.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-1345-4d0a-aaea-d2d7f308f79d\\\",\\\"name\\\":\\\"St. Peter\\'s Church\\\",\\\"coords\\\":[-4.7720414400101,37.882639520865],\\\"description\\\":\\\"<p>The Bas\u00edlica Menor de San Pedro is one of the churches founded by King Ferdinand III after the conquest of Cordoba. A church dedicated to this saint, on whose day, 29 June 1236, the city surrendered definitively to the Christian troops, could not be missing. <\\\\\/p><p><\\\\\/p><p>It was built over the mosque in the Al-buri neighbourhood, which in turn was built over the ruins of an ancient Basilica of the Three Saints (Saint Faust, Saint Januarius and Saint Martial), the first three Cordovan martyrs of Roman times. <\\\\\/p><p><\\\\\/p><p>Its construction began in the 13th century and was completed in the early 14th century. It is in a transitional style between Romanesque and Gothic. Two of the Gothic doorways are preserved on the sides of the building, which, together with the first part of the tower, are the surviving elements of the original construction. <\\\\\/p><p><\\\\\/p><p>The church has undergone numerous modifications over the centuries. The main doorway is Renaissance and was modified by Hern\u00e1n Ruiz II in 1542 to replace the previous one, which was in a poor state of repair. <\\\\\/p><p><\\\\\/p><p>Inside, the main altarpiece and the Baroque chapel of the Santos M\u00e1rtires, both from the 18th century, stand out. The remains of the Holy Martyrs appeared during works carried out in the 16th century. The fact that it houses these relics led to it being named a Minor Basilica in 2006 by Pope Benedict XVI.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/iglesia-de-sanpedro\\\\\/9600c537-3fc8-43c3-9247-61263abc16e6.webp\\\"},{\\\"id\\\":\\\"9e784ccd-541e-448c-9f80-83bd557c7361\\\",\\\"name\\\":\\\"Square and House of the Aguayo family\\\",\\\"coords\\\":[-4.7717237032018,37.883103322024],\\\"description\\\":\\\"<p>This square, which was built in the 16th century, lies next to the one of the side walls of the church of San Pedro. The stately home of the Aguayos family, now a religious school, dates from the same period, and gave its name to the square. In the middle of the square, a Triumphal Monument to San Rafael was built in 1763.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784ccc-b481-46b0-b4f0-c91efc759ff3\\\",\\\"name\\\":\\\"Convent of Santa Cruz\\\",\\\"coords\\\":[-4.769321680069,37.881962363987],\\\"description\\\":\\\"<p>Located in Calle Agust\u00edn Moreno, near the Church of San Pedro, is the extensive monastery of Santa Cruz, run by Poor Clare nuns. Founded in the 15th century, it preserves few traces of its Gothic origin due to later remodelling, much of it in the Baroque period. <\\\\\/p><p><\\\\\/p><p>The semicircular arched doorway leads to the compass. At the entrance to the church, the coats of arms of the convent\\'s patrons, the Marquises of Escalonias, can be seen buried under the steps of the presbytery. The church, completely remodelled in the 18th century, is striking for its 18th-century tiled plinth and the coffered ceilings of the choir loft and choir loft.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/convento-de-santa-cruz\\\\\/e8691534-30a8-4b26-8c09-c791caf412b6.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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/casa-de-las-campanas\\\\\/a1b9ae3a-e0da-41ec-a1c0-370edfeb97c1.webp\\\"},{\\\"id\\\":\\\"9e784ccc-27e0-4224-85a5-bce848abff58\\\",\\\"name\\\":\\\"Church of Santiago\\\",\\\"coords\\\":[-4.769681096077,37.880645291565],\\\"description\\\":\\\"<p>Like most Fernandine churches, it was built on the site of a former mosque of which the minaret, converted into a Christian tower, remains. Its original architectural features have been returned to it thanks to the restoration work carried out. It contains numerous works of artistic interest, such as the 15th century Cristo de las Penas.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.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.7686323523521,37.880690172896],\\\"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:\\\\\/\\\\\/aumentur.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.769681096077,37.880645291565],\\\"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:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/molino-de-martos\\\\\/1cdaa24e-34a2-407c-9a11-b8bb579389c6.webp\\\"},{\\\"id\\\":\\\"9f331e0e-7fdc-4aee-88c7-fecdfa73eab1\\\",\\\"name\\\":\\\"Paseo de la Ribera\\\",\\\"coords\\\":[-4.7733825248102,37.880583140875],\\\"description\\\":\\\"<p>The Paseo de la Ribera begins at the Plaza de la Cruz del Rastro and ends at the Ronda de los M\u00e1rtires. It has on its northern side the Enrique Romero de Torres street, the Consolaci\u00f3n street, as well as the Noques street. <\\\\\/p><p><\\\\\/p><p>Until the middle of the 19th century, this promenade was known as \\\\\\\"Ribera de Curtidores\\\\\\\", due to the many tanning establishments that existed in the neighbourhood. <\\\\\/p><p><\\\\\/p><p>Later, from the end of the 19th century to the present day, the Paseo de la Ribera de C\u00f3rdoba is one of the most popular places for the Cordobeses to relax all year round, due to its proximity to the river and its pleasant surroundings. It also offers a wide range of gastronomic and leisure activities.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f331e33-4a7d-4a4d-8f80-4113a77c8901\\\",\\\"name\\\":\\\"Miraflores Bridge\\\",\\\"coords\\\":[-4.7750496268655,37.879453315574],\\\"description\\\":\\\"<p>The Miraflores Bridge was the fourth urban bridge to be built in Cordoba. It consists of a Corten steel tray supported on a curved pier and connects the Miraflores Park, designed by Juan Cuenca Montilla, with the historic centre of Cordoba.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9f331ea5-462d-4b4e-865b-2793756caa74\\\",\\\"name\\\":\\\"Contemporary Art Centre of Andalusia\\\",\\\"coords\\\":[-4.7717334227939,37.875650180155],\\\"description\\\":\\\"<p>The Centro de Creaci\u00f3n Contempor\u00e1nea de Andaluc\u00eda (C3A) is a space dedicated to contemporary production and creation where artists can realise their projects, researching, experimenting, generating their works and exhibiting them. It is a place for meeting and dialogue between disciplines, for specialised and initial training and for citizen participation. One of the main objectives of the C3A is to bring contemporary artistic languages closer to the public, so that it shows not only finished works, but also the creative process. <\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":null},{\\\"id\\\":\\\"9e784cca-594a-42bf-8d54-7bc51ce3c21b\\\",\\\"name\\\":\\\"Roman Bridge\\\",\\\"coords\\\":[-4.7783660888672,37.876945168671],\\\"description\\\":\\\"<p>Although it has inherited the Roman name, it only preserves some internal ashlars from that period. <\\\\\/p><p><\\\\\/p><p>It is believed that before the 1st century AD there was a bridge at this point of the river, probably made of wood. It was not until the 1st century AD, in the time of Augustus, that it was built in stone. So many years of history, almost as many as C\u00f3rdoba, have left many transformations in this icon of the city. It was modified and reinforced during the Emirate, the Caliphate of Alhaken II, in the Christian Middle Ages, in the Modern Age and in 1876. In 2008, the most ambitious renovation to date was completed by the architect Juan Cuenca, who sought to restore the bridge to its original appearance as closely as possible. It was pedestrianised and recovered for a public promenade. <\\\\\/p><p><\\\\\/p><p>Despite so many transformations, its layout, structure and appearance have been fairly well preserved to the present day. The Via Augusta, which linked Rome with Cadiz, used to run over the bridge. <\\\\\/p><p><\\\\\/p><p>This function as the main access road to Cordoba from the south was maintained for no less than twenty centuries, since until the mid-20th century, the Roman Bridge was the only road that connected the southern part of the city with the rest of the city. <\\\\\/p><p><\\\\\/p><p>Halfway across the bridge, the walker will find the oldest image of San Rafael in Cordoba, made in 1651 and restored at the same time as the bridge.<\\\\\/p>\\\",\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/puente-romano\\\\\/a122d034-f8b0-4f61-9b7a-f427cdcab2b5.webp\\\"},{\\\"id\\\":\\\"9e784ccc-eef0-45d9-a180-0150904ef836\\\",\\\"name\\\":\\\"Visitor Reception Centre\\\",\\\"coords\\\":[-4.7788274288177,37.877787225493],\\\"description\\\":null,\\\"tags\\\":[],\\\"image\\\":\\\"https:\\\\\/\\\\\/aumentur.s3.eu-central-1.amazonaws.com\\\\\/centro-de-recepcion-de-visitantes\\\\\/5d0dcec7-a9c8-4a5a-9ef7-f12203717291.jpg\\\"}]}}');\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\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\n    L.control.zoom({\n        position: 'topright',\n        zoomInTitle: 'Acercar mapa',\n        zoomOutTitle: 'Alejar mapa',\n    }).addTo(map);\n\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\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: \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\",\n                method: 'POST',\n                data: {\n                    action: 'recommender_execution',\n                    security: \"209ecb329f\",\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: \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\",\n                        method: 'GET',\n                        data: {\n                            action: 'get_pack',\n                            security: \"209ecb329f\",\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            jQuery.ajax({\n                url: \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\",\n                method: 'GET',\n                data: {\n                    action: 'get_pack',\n                    security: \"209ecb329f\",\n                    pack_id: packs['custom'].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                    const qrContent = document.getElementById(\"aumentur-generated-pack-qr\");\n                    qrContent.innerHTML = \"\";\n                    const deeplink = document.getElementById(\"aumentur-generated-pack-deeplink\");\n                    deeplink.href = \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\" + '?action=download_pack_report&pack_id=' + packs['custom'].id;\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                },\n                error: function() {\n                    console.log('ERROR GET PACK');\n                }\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: \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\",\n                method: 'POST',\n                data: {\n                    action: 'aumentur_custom_user_pack',\n                    security: \"209ecb329f\",\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 = \"http:\/\/13.36.168.58\/wp-admin\/admin-ajax.php\" + '?action=download_pack_report&pack_id=' + pack.id;\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                    \/\/ 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                const markerIcon = L.divIcon({\n                    className: 'red-dot-icon',\n                    iconSize:   [24, 24],     \/\/ M\u00ednimo WCAG 2.5.8\n                    iconAnchor: [12, 12],\n                    html: '<span class=\"dot-visual\" aria-hidden=\"true\"><\/span>'\n                });\n\n                const marker = L.marker([location.coords[1], location.coords[0]], {\n                    icon: markerIcon,\n                    title: location.name\n                });\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 ?? ''}\" aria-hidden=\"true\" \/>\n                        <div style=\"display: flex; justify-content: space-between;\">\n                            <h3 id=\"marker-info-title\">${location.name}<\/h3>\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\n                marker.on('add', () => {\n                    const el = marker.getElement();\n\n                    if (el) {\n                        el.setAttribute('aria-label', `Ubicaci\u00f3n: ${location.name}`);\n                    }\n                });\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                markers.addLayer(marker);\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: \"http:\/\/13.36.168.58\/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","protected":false},"excerpt":{"rendered":"<p>Interactive map<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-603","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mapa -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/13.36.168.58:80\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mapa -\" \/>\n<meta property=\"og:description\" content=\"Mapa interactivo\" \/>\n<meta property=\"og:url\" content=\"http:\/\/13.36.168.58:80\/en\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T15:06:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/\",\"url\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/\",\"name\":\"Mapa -\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/#website\"},\"datePublished\":\"2026-05-05T16:42:45+00:00\",\"dateModified\":\"2026-05-28T15:06:54+00:00\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mapa\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/#website\",\"url\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/\",\"name\":\"\",\"description\":\"Mapa interactivo\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/13.36.168.58:80\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mapa -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/13.36.168.58:80\/en\/","og_locale":"en_GB","og_type":"article","og_title":"Mapa -","og_description":"Mapa interactivo","og_url":"http:\/\/13.36.168.58:80\/en\/","article_modified_time":"2026-05-28T15:06:54+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/13.36.168.58:80\/en\/","url":"http:\/\/13.36.168.58:80\/en\/","name":"Mapa -","isPartOf":{"@id":"http:\/\/13.36.168.58:80\/en\/#website"},"datePublished":"2026-05-05T16:42:45+00:00","dateModified":"2026-05-28T15:06:54+00:00","breadcrumb":{"@id":"http:\/\/13.36.168.58:80\/en\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["http:\/\/13.36.168.58:80\/en\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/13.36.168.58:80\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"http:\/\/13.36.168.58:80\/en\/"},{"@type":"ListItem","position":2,"name":"Mapa"}]},{"@type":"WebSite","@id":"http:\/\/13.36.168.58:80\/en\/#website","url":"http:\/\/13.36.168.58:80\/en\/","name":"","description":"Interactive map","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/13.36.168.58:80\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/pages\/603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/comments?post=603"}],"version-history":[{"count":9,"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/pages\/603\/revisions"}],"predecessor-version":[{"id":668,"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/pages\/603\/revisions\/668"}],"wp:attachment":[{"href":"http:\/\/13.36.168.58\/en\/wp-json\/wp\/v2\/media?parent=603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}