{"id":1889,"date":"2023-07-25T08:53:01","date_gmt":"2023-07-25T08:53:01","guid":{"rendered":"https:\/\/agrupacionespsoe.es\/castello\/?page_id=1889"},"modified":"2024-12-26T09:25:35","modified_gmt":"2024-12-26T08:25:35","slug":"conoce-a-nuestra-representacion-en-las-instituciones","status":"publish","type":"page","link":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/","title":{"rendered":"Conoce a nuestra representaci\u00f3n en las instituciones"},"content":{"rendered":"\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><strong>Conoce a nuestra representaci\u00f3n en las instituciones<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\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:30px\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><section class=\"py-12\" x-data=\"organigramaSection(&#039;[{&quot;id&quot;:0,&quot;person_name&quot;:&quot;Jos\\u00e9 Luis L\\u00f3pez Ib\\u00e1\\u00f1ez&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2023\\\/04\\\/2.-JOSE-LUIS-LOPEZ-IBANEZ-2-1-scaled.jpg&quot;,&quot;person_job&quot;:&quot;Diputado provincial&quot;,&quot;person_email&quot;:&quot;jllopez@dipcas.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false}]&#039;)\">\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\">Diputaci\u00f3n de Castell\u00f3n<\/p>\n            \n            \n                    <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto mb-5\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay organigrama disponible<\/p>\n        <\/div>\n\n        <div class=\"md:grid md:grid-cols-2 lg:grid-cols-3 gap-2\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"post.id\" >\n                <div x-show=\"post.person_name\" class=\"px-6 lg:p-0 mb-5 flex flex-col justify-between\">\n\n                    <div class=\"\">\n\n                        <div x-show=\"post.person_image\">\n                            <img loading=\"lazy\" class=\"block w-full !h-[200px] !object-cover !object-center mb-2\" x-bind:src=\"post.person_image\" x-bind:alt=\"post.person_name\">\n                        <\/div>\n\n                        <div class=\"w-full h-[200px] bg-slate-200 mb-2\" x-show=\"!post.person_image\"><\/div>\n\n                        <p x-show=\"post.person_job\" class=\"text-primary !mb-0\" x-text=\"post.person_job\"><\/p>\n                        <p x-show=\"post.person_name\" class=\"font-bold text-xl !mb-2\" x-text=\"post.person_name\"><\/p>\n\n                    <\/div>\n\n\n                    <div class=\"bg-primary p-2 flex items-center gap-2 min-h-[41px]\">\n\n                        <div x-show=\"post.person_email\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"'mailto:' + post.person_email\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/sobre.3df6b5.svg\" alt=\"Email\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_facebook\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_facebook\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/facebook.7cc207.svg\" alt=\"Facebook\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_twitter\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_twitter\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/twitter.f9344f.svg\" alt=\"Twitter\">\n                            <\/a>\n                        <\/div>\n\n                    <\/div>\n\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=\"organigramaSection(&#039;[{&quot;id&quot;:0,&quot;person_name&quot;:&quot;Rafa Sim\\u00f3 Sancho&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2024\\\/06\\\/02-Rafa-Simo-Sancho.jpg&quot;,&quot;person_job&quot;:&quot;Diputado auton\\u00f3mico&quot;,&quot;person_email&quot;:&quot;rsimo@corts.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false},{&quot;id&quot;:1,&quot;person_name&quot;:&quot;Jos\\u00e9 Luis Lorenz Andr\\u00e9s&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2024\\\/06\\\/14-Jose-Luis-Lorenz-Andres.jpg&quot;,&quot;person_job&quot;:&quot;Diputado auton\\u00f3mico&quot;,&quot;person_email&quot;:&quot;jllorenz@corts.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false},{&quot;id&quot;:2,&quot;person_name&quot;:&quot;Sof\\u00eda Fern\\u00e1ndez Aparicio&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2024\\\/12\\\/Sofia-Fernandez.png&quot;,&quot;person_job&quot;:&quot;Diputada auton\\u00f3mica&quot;,&quot;person_email&quot;:&quot;sfernandez@corts.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false}]&#039;)\">\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\">Corts Valencianes<\/p>\n            \n            \n                    <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto mb-5\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay organigrama disponible<\/p>\n        <\/div>\n\n        <div class=\"md:grid md:grid-cols-2 lg:grid-cols-3 gap-2\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"post.id\" >\n                <div x-show=\"post.person_name\" class=\"px-6 lg:p-0 mb-5 flex flex-col justify-between\">\n\n                    <div class=\"\">\n\n                        <div x-show=\"post.person_image\">\n                            <img loading=\"lazy\" class=\"block w-full !h-[200px] !object-cover !object-center mb-2\" x-bind:src=\"post.person_image\" x-bind:alt=\"post.person_name\">\n                        <\/div>\n\n                        <div class=\"w-full h-[200px] bg-slate-200 mb-2\" x-show=\"!post.person_image\"><\/div>\n\n                        <p x-show=\"post.person_job\" class=\"text-primary !mb-0\" x-text=\"post.person_job\"><\/p>\n                        <p x-show=\"post.person_name\" class=\"font-bold text-xl !mb-2\" x-text=\"post.person_name\"><\/p>\n\n                    <\/div>\n\n\n                    <div class=\"bg-primary p-2 flex items-center gap-2 min-h-[41px]\">\n\n                        <div x-show=\"post.person_email\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"'mailto:' + post.person_email\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/sobre.3df6b5.svg\" alt=\"Email\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_facebook\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_facebook\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/facebook.7cc207.svg\" alt=\"Facebook\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_twitter\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_twitter\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/twitter.f9344f.svg\" alt=\"Twitter\">\n                            <\/a>\n                        <\/div>\n\n                    <\/div>\n\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=\"organigramaSection(&#039;[{&quot;id&quot;:0,&quot;person_name&quot;:&quot;Susana Ros Mart\\u00ednez&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2023\\\/07\\\/Susana-Ros-atril-Congreso-scaled-e1690277602322.jpg&quot;,&quot;person_job&quot;:&quot;Diputada&quot;,&quot;person_email&quot;:&quot;susana.ros@congreso.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false},{&quot;id&quot;:1,&quot;person_name&quot;:&quot;Artemi Rallo Lombarte&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2024\\\/01\\\/Artemi-Rallo-1-scaled.jpg&quot;,&quot;person_job&quot;:&quot;Diputado&quot;,&quot;person_email&quot;:&quot;artemi.rallo@congreso.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false}]&#039;)\">\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\">CONGRESO DE LOS DIPUTADOS<\/p>\n            \n            \n                    <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto mb-5\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay organigrama disponible<\/p>\n        <\/div>\n\n        <div class=\"md:grid md:grid-cols-2 lg:grid-cols-3 gap-2\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"post.id\" >\n                <div x-show=\"post.person_name\" class=\"px-6 lg:p-0 mb-5 flex flex-col justify-between\">\n\n                    <div class=\"\">\n\n                        <div x-show=\"post.person_image\">\n                            <img loading=\"lazy\" class=\"block w-full !h-[200px] !object-cover !object-center mb-2\" x-bind:src=\"post.person_image\" x-bind:alt=\"post.person_name\">\n                        <\/div>\n\n                        <div class=\"w-full h-[200px] bg-slate-200 mb-2\" x-show=\"!post.person_image\"><\/div>\n\n                        <p x-show=\"post.person_job\" class=\"text-primary !mb-0\" x-text=\"post.person_job\"><\/p>\n                        <p x-show=\"post.person_name\" class=\"font-bold text-xl !mb-2\" x-text=\"post.person_name\"><\/p>\n\n                    <\/div>\n\n\n                    <div class=\"bg-primary p-2 flex items-center gap-2 min-h-[41px]\">\n\n                        <div x-show=\"post.person_email\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"'mailto:' + post.person_email\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/sobre.3df6b5.svg\" alt=\"Email\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_facebook\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_facebook\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/facebook.7cc207.svg\" alt=\"Facebook\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_twitter\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_twitter\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/twitter.f9344f.svg\" alt=\"Twitter\">\n                            <\/a>\n                        <\/div>\n\n                    <\/div>\n\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=\"organigramaSection(&#039;[{&quot;id&quot;:0,&quot;person_name&quot;:&quot;Amparo Marco Gual&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2023\\\/04\\\/1.-AMPARO-MARCO-CANDIDATA-4-1-scaled.jpg&quot;,&quot;person_job&quot;:&quot;Senadora&quot;,&quot;person_email&quot;:&quot;mamparo.marco@senado.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false},{&quot;id&quot;:1,&quot;person_name&quot;:&quot;Eva Redondo Gamero&quot;,&quot;person_image&quot;:&quot;https:\\\/\\\/agrupacionespsoe.es\\\/castello\\\/wp-content\\\/uploads\\\/sites\\\/45\\\/2024\\\/06\\\/03-Eva-Redondo-Gamero.jpg&quot;,&quot;person_job&quot;:&quot;Senadora por designaci\\u00f3n territorial&quot;,&quot;person_email&quot;:&quot;eva.redondo@senado.es&quot;,&quot;person_facebook&quot;:false,&quot;person_twitter&quot;:false}]&#039;)\">\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\">SENADO<\/p>\n            \n            \n                    <\/div>\n\n    <\/div>\n\n    <div class=\"max-w-screen-lg mx-auto mb-5\">\n\n        <div x-cloak x-show=\"maxNumPages == false\">\n            <p class=\"text-xl text-center px-6 lg:p-0\">No hay organigrama disponible<\/p>\n        <\/div>\n\n        <div class=\"md:grid md:grid-cols-2 lg:grid-cols-3 gap-2\">\n\n            <template x-for=\"(post, index) in posts[page]\" :key=\"post.id\" >\n                <div x-show=\"post.person_name\" class=\"px-6 lg:p-0 mb-5 flex flex-col justify-between\">\n\n                    <div class=\"\">\n\n                        <div x-show=\"post.person_image\">\n                            <img loading=\"lazy\" class=\"block w-full !h-[200px] !object-cover !object-center mb-2\" x-bind:src=\"post.person_image\" x-bind:alt=\"post.person_name\">\n                        <\/div>\n\n                        <div class=\"w-full h-[200px] bg-slate-200 mb-2\" x-show=\"!post.person_image\"><\/div>\n\n                        <p x-show=\"post.person_job\" class=\"text-primary !mb-0\" x-text=\"post.person_job\"><\/p>\n                        <p x-show=\"post.person_name\" class=\"font-bold text-xl !mb-2\" x-text=\"post.person_name\"><\/p>\n\n                    <\/div>\n\n\n                    <div class=\"bg-primary p-2 flex items-center gap-2 min-h-[41px]\">\n\n                        <div x-show=\"post.person_email\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"'mailto:' + post.person_email\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/sobre.3df6b5.svg\" alt=\"Email\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_facebook\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_facebook\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/facebook.7cc207.svg\" alt=\"Facebook\">\n                            <\/a>\n                        <\/div>\n\n                        <div x-show=\"post.person_twitter\">\n                            <a class=\"hover:opacity-75\" x-bind:href=\"post.person_twitter\" target=\"_blank\">\n                                <img decoding=\"async\" class=\"w-[35px] h-[25px] object-contain\" src=\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/themes\/psoe-agrupaciones-theme\/public\/twitter.f9344f.svg\" alt=\"Twitter\">\n                            <\/a>\n                        <\/div>\n\n                    <\/div>\n\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\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30px\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Conoce a nuestra representaci\u00f3n en las instituciones<\/p>\n","protected":false},"author":48,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1889","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>Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3<\/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\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3\" \/>\n<meta property=\"og:description\" content=\"Conoce a nuestra representaci\u00f3n en las instituciones\" \/>\n<meta property=\"og:url\" content=\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/\" \/>\n<meta property=\"og:site_name\" content=\"PSPV-PSOE CASTELL\u00d3\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pspv.castellodelaplana\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-26T08:25:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pspv_cs\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/\",\"url\":\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/\",\"name\":\"Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3\",\"isPartOf\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#website\"},\"datePublished\":\"2023-07-25T08:53:01+00:00\",\"dateModified\":\"2024-12-26T08:25:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/agrupacionespsoe.es\/castello\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conoce a nuestra representaci\u00f3n en las instituciones\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#website\",\"url\":\"https:\/\/agrupacionespsoe.es\/castello\/\",\"name\":\"PSPV-PSOE CASTELL\u00d3\",\"description\":\"PSPV-PSOE | Agrupaci\u00f3 de Castell\u00f3\",\"publisher\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/agrupacionespsoe.es\/castello\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#organization\",\"name\":\"PSPV-PSOE Castell\u00f3\",\"url\":\"https:\/\/agrupacionespsoe.es\/castello\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/uploads\/sites\/45\/2023\/04\/PORTADA-PSOE-CASTELLO.jpg\",\"contentUrl\":\"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/uploads\/sites\/45\/2023\/04\/PORTADA-PSOE-CASTELLO.jpg\",\"width\":2500,\"height\":2500,\"caption\":\"PSPV-PSOE Castell\u00f3\"},\"image\":{\"@id\":\"https:\/\/agrupacionespsoe.es\/castello\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pspv.castellodelaplana\",\"https:\/\/x.com\/pspv_cs\",\"https:\/\/www.instagram.com\/pspvpsoecastello\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3","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\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/","og_locale":"es_ES","og_type":"article","og_title":"Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3","og_description":"Conoce a nuestra representaci\u00f3n en las instituciones","og_url":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/","og_site_name":"PSPV-PSOE CASTELL\u00d3","article_publisher":"https:\/\/www.facebook.com\/pspv.castellodelaplana","article_modified_time":"2024-12-26T08:25:35+00:00","twitter_card":"summary_large_image","twitter_site":"@pspv_cs","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/","url":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/","name":"Conoce a nuestra representaci\u00f3n en las instituciones - PSPV-PSOE CASTELL\u00d3","isPartOf":{"@id":"https:\/\/agrupacionespsoe.es\/castello\/#website"},"datePublished":"2023-07-25T08:53:01+00:00","dateModified":"2024-12-26T08:25:35+00:00","breadcrumb":{"@id":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/agrupacionespsoe.es\/castello\/conoce-a-nuestra-representacion-en-las-instituciones\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/agrupacionespsoe.es\/castello\/"},{"@type":"ListItem","position":2,"name":"Conoce a nuestra representaci\u00f3n en las instituciones"}]},{"@type":"WebSite","@id":"https:\/\/agrupacionespsoe.es\/castello\/#website","url":"https:\/\/agrupacionespsoe.es\/castello\/","name":"PSPV-PSOE CASTELL\u00d3","description":"PSPV-PSOE | Agrupaci\u00f3 de Castell\u00f3","publisher":{"@id":"https:\/\/agrupacionespsoe.es\/castello\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/agrupacionespsoe.es\/castello\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/agrupacionespsoe.es\/castello\/#organization","name":"PSPV-PSOE Castell\u00f3","url":"https:\/\/agrupacionespsoe.es\/castello\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/agrupacionespsoe.es\/castello\/#\/schema\/logo\/image\/","url":"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/uploads\/sites\/45\/2023\/04\/PORTADA-PSOE-CASTELLO.jpg","contentUrl":"https:\/\/agrupacionespsoe.es\/castello\/wp-content\/uploads\/sites\/45\/2023\/04\/PORTADA-PSOE-CASTELLO.jpg","width":2500,"height":2500,"caption":"PSPV-PSOE Castell\u00f3"},"image":{"@id":"https:\/\/agrupacionespsoe.es\/castello\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pspv.castellodelaplana","https:\/\/x.com\/pspv_cs","https:\/\/www.instagram.com\/pspvpsoecastello\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/pages\/1889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/users\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/comments?post=1889"}],"version-history":[{"count":20,"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/pages\/1889\/revisions"}],"predecessor-version":[{"id":6959,"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/pages\/1889\/revisions\/6959"}],"wp:attachment":[{"href":"https:\/\/agrupacionespsoe.es\/castello\/wp-json\/wp\/v2\/media?parent=1889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}