{"id":24,"date":"2022-08-22T11:27:50","date_gmt":"2022-08-22T11:27:50","guid":{"rendered":"https:\/\/agrupacionespsoe.es\/umbrete\/portada\/"},"modified":"2024-03-30T11:07:17","modified_gmt":"2024-03-30T11:07:17","slug":"portada","status":"publish","type":"page","link":"https:\/\/agrupacionespsoe.es\/umbrete\/","title":{"rendered":"Portada"},"content":{"rendered":"<section class=\"bg-black !bg-cover !bg-scroll lg:!bg-cover lg:!bg-fixed bg-center\" style=\"background: linear-gradient(to top right, rgba(244, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.7) 60%) fixed, url('https:\/\/agrupacionespsoe.es\/umbrete\/wp-content\/uploads\/sites\/35\/2023\/02\/umbrete-grande.jpg') center \/ cover no-repeat fixed\">\n    <div class=\"md:min-h-[60vh] py-10 px-6 flex flex-col items-center justify-center max-w-screen-lg mx-auto text-white text-center\">\n\n        \n        <h1 class=\"text-[55px] !leading-[1.09] font-bold mb-5\">Bienvenido a la p\u00e1gina web de PSOE-A de Umbrete<\/h1>\n\n                    <a class=\"text-xl lg:text-[35px] underline decoration-1 underline-offset-8 hover:opacity-75 !leading-10 lg:!leading-[1.6]\" href=\"https:\/\/inscribeteparavotar.es\" > <\/a>\n            <\/div>\n<\/section>\n\n\n<section class=\"py-12\" x-data=\"noticiasSection(null, '', '', '', '')\">\n    <div class=\"max-w-screen-lg mx-auto\">\n\n        <div class=\"text-center mb-5 lg:mb-10 px-6 lg:p-0\">\n                            <p class=\"text-primary uppercase font-bold\"><\/p>\n                        <h2 class=\"text-3xl lg:text-5xl font-bold !leading-tight\">Noticias<\/h2>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay noticias<\/p>\n        <\/div>\n\n        <div class=\"mb-5 w-[400px] mx-auto md:w-auto\" x-show=\"noticiaDestacada.noticia_title &#038;&#038; page == 1\">\n\n    <a x-bind:href=\"noticiaDestacada.noticia_permalink\" class=\"block group\">\n\n        <div class=\"md:grid grid-cols-3 items-center px-6 lg:p-0\">\n\n            <div class=\"md:col-span-2 md:order-last p-2\">\n                <div x-show=\"noticiaDestacada.noticia_thumbnail\">\n                    <img loading=\"lazy\" class=\"my-0 mb-5 h-[180px] md:h-[388px] w-full object-cover group-hover:brightness-50 transition-all\" x-bind:src=\"noticiaDestacada.noticia_thumbnail\" alt=\"noticiaDestacada.noticia_title\">\n                <\/div>\n\n                <div class=\"h-[180px] md:h-[388px] bg-slate-200 mb-5 group-hover:brightness-50 transition-all\" x-show=\"!noticiaDestacada.noticia_thumbnail\">\n\n                <\/div>\n            <\/div>\n\n            <div class=\"md:col-span-1 p-2\">\n                <p class=\"text-primary mb-2 uppercase group-hover:text-black\">Destacado<\/p>\n\n                <h3 class=\"text-xl lg:text-xl font-bold !mb-5 !leading-[1.3]\" x-html=\"noticiaDestacada.noticia_title\"><\/h3>\n\n                <div class=\"prose prose-sm max-w-full !leading-[1.63] !text-base\" x-html=\"noticiaDestacada.noticia_subtitle\"><\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/a>\n\n<\/div>\n\n        <div class=\"md:grid md:grid-cols-2 lg:grid-cols-3 md:justify-around px-6 md:p-0\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"index\" >\n                <div x-show=\"post.noticia_title\" class=\"mb-5 mx-auto p-2 w-[400px] max-w-full\">\n    <a x-bind:href=\"post.noticia_permalink\" class=\"block group\">\n\n        <div x-show=\"post.noticia_thumbnail\">\n            <img loading=\"lazy\" class=\"my-0 mb-5 h-[180px] w-full object-cover group-hover:brightness-50 transition-all\" x-bind:src=\"post.noticia_thumbnail\" alt=\"post.noticia_title\">\n        <\/div>\n\n        <div class=\"h-[180px] bg-slate-200 mb-5 group-hover:brightness-50 transition-all\" x-show=\"!post.noticia_thumbnail\">\n\n        <\/div>\n\n        <p class=\"!mb-2\">\n            <time class=\"text-[#c8c4c4] font-bold group-hover:text-primary\" x-text=\"post.noticia_date\"><\/time>\n        <\/p>\n\n\n        <h3 class=\"text-xl lg:text-xl font-bold !mb-5 !leading-[1.3]\" x-html=\"post.noticia_title\"><\/h3>\n\n        <div class=\"prose prose-sm max-w-full !leading-[1.63] !text-base\" x-html=\"post.noticia_subtitle\"><\/div>\n\n    <\/a>\n<\/div>\n            <\/template>\n\n        <\/div>\n\n        <div x-cloak x-show=\"hasPagination()\" class=\"flex flex-wrap justify-center border-t pt-4 mt-5\">\n            <button class=\"text-sm pr-1 mx-1\" type=\"button\" @click=\"goToPage(1)\">\n                <svg class=\"h-4 w-4 text-body\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"19 20 9 12 19 4 19 20\"><\/polygon>\n                    <line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"><\/line>\n                <\/svg>\n            <\/button>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.max(1, page-1))\">Anterior<\/button>\n\n            <template x-for=\"i in parseInt(maxNumPages)\" :key=\"i\">\n                <button x-show=\"((page-i < 3) &#038;&#038; (i-page < 3))\" class=\"text-sm px-2 py-1 mx-1\" :class=\"i == page ? 'bg-primary text-white' : ''\" type=\"button\" x-text=\"i\" @click=\"goToPage(i)\"><\/button>\n            <\/template>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.min(maxNumPages, page+1))\">Siguiente<\/button>\n\n            <button class=\"text-sm pl-1 mx-1\" type=\"button\" @click=\"goToPage(maxNumPages)\">\n                <svg class=\"h-4 w-4 text-body\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"5 4 15 12 5 20 5 4\"><\/polygon>\n                    <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"><\/line>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<section class=\"py-12\" x-data=\"agendaSection(null, '', '', '', '')\">\n    <div class=\"max-w-screen-lg mx-auto\">\n\n        <div class=\"text-center mb-5 lg:mb-10 px-6 lg:p-0\">\n                            <p class=\"text-primary uppercase font-bold\">AGENDA<\/p>\n            \n                            <h2 class=\"text-3xl lg:text-5xl font-bold !leading-tight\">Agenda de la Agrupaci\u00f3n Socialista de Umbrete<\/h2>\n            \n                            <div class=\"mb-5\">\n                    <p>Consulta los pr\u00f3ximos eventos que tendr\u00e1n lugar en nuestra agrupaci\u00f3n<\/p>\n\n                <\/div>\n                    <\/div>\n\n        <div class=\"flex items-center flex-wrap justify-center mb-5 px-6 lg:px-0\">\n            <div class=\"flatpickr md:flex items-center px-2 mb-2 basis-1\/2 md:basis-[auto]\">\n                <label for=\"search-from\" class=\"mr-2\">Desde<\/label>\n                <div class=\"flex items-center p-1 bg-primary\">\n                    <a class=\"input-button\" title=\"toggle\" style=\"flex: 0 0 40px\" data-toggle>\n                        <img decoding=\"async\" role=\"button\" class=\"!my-0 bg-white p-1\" width=\"40\" src=\"https:\/\/agrupacionespsoe.es\/umbrete\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/calendar-gris.fba35a.svg\" alt=\"\">\n                    <\/a>\n                    <input type=\"text\" id=\"search-from\" class=\"grow w-28 bg-primary placeholder-white text-center text-white p-2 outline-0 !outline-none focus:!outline-0 !outline-none\" name=\"from\" value=\"\" @change=\"changeDates( 'from', $event.target.value )\" placeholder=\"Elige fecha\" data-input>\n                <\/div>\n            <\/div>\n\n            <div class=\"flatpickr md:flex items-center px-2 mb-2 basis-1\/2 md:basis-[auto]\">\n                <label for=\"search-to\" class=\"mr-2\">Hasta<\/label>\n                <div class=\"flex items-center p-1 bg-primary\">\n                    <a class=\"input-button\" title=\"toggle\" style=\"flex: 0 0 40px\" data-toggle>\n                        <img decoding=\"async\" role=\"button\" class=\"!my-0 bg-white p-1\" width=\"40\" src=\"https:\/\/agrupacionespsoe.es\/umbrete\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/calendar-gris.fba35a.svg\" alt=\"\">\n                    <\/a>\n                    <input type=\"text\" id=\"search-to\" class=\"grow w-28 bg-primary placeholder-white text-center text-white p-2 outline-0 !outline-none focus:!outline-0 !outline-none\" name=\"to\" value=\"\" @change=\"changeDates( 'to', $event.target.value )\" placeholder=\"Elige fecha\" data-input>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n\n    <div class=\"max-w-screen-lg mx-auto\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay eventos disponibles<\/p>\n        <\/div>\n\n        <div class=\"md:grid md:grid-cols-2 px-6 md:p-0\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"index\">\n                <div x-show=\"post.agenda_title\" class=\"px-2 py-6 border-t md:flex flex-warp gap-4 items-center justify-around\">\n                    <div class=\"w-[90px] max-w-[90px] pr-1 border-r\" :class=\"(Date.parse(post.agenda_datetime) < now ) ? 'border-slate-400' : 'border-primary'\" style=\"flex: 0 0 90px\">\n                        <div class=\"p-2 text-center\" :class=\"(Date.parse(post.agenda_datetime) < now ) ? 'bg-slate-400' : 'bg-primary'\">\n                            <time class=\"text-white font-bold !my-0 text-sm\" x-text=\"post.agenda_datetime_1\"><\/time>\n                            <hr class=\"my-0\">\n                            <time class=\"text-white font-bold !my-0 text-sm\" x-text=\"post.agenda_datetime_2\"><\/time>\n                        <\/div>\n                    <\/div>\n\n                    <a class=\"md:grow p-2\" :class=\"!post.agenda_url ? 'cursor-default' : ''\" :href=\"post.agenda_url ? post.agenda_url : 'javascript:void(0)'\" :target=\"post.agenda_url ? '_blank' : ''\">\n                        <h3 class=\"text-base font-bold !my-2 !leading-normal\" x-text=\"post.agenda_title\"><\/h3>\n                    <\/a>\n                <\/div>\n            <\/template>\n\n        <\/div>\n\n        <div x-cloak x-show=\"hasPagination()\" class=\"flex flex-wrap\">\n            <button class=\"text-sm pr-1 mx-1\" type=\"button\" @click=\"goToPage(1)\">\n                <svg class=\"h-4 w-4 text-body\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"19 20 9 12 19 4 19 20\"><\/polygon>\n                    <line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"><\/line>\n                <\/svg>\n            <\/button>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.max(1, page-1))\">Anterior<\/button>\n\n            <template x-for=\"i in parseInt(maxNumPages)\" :key=\"i\">\n                <button x-show=\"((page-i < 3) &#038;&#038; (i-page < 3))\" class=\"text-sm px-2 py-1 mx-1\" :class=\"i == page ? 'bg-primary text-white' : ''\" type=\"button\" x-text=\"i\" @click=\"goToPage(i)\"><\/button>\n            <\/template>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.min(maxNumPages, page+1))\">Siguiente<\/button>\n\n            <button class=\"text-sm pl-1 mx-1\" type=\"button\" @click=\"goToPage(maxNumPages)\">\n                <svg class=\"h-4 w-4 text-body\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"5 4 15 12 5 20 5 4\"><\/polygon>\n                    <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"><\/line>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<section class=\"py-12 bg-primary text-white\" x-data=\"multimediaSection(null, '', '', '', '')\">\n    <div class=\"max-w-screen-lg mx-auto min-h-[300px] px-6 lg:p-0\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay multimedia disponible<\/p>\n        <\/div>\n\n        <template x-for=\"(post, index) in posts\" :key=\"index\" class=\"p-4 md:p-2\">\n            <div class=\"md:grid md:grid-cols-12 gap-[4rem]\" x-show=\"index == page &#038;&#038; post.multimedia_title\">\n\n                <div class=\"py-2 md:col-span-4 flex flex-col justify-between\">\n                    <div class=\"\">\n                        <time x-text=\"post.multimedia_date\" class=\"font-bold !mt-0 text-sm !mb-5\"><\/time>\n                        <h2 x-text=\"post.multimedia_title\" class=\"text-[1.625rem] !leading-[1.36] font-bold !my-0 !mb-5\"><\/h2>\n                        <p x-text=\"post.multimedia_subtitle\" class=\"italic !my-0 !mb-3\"><\/p>\n                    <\/div>\n\n                    <div class=\"hidden md:flex flex-wrap justify-between pt-5 mt-5 border-t-2 border-white\">\n                        <button class=\"text-sm pr-1 mx-1\" type=\"button\" @click=\"goToPage(1)\">\n                            <svg class=\"h-4 w-4 text-white\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polygon points=\"19 20 9 12 19 4 19 20\"><\/polygon>\n                                <line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"><\/line>\n                            <\/svg>\n                        <\/button>\n\n                        <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.max(1, page-1))\">Anterior<\/button>\n\n                        <template x-for=\"i in parseInt(maxNumPages)\" :key=\"i\">\n                            <button x-show=\"((page-i < 3) &#038;&#038; (i-page < 3))\" class=\"text-sm px-2 py-1 mx-1\" :class=\"i == page ? 'bg-white text-primary' : ''\" type=\"button\" x-text=\"i\" @click=\"goToPage(i)\"><\/button>\n                        <\/template>\n\n                        <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.min(maxNumPages, page+1))\">Siguiente<\/button>\n\n                        <button class=\"text-sm pl-1 mx-1\" type=\"button\" @click=\"goToPage(maxNumPages)\">\n                            <svg class=\"h-4 w-4 text-white\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polygon points=\"5 4 15 12 5 20 5 4\"><\/polygon>\n                                <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"><\/line>\n                            <\/svg>\n                        <\/button>\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"py-2 md:col-span-8\">\n\n                    <template x-if=\"post.multimedia_youtube_id\">\n                        <div data-service=\"youtube\" x-bind:data-id=\"post.multimedia_youtube_id\" class=\"bg-slate-400 !w-full aspect-video\"><\/div>\n\n                    <\/template>\n\n                    <template x-if=\"!post.multimedia_youtube_id\">\n                        <div data-service=\"video\" x-bind:data-id=\"post.multimedia_embed\" class=\"bg-slate-400 !w-full aspect-video\"><\/div>\n                    <\/template>\n\n                    <script type=\"text\/javascript\">\n                        window._manager.run(window._manager_options);\n                    <\/script>\n\n                <\/div>\n            <\/div>\n        <\/template>\n\n        <div class=\"md:hidden flex flex-wrap justify-between pt-5 mt-5 border-t border-white\">\n            <button class=\"text-sm pr-1 mx-1\" type=\"button\" @click=\"goToPage(1)\">\n                <svg class=\"h-4 w-4 text-white\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"19 20 9 12 19 4 19 20\"><\/polygon>\n                    <line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"><\/line>\n                <\/svg>\n            <\/button>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.max(1, page-1))\">Anterior<\/button>\n\n            <template x-for=\"i in parseInt(maxNumPages)\" :key=\"i\">\n                <button x-show=\"((page-i < 3) &#038;&#038; (i-page < 3))\" class=\"text-sm px-2 py-1 mx-1\" :class=\"i == page ? 'bg-white text-primary' : ''\" type=\"button\" x-text=\"i\" @click=\"goToPage(i)\"><\/button>\n            <\/template>\n\n            <button class=\"text-sm px-1 mx-1\" type=\"button\" @click=\"goToPage(Math.min(maxNumPages, page+1))\">Siguiente<\/button>\n\n            <button class=\"text-sm pl-1 mx-1\" type=\"button\" @click=\"goToPage(maxNumPages)\">\n                <svg class=\"h-4 w-4 text-white\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polygon points=\"5 4 15 12 5 20 5 4\"><\/polygon>\n                    <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"><\/line>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<section class=\"wp-block-psoe-separador bg-primary px-2\"><hr class=\"color-white bg-white opacity-1 h-[1px] w-full\" \/><\/section>\n\n\n\n<section class=\"wp-block-psoe-separador bg-primary px-2\"><hr class=\"color-white bg-white opacity-1 h-[1px] w-full\" \/><\/section>\n\n\n<section class=\"py-5 bg-primary\">\n    <div class=\"psoe-container\">\n        <div class=\"md:grid md:grid-cols-12 gap-4 items-center\">\n            <div class=\"md:col-span-3 lg:col-span-2 mb-5 md:mb-0\">\n                                    <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/agrupacionespsoe.es\/umbrete\/wp-content\/uploads\/sites\/35\/2023\/02\/cropped-umbrete-widget.jpg\" class=\"my-2 md:m-0 !w-auto mx-auto md:!w-[120px] md:!h-[120px] lg:!w-[180px] lg:!h-[180px] max-w-full md:object-contain md:object-center block\" \/>\n\n                                                <\/div>\n            <div class=\"md:col-span-9 lg:col-span-10 px-6 lg:p-4\">\n\n                                    <div class=\"md:grid md:grid-cols-12 py-2\">\n\n                                                    <div class=\"md:col-span-6 flex flex-col items-start 2xl:grid 2xl:grid-cols-2\">\n                                                                    \n                                        \n                                            \n                                            <a class=\"text-white md:px-4 hover:opacity-75 mb-5 underline underline-offset-8 leading-8 decoration-1\" href=\"https:\/\/agrupacionespsoe.es\/umbrete\/ejecutiva-municipal\/\" >Comisi\u00f3n Ejecutiva de Municipal<\/a>\n                                                                                                                                        <\/div>\n                        \n                                                    <div class=\"md:col-span-6 flex flex-col items-start 2xl:grid 2xl:grid-cols-2\">\n                                                                                                                                                        <p class=\"text-white md:px-4 mb-5 leading-8 decoration-1\">Representantes comit\u00e9 <\/p>\n                                                                                                                                        <\/div>\n                        \n                    <\/div>\n                \n                \n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"py-12 bg-white\">\n    <div class=\"max-w-screen-lg mx-auto\">\n\n        <div class=\"md:grid md:grid-cols-2 md:gap-2 items-center\">\n            <div class=\"p-2\">\n                                    <img decoding=\"async\" class=\"hidden md:inline-block\" src=\"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/11\/agrupaciones-militancia-1.png\" alt=\"Saber M\u00e1s\">\n                \n                                    <img decoding=\"async\" class=\"block md:hidden mx-auto mb-5\" src=\"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/11\/agrupaciones-militancia-1.png\" alt=\"Saber M\u00e1s\">\n                            <\/div>\n\n            <div class=\"p-2 text-center\">\n                <a class=\"hover:opacity-75 md:inline px-8 lg:px-14 py-2 lg:py-4 font-bold text-center uppercase lg:text-xl bg-primary !text-white\" href=\"https:\/\/afiliate.psoe.es\/Affiliation\/AffiliationHome\" >\n                    Saber M\u00e1s\n                <\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Portada - PSOE-A de Umbrete<\/title>\n<meta name=\"description\" content=\"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/agrupacionespsoe.es\/umbrete\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Portada - PSOE-A de Umbrete\" \/>\n<meta property=\"og:description\" content=\"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete\" \/>\n<meta property=\"og:url\" content=\"https:\/\/agrupacionespsoe.es\/umbrete\/\" \/>\n<meta property=\"og:site_name\" content=\"PSOE-A de Umbrete\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-30T11:07:17+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\":\"https:\/\/agrupacionespsoe.es\/umbrete\/\",\"url\":\"https:\/\/agrupacionespsoe.es\/umbrete\/\",\"name\":\"Portada - PSOE-A de Umbrete\",\"isPartOf\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#website\"},\"datePublished\":\"2022-08-22T11:27:50+00:00\",\"dateModified\":\"2024-03-30T11:07:17+00:00\",\"description\":\"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete\",\"breadcrumb\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/agrupacionespsoe.es\/umbrete\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/agrupacionespsoe.es\/umbrete\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Portada\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#website\",\"url\":\"https:\/\/agrupacionespsoe.es\/umbrete\/\",\"name\":\"PSOE-A de Umbrete\",\"description\":\"Agrupaci\u00f3n Socialista de Umbrete\",\"publisher\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/agrupacionespsoe.es\/umbrete\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#organization\",\"name\":\"PSOE-A de Umbrete\",\"url\":\"https:\/\/agrupacionespsoe.es\/umbrete\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/07\/Logotipo_electoral_del_PSOE.png\",\"contentUrl\":\"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/07\/Logotipo_electoral_del_PSOE.png\",\"width\":422,\"height\":422,\"caption\":\"PSOE-A de Umbrete\"},\"image\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/umbrete\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Portada - PSOE-A de Umbrete","description":"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete","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":"https:\/\/agrupacionespsoe.es\/umbrete\/","og_locale":"es_ES","og_type":"article","og_title":"Portada - PSOE-A de Umbrete","og_description":"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete","og_url":"https:\/\/agrupacionespsoe.es\/umbrete\/","og_site_name":"PSOE-A de Umbrete","article_modified_time":"2024-03-30T11:07:17+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/agrupacionespsoe.es\/umbrete\/","url":"https:\/\/agrupacionespsoe.es\/umbrete\/","name":"Portada - PSOE-A de Umbrete","isPartOf":{"@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#website"},"datePublished":"2022-08-22T11:27:50+00:00","dateModified":"2024-03-30T11:07:17+00:00","description":"P.SOE \u00e1gina web de la Agrupaci\u00f3n Socialista de Umbrete","breadcrumb":{"@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/agrupacionespsoe.es\/umbrete\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/agrupacionespsoe.es\/umbrete\/"},{"@type":"ListItem","position":2,"name":"Portada"}]},{"@type":"WebSite","@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#website","url":"https:\/\/agrupacionespsoe.es\/umbrete\/","name":"PSOE-A de Umbrete","description":"Agrupaci\u00f3n Socialista de Umbrete","publisher":{"@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/agrupacionespsoe.es\/umbrete\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#organization","name":"PSOE-A de Umbrete","url":"https:\/\/agrupacionespsoe.es\/umbrete\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#\/schema\/logo\/image\/","url":"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/07\/Logotipo_electoral_del_PSOE.png","contentUrl":"https:\/\/agrupacionespsoe.es\/wp-content\/uploads\/2022\/07\/Logotipo_electoral_del_PSOE.png","width":422,"height":422,"caption":"PSOE-A de Umbrete"},"image":{"@id":"https:\/\/agrupacionespsoe.es\/umbrete\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":15,"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":475,"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/pages\/24\/revisions\/475"}],"wp:attachment":[{"href":"https:\/\/agrupacionespsoe.es\/umbrete\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}