{"id":2,"date":"2022-10-13T09:43:10","date_gmt":"2022-10-13T09:43:10","guid":{"rendered":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/"},"modified":"2023-05-06T08:08:25","modified_gmt":"2023-05-06T08:08:25","slug":"noticias","status":"publish","type":"page","link":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/","title":{"rendered":"noticias"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group alignfull ext ext-p-0 eplus-wrapper is-layout-constrained wp-block-group-is-layout-constrained\"><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<\/div>\n<\/div>\n<\/div>\n\n\n<section class=\"py-12 bg-primary text-white\" x-data=\"multimediaSection(&#039;[{&quot;id&quot;:2,&quot;multimedia_title&quot;:&quot;Portada&quot;,&quot;multimedia_subtitle&quot;:&quot;&quot;,&quot;multimedia_embed&quot;:&quot;&quot;,&quot;multimedia_youtube_id&quot;:null,&quot;multimedia_date&quot;:&quot;06 \\\/ 05 \\\/ 2023&quot;},{&quot;id&quot;:2,&quot;multimedia_title&quot;:&quot;til-gobernando-con-hechos&quot;,&quot;multimedia_subtitle&quot;:&quot;&quot;,&quot;multimedia_embed&quot;:&quot;&quot;,&quot;multimedia_youtube_id&quot;:null,&quot;multimedia_date&quot;:&quot;01 \\\/ 03 \\\/ 2023&quot;}]&#039;, '', '', '', '')\">\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<div id=\"fb-root\"><\/div>\n<script type=\"text\/plain\" data-cookiecategory=\"marketing\" async defer crossorigin=\"anonymous\" src=\"https:\/\/connect.facebook.net\/es_ES\/sdk.js#xfbml=1&#038;version=v15.0\"><\/script>\n\n<section class=\"py-12\">\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            \n            \n                    <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto mb-5\">\n    <div class=\"md:grid md:grid-cols-2 md:gap-2 md:divide-x\">\n\n        <div class=\"px-6 py-5 twitter-feed\">\n            <img decoding=\"async\" class=\"w-[40px] mb-5 py-2\" src=\"https:\/\/agrupacionespsoe.es\/moncofa\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/twitter-red.488857.svg\" alt=\"Facebook\">\n            <div class=\" mb-10\">\n                <a class=\"twitter-timeline\" data-height=\"500\" data-dnt=\"true\" data-theme=\"light\" href=\"https:\/\/twitter.com\/psoe\">Tweets de psoe<\/a> <script type=\"text\/plain\" data-cookiecategory=\"marketing\" async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n            <\/div>\n            <a class=\"block text-center bg-primary !text-white uppercase  px-4 lg:px-10 py-2 my-0 text-white font-bold text-sm w-full hover:opacity-75\" href=\"https:\/\/twitter.com\/psoe\" target=\"_blank\" rel=\"nofollow\">S\u00edguenos en Twitter<\/a>\n        <\/div>\n\n        <hr class=\"md:hidden\">\n\n        <div class=\"px-6 py-5 facebook-feed\">\n            <img decoding=\"async\" class=\"w-[40px] mb-5 py-2\" src=\"https:\/\/agrupacionespsoe.es\/moncofa\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/facebook-red.d273f9.svg\" alt=\"Twitter\">\n            <div class=\"flex justify-center mb-10\">\n\n                <div class=\"fb-page md:!hidden\"\n                data-href=\"https:\/\/www.facebook.com\/oficialpsoemoncofa\"\n                data-width=\"200\"\n                data-tabs=\"timeline\"\n\n                data-height=\"500\"\n                data-small-header=\"false\"\n                data-adapt-container-width=\"true\"\n                data-hide-cover=\"false\"\n                data-show-facepile=\"false\"><\/div>\n\n                <div class=\"fb-page !hidden md:!inline-block lg:!hidden\"\n                data-href=\"https:\/\/www.facebook.com\/oficialpsoemoncofa\"\n                data-width=\"400\"\n                data-tabs=\"timeline\"\n\n                data-height=\"500\"\n                data-small-header=\"false\"\n                data-adapt-container-width=\"true\"\n                data-hide-cover=\"false\"\n                data-show-facepile=\"false\"><\/div>\n\n\n                <div class=\"fb-page !hidden lg:!inline-block\"\n                data-href=\"https:\/\/www.facebook.com\/oficialpsoemoncofa\"\n                data-width=\"460\"\n                data-tabs=\"timeline\"\n\n                data-height=\"500\"\n                data-small-header=\"false\"\n                data-adapt-container-width=\"true\"\n                data-hide-cover=\"false\"\n                data-show-facepile=\"false\"><\/div>\n\n\n            <\/div>\n            <a class=\"block text-center bg-primary !text-white uppercase  px-4 lg:px-10 py-2 my-0 text-white font-bold text-sm w-full hover:opacity-75\" href=\"https:\/\/www.facebook.com\/oficialpsoemoncofa\" target=\"_blank\" rel=\"nofollow\">S\u00edguenos en Facebook<\/a>\n        <\/div>\n\n    <\/div>\n<\/div>\n\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=\"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","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2","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>noticias - PSOE Moncofa<\/title>\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\/moncofa\/noticias\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"noticias - PSOE Moncofa\" \/>\n<meta property=\"og:url\" content=\"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/\" \/>\n<meta property=\"og:site_name\" content=\"PSOE Moncofa\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-06T08:08:25+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\",\"CollectionPage\"],\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/\",\"url\":\"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/\",\"name\":\"noticias - PSOE Moncofa\",\"isPartOf\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#website\"},\"datePublished\":\"2022-10-13T09:43:10+00:00\",\"dateModified\":\"2023-05-06T08:08:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/#breadcrumb\"},\"inLanguage\":\"es\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/agrupacionespsoe.es\/moncofa\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"noticias\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#website\",\"url\":\"https:\/\/agrupacionespsoe.es\/moncofa\/\",\"name\":\"PSOE Moncofa\",\"description\":\"PSOE Moncofa\",\"publisher\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/agrupacionespsoe.es\/moncofa\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#organization\",\"name\":\"PSOE Moncofa\",\"url\":\"https:\/\/agrupacionespsoe.es\/moncofa\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#\/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 Moncofa\"},\"image\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/moncofa\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"noticias - PSOE Moncofa","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\/moncofa\/noticias\/","og_locale":"es_ES","og_type":"article","og_title":"noticias - PSOE Moncofa","og_url":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/","og_site_name":"PSOE Moncofa","article_modified_time":"2023-05-06T08:08:25+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","CollectionPage"],"@id":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/","url":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/","name":"noticias - PSOE Moncofa","isPartOf":{"@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#website"},"datePublished":"2022-10-13T09:43:10+00:00","dateModified":"2023-05-06T08:08:25+00:00","breadcrumb":{"@id":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/#breadcrumb"},"inLanguage":"es"},{"@type":"BreadcrumbList","@id":"https:\/\/agrupacionespsoe.es\/moncofa\/noticias\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/agrupacionespsoe.es\/moncofa\/"},{"@type":"ListItem","position":2,"name":"noticias"}]},{"@type":"WebSite","@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#website","url":"https:\/\/agrupacionespsoe.es\/moncofa\/","name":"PSOE Moncofa","description":"PSOE Moncofa","publisher":{"@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/agrupacionespsoe.es\/moncofa\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#organization","name":"PSOE Moncofa","url":"https:\/\/agrupacionespsoe.es\/moncofa\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#\/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 Moncofa"},"image":{"@id":"https:\/\/agrupacionespsoe.es\/moncofa\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":2,"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":231,"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/pages\/2\/revisions\/231"}],"wp:attachment":[{"href":"https:\/\/agrupacionespsoe.es\/moncofa\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}