{"id":13331,"date":"2025-11-04T20:10:23","date_gmt":"2025-11-05T03:10:23","guid":{"rendered":"https:\/\/torosdetijuana.com\/?page_id=13331"},"modified":"2026-04-28T13:28:48","modified_gmt":"2026-04-28T20:28:48","slug":"13331-2","status":"publish","type":"page","link":"https:\/\/torosdetijuana.com\/index.php\/13331-2\/","title":{"rendered":"roster"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13331\" class=\"elementor elementor-13331\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6cfb1d e-con-full e-flex e-con e-parent\" data-id=\"d6cfb1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2bbe0e elementor-widget elementor-widget-spacer\" data-id=\"d2bbe0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8b2986 elementor-widget elementor-widget-html\" data-id=\"d8b2986\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    .toros-roster-app {\n        font-family: 'Barlow', sans-serif;\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 20px;\n        background: #f8f8f8;\n    }\n\n    .toros-section {\n        margin-bottom: 48px;\n    }\n\n    .toros-section-title {\n        font-size: 2rem;\n        font-weight: 900;\n        text-transform: uppercase;\n        color: #990000;\n        margin: 0 0 20px;\n        padding-bottom: 10px;\n        border-bottom: 4px solid #990000;\n        letter-spacing: 0.5px;\n    }\n\n    .toros-roster-container {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 20px;\n    }\n\n    .toros-card {\n        background-color: #fff;\n        border: 2px solid #990000;\n        border-radius: 12px;\n        overflow: hidden;\n        position: relative;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        display: flex;\n        flex-direction: column;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n    }\n\n    .toros-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 25px rgba(198, 12, 48, 0.18);\n    }\n\n    .toros-img-wrapper {\n        width: 100%;\n        height: 300px;\n        background: linear-gradient(to top, #f4f4f4 0%, #ffffff 100%);\n        display: flex;\n        align-items: flex-end;\n        justify-content: center;\n        overflow: hidden;\n        border-bottom: 4px solid #990000;\n    }\n\n    .toros-img-wrapper img {\n        width: 100%;\n        height: 100%;\n        object-fit: contain;\n        object-position: bottom center;\n    }\n\n    .toros-img-placeholder {\n        width: 100%;\n        height: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(to top, #ececec 0%, #ffffff 100%);\n        color: #990000;\n        font-size: 3.2rem;\n        font-weight: 900;\n        letter-spacing: 2px;\n    }\n\n    .toros-info-bar {\n        background-color: #990000;\n        color: white;\n        padding: 12px 15px;\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        min-height: 88px;\n    }\n\n    .toros-number {\n        font-size: 3.2rem;\n        font-weight: 900;\n        line-height: 1;\n        min-width: 58px;\n        text-align: center;\n    }\n\n    .toros-player-details h3 {\n        margin: 0;\n        font-size: 1.1rem;\n        text-transform: uppercase;\n        font-weight: 800;\n        color: white;\n        line-height: 1.1;\n    }\n\n    .toros-player-details span {\n        display: inline-block;\n        margin-top: 4px;\n        font-size: 0.9rem;\n        opacity: 0.92;\n        font-weight: 500;\n    }\n\n    .toros-stats-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 12px;\n        padding: 20px 15px;\n        background-color: #fff;\n    }\n\n    .stat-box {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .stat-box.full-width {\n        grid-column: 1 \/ -1;\n    }\n\n    .stat-label {\n        color: #C60C30;\n        font-size: 0.75rem;\n        text-transform: uppercase;\n        font-weight: 700;\n        letter-spacing: 0.5px;\n        margin-bottom: 4px;\n    }\n\n    .stat-value {\n        color: #222;\n        font-size: 0.98rem;\n        font-weight: 600;\n        line-height: 1.25;\n    }\n\n    @media (max-width: 768px) {\n        .toros-roster-app {\n            padding: 16px;\n        }\n\n        .toros-roster-container {\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        }\n\n        .toros-img-wrapper {\n            height: 250px;\n        }\n\n        .toros-section-title {\n            font-size: 1.6rem;\n        }\n    }\n<\/style>\n\n<div id=\"toros-roster-app\" class=\"toros-roster-app\"><\/div>\n\n<script>\nconst roster = {\n    catchers: [\n        {\n            number: 20,\n            name: \"Tomas Telis\",\n            position: \"Catcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Tomas-Telis.jpg\",\n            age: 34,\n            batThrow: \"D\/A\",\n            weight: \"99 kg\",\n            height: \"1.73 m\",\n            birth: \"Jun 18\/1991\",\n            birthplace: \"Anzo\u00e1tegui, Ven.\"\n        },\n        {\n            number: 16,\n            name: \"Chris Williams\",\n            position: \"Catcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Chris-Williams.jpg\",\n            age: 29,\n            batThrow: \"D\/D\",\n            weight: \"102 kg\",\n            height: \"1.80 m\",\n            birth: \"Nov 23\/1996\",\n            birthplace: \"Garden Grove, CA USA\"\n        },\n        {\n            number: 60,\n            name: \"Luis Amador\",\n            position: \"Catcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Luis-Amador.png\",\n            age: 22,\n            batThrow: \"D\/D\",\n            weight: \"86 kg\",\n            height: \"1.75 m\",\n            birth: \"Jul 15\/2003\",\n            birthplace: \"Los Cabos, BC\"\n        }\n    ],\n    infielders: [\n        {\n            number: 26,\n            name: \"Phillips Evans\",\n            position: \"Infielder\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Phillip-Evans.jpg\",\n            age: 33,\n            batThrow: \"D\/D\",\n            weight: \"95 kg\",\n            height: \"1.75 m\",\n            birth: \"Sep 10\/1992\",\n            birthplace: \"Whittier, CAL USA\"\n        },\n        {\n            number: 25,\n            name: \"Jack Mayfield\",\n            position: \"Infielder\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Jack-Mayfield.jpg\",\n            age: 34,\n            batThrow: \"D\/D\",\n            weight: \"86 kg\",\n            height: \"1.79 m\",\n            birth: \"Sep 30\/1990\",\n            birthplace: \"Del R\u00edo, TX USA\"\n        },\n        {\n            number: 74,\n            name: \"Isaac Rodriguez\",\n            position: \"Infielder\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Isaac-Rodriguez.jpg\",\n            age: 34,\n            batThrow: \"D\/D\",\n            weight: \"81 kg\",\n            height: \"1.81 m\",\n            birth: \"Mar 03\/1991\",\n            birthplace: \"Hermosillo, Son.\"\n        },\n        {\n            number: 64,\n            name: \"Aderlin Rodriguez\",\n            position: \"Infielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Proyecto-Eliminar-fondo.png\",\n            age: 33,\n            batThrow: \"D\/D\",\n            weight: \"95 kg\",\n            height: \"1.90 m\",\n            birth: \"Nov 18\/1991\",\n            birthplace: \"Santo Domingo, Rep. Dom.\"\n        },\n        {\n            number: 14,\n            name: \"Hernan Perez\",\n            position: \"Infielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Hernan-Perez.jpg\",\n            age: 34,\n            batThrow: \"D\/D\",\n            weight: \"96 kg\",\n            height: \"1.83 m\",\n            birth: \"Mar 26\/1991\",\n            birthplace: \"Villa de Cura, Ven.\"\n        },\n        {\n            number: 10,\n            name: \"Justin Turner\",\n            position: \"Infielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Justin-Turner.jpg\",\n            age: 41,\n            batThrow: \"D\/D\",\n            weight: \"94 kg\",\n            height: \"1.80 m\",\n            birth: \"Nov 23\/1984\",\n            birthplace: \"Long Beach,CA, Estados Unidos\"\n        },\n        {\n            number: 44,\n            name: \"Roberto Ramos\",\n            position: \"Infielder\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Roberto-Ramos.jpg\",\n            age: 31,\n            batThrow: \"D\/Z\",\n            weight: \"99 kg\",\n            height: \"1.90 m\",\n            birth: \"Dic 28\/1994\",\n            birthplace: \"Hermosillo, Son.\"\n        },\n        {\n            number: 41,\n            name: \"Wilmer Flores\",\n            position: \"Infielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Wilmer-Flores.jpg\",\n            age: 34,\n            batThrow: \"D\/D\",\n            weight: \"102 kg\",\n            height: \"1.90 m\",\n            birth: \"Ago 06\/1991\",\n            birthplace: \"Valencia, Ven.\"\n        }\n    ],\n    outfielders: [\n        {\n            number: 27,\n            name: \"Junior Lake\",\n            position: \"Outfielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Junior-Lake.jpg\",\n            age: 35,\n            batThrow: \"D\/D\",\n            weight: \"98 kg\",\n            height: \"1.88 m\",\n            birth: \"Mar 27\/1990\",\n            birthplace: \"San Pedro de Macor\u00eds, R.D.\"\n        },\n        {\n            number: 5,\n            name: \"Rafael Ortega\",\n            position: \"Outfielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Rafael-Ortega.jpg\",\n            age: 34,\n            batThrow: \"D\/Z\",\n            weight: \"77 kg\",\n            height: \"1.83 m\",\n            birth: \"May 15\/1991\",\n            birthplace: \"El Tigre, Venezuela\"\n        },\n        {\n            number: 22,\n            name: \"Greg Allen\",\n            position: \"Outfielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Greg-Allen.jpg\",\n            age: 32,\n            batThrow: \"D\/A\",\n            weight: \"84 kg\",\n            height: \"1.78 m\",\n            birth: \"Mar 15\/1993\",\n            birthplace: \"San Diego, CAL USA\"\n        },\n        {\n            number: 38,\n            name: \"Franchy Cordero\",\n            position: \"Outfielder\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Franchy-Cordero.jpg\",\n            age: 30,\n            batThrow: \"D\/Z\",\n            weight: \"102 kg\",\n            height: \"1.90 m\",\n            birth: \"Sep 02\/1994\",\n            birthplace: \"Azua, Rep. Dom.\"\n        },\n        {\n            number: 99,\n            name: \"Edson Garcia\",\n            position: \"Outfielder\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Edson-Garcia.jpg\",\n            age: 32,\n            batThrow: \"D\/A\",\n            weight: \"85 kg\",\n            height: \"1.73 m\",\n            birth: \"Sep 11\/1992\",\n            birthplace: \"Puebla, Pue.\"\n        }\n    ],\n    pitchers: [\n        {\n            number: 59,\n            name: \"Zach Lowter\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Zac-Lowther.jpg\",\n            age: 29,\n            batThrow: \"Z\",\n            weight: \"106 kg\",\n            height: \"1.88 m\",\n            birth: \"Abr 30\/1996\",\n            birthplace: \"Middleburg Heights, OH USA\"\n        },\n        {\n            number: 32,\n            name: \"Noah Skirrow\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Noah-Skirrow.jpg\",\n            age: 27,\n            batThrow: \"D\",\n            weight: \"97 kg\",\n            height: \"1.90 m\",\n            birth: \"Jul 21\/1998\",\n            birthplace: \"Cambridge, ON, Canada\"\n        },\n        {\n            number: 65,\n            name: \"Daniel Martinez\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Daniel-Martiez.jpg\",\n            age: 27,\n            batThrow: \"D\",\n            weight: \"86 kg\",\n            height: \"1.80 m\",\n            birth: \"Jul 28\/1998\",\n            birthplace: \"Riverside, CAL USA\"\n        },\n        {\n            number: 36,\n            name: \"Randy Wynne\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Randy-Wynne.jpg\",\n            age: 32,\n            batThrow: \"D\",\n            weight: \"81 kg\",\n            height: \"1.85 m\",\n            birth: \"Mar 09\/1993\",\n            birthplace: \"San Diego, CAL USA\"\n        },\n        {\n            number: 11,\n            name: \"Juan Hillman\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Juan-Hillman.jpg\",\n            age: 28,\n            batThrow: \"Z\",\n            weight: \"92 kg\",\n            height: \"1.85 m\",\n            birth: \"May 15\/1997\",\n            birthplace: \"Winter Haven, FL USA\"\n        },\n        {\n            number: 40,\n            name: \"David Reyes\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/David-Reyes.jpg\",\n            age: 35,\n            batThrow: \"D\",\n            weight: \"86 kg\",\n            height: \"1.83 m\",\n            birth: \"Abr 12\/1990\",\n            birthplace: \"Los Mochis, Sin.\"\n        },\n        {\n            number: 35,\n            name: \"Jorge Perez\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Jorge-Perez.jpg\",\n            age: 33,\n            batThrow: \"D\",\n            weight: \"92 kg\",\n            height: \"1.88 m\",\n            birth: \"Jul 10\/1993\",\n            birthplace: \"Tolleson, AZ USA\"\n        },\n        {\n            number: 51,\n            name: \"Florencio Serrano\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Florencio-Serrano.jpg\",\n            age: 26,\n            batThrow: \"D\",\n            weight: \"92 kg\",\n            height: \"1.85 m\",\n            birth: \"Feb 23\/2000\",\n            birthplace: \"Corpus Christi, TX USA\"\n        },\n        {\n            number: 45,\n            name: \"Miguel Diaz\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Miguel-Diaz.jpg\",\n            age: 31,\n            batThrow: \"D\",\n            weight: \"100 kg\",\n            height: \"1.83 m\",\n            birth: \"Nov 28\/1994\",\n            birthplace: \"San Crist\u00f3bal, R.D.\"\n        },\n        {\n            number: 53,\n            name: \"Roel Ramirez\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Roel-Ramirez.jpg\",\n            age: 30,\n            batThrow: \"D\",\n            weight: \"105 kg\",\n            height: \"1.83 m\",\n            birth: \"May 26\/1995\",\n            birthplace: \"Laredo, TX USA\"\n        },\n        {\n            number: 52,\n            name: \"David Gutierrez Flores\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/David-Gutierrez.jpg.jpeg\",\n            age: 31,\n            batThrow: \"D\",\n            weight: \"89 kg\",\n            height: \"1.75 m\",\n            birth: \"Ago 18\/1993\",\n            birthplace: \"Guam\u00fachil, Sin.\"\n        },\n        {\n            number: 63,\n            name: \"Brett De Geus\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Brett-De-Geus.jpg\",\n            age: 28,\n            batThrow: \"D\",\n            weight: \"97 kg\",\n            height: \"1.88 m\",\n            birth: \"Nov 04\/1997\",\n            birthplace: \"Pleasanton, CA USA\"\n        },\n        {\n            number: 8,\n            name: \"Sam McWilliams\",\n            position: \"Pitcher\",\n            status: \"EXT\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Sam-Macwilliams.jpg\",\n            age: 29,\n            batThrow: \"D\",\n            weight: \"105 kg\",\n            height: \"2.01 m\",\n            birth: \"Sep 04\/1995\",\n            birthplace: \"Orlando, FL USA\"\n        },\n        {\n            number: 46,\n            name: \"Rafael Casta\u00f1eda\",\n            position: \"Pitcher\",\n            status: \"N\",\n            image: \"https:\/\/torosdetijuana.com\/wp-content\/uploads\/2026\/04\/Rafael-Castaneda-Jr.jpg\",\n            age: 21,\n            batThrow: \"D\",\n            weight: \"74 kg\",\n            height: \"1.93 m\",\n            birth: \"May 18\/2004\",\n            birthplace: \"CDMX, Mex.\"\n        }\n    ]\n};\n\nconst sectionTitles = {\n    catchers: \"Catchers\",\n    infielders: \"Infielders\",\n    outfielders: \"Outfielders\",\n    pitchers: \"Pitchers\"\n};\n\nfunction getInitials(name) {\n    return name\n        .split(\" \")\n        .filter(Boolean)\n        .slice(0, 2)\n        .map(word => word[0])\n        .join(\"\")\n        .toUpperCase();\n}\n\nfunction createPlayerCard(player) {\n    return `\n        <article class=\"toros-card\">\n            <div class=\"toros-img-wrapper\">\n                ${\n                    player.image\n                        ? `<img decoding=\"async\" src=\"${player.image}\" alt=\"${player.name}\">`\n                        : `<div class=\"toros-img-placeholder\">${getInitials(player.name)}<\/div>`\n                }\n            <\/div>\n\n            <div class=\"toros-info-bar\">\n                <div class=\"toros-number\">${player.number}<\/div>\n                <div class=\"toros-player-details\">\n                    <h3>${player.name}<\/h3>\n                    <span>${player.position}<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"toros-stats-grid\">\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">Estatus<\/span>\n                    <span class=\"stat-value\">${player.status || \"\u2014\"}<\/span>\n                <\/div>\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">Edad<\/span>\n                    <span class=\"stat-value\">${player.age} a\u00f1os<\/span>\n                <\/div>\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">T\/B<\/span>\n                    <span class=\"stat-value\">${player.batThrow}<\/span>\n                <\/div>\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">Peso<\/span>\n                    <span class=\"stat-value\">${player.weight}<\/span>\n                <\/div>\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">Estatura<\/span>\n                    <span class=\"stat-value\">${player.height}<\/span>\n                <\/div>\n                <div class=\"stat-box\">\n                    <span class=\"stat-label\">Nacimiento<\/span>\n                    <span class=\"stat-value\">${player.birth}<\/span>\n                <\/div>\n                <div class=\"stat-box full-width\">\n                    <span class=\"stat-label\">Lugar de nacimiento<\/span>\n                    <span class=\"stat-value\">${player.birthplace}<\/span>\n                <\/div>\n            <\/div>\n        <\/article>\n    `;\n}\n\nfunction createSection(title, players) {\n    return `\n        <section class=\"toros-section\">\n            <h2 class=\"toros-section-title\">${title}<\/h2>\n            <div class=\"toros-roster-container\">\n                ${players.map(createPlayerCard).join(\"\")}\n            <\/div>\n        <\/section>\n    `;\n}\n\nconst app = document.getElementById(\"toros-roster-app\");\n\napp.innerHTML = `\n    ${createSection(sectionTitles.catchers, roster.catchers)}\n    ${createSection(sectionTitles.infielders, roster.infielders)}\n    ${createSection(sectionTitles.outfielders, roster.outfielders)}\n    ${createSection(sectionTitles.pitchers, roster.pitchers)}\n`;\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-13331","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/pages\/13331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/comments?post=13331"}],"version-history":[{"count":10,"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/pages\/13331\/revisions"}],"predecessor-version":[{"id":16826,"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/pages\/13331\/revisions\/16826"}],"wp:attachment":[{"href":"https:\/\/torosdetijuana.com\/index.php\/wp-json\/wp\/v2\/media?parent=13331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}