{"id":1126,"date":"2025-11-20T16:09:54","date_gmt":"2025-11-20T15:09:54","guid":{"rendered":"https:\/\/strivereformer.com\/?page_id=1126"},"modified":"2025-12-11T16:11:55","modified_gmt":"2025-12-11T15:11:55","slug":"disponibilidad","status":"publish","type":"page","link":"https:\/\/strivereformer.com\/en\/disponibilidad\/","title":{"rendered":"Availability"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1126\" class=\"elementor elementor-1126\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fac828f e-flex e-con-boxed e-con e-parent\" data-id=\"fac828f\" data-element_type=\"container\" data-e-type=\"container\" id=\"horarios\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-be59127 e-con-full e-flex e-con e-child\" data-id=\"be59127\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5ffcbd elementor-widget elementor-widget-button\" data-id=\"d5ffcbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/strivereformer.com\/en\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Regresar<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0908ad elementor-widget elementor-widget-html\" data-id=\"d0908ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \r\n  INSTRUCCIONES:\r\n  Pega este bloque completo dentro de un widget \"HTML\" en Elementor.\r\n  Este c\u00f3digo ya incluye la carga de Tailwind y las fuentes de Strive\r\n  para funcionar de forma independiente.\r\n-->\r\n\r\n<!-- 1. Carga de Tailwind CSS -->\r\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n\r\n<!-- 2. Carga de las fuentes (Manrope y Questrial) -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@600&family=Questrial&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- 3. Configuraci\u00f3n de los colores y fuentes de Strive -->\r\n<script>\r\n    tailwind.config = {\r\n        theme: {\r\n            extend: {\r\n                colors: {\r\n                    'charcoal': '#1A1917',\r\n                    'forest': '#283934',\r\n                    'avocado': '#606A60',\r\n                    'mist': '#A7A6A2',\r\n                    'pearl': '#F2F2F2',\r\n                },\r\n                fontFamily: {\r\n                    'title': ['Manrope', 'sans-serif'],\r\n                    'text': ['Questrial', 'sans-serif'],\r\n                }\r\n            }\r\n        }\r\n    }\r\n<\/script>\r\n\r\n<!-- 4. Estilos espec\u00edficos -->\r\n<style>\r\n    .strive-schedule-container {\r\n        font-family: 'Questrial', sans-serif;\r\n    }\r\n    .font-title {\r\n        font-family: 'Manrope', sans-serif;\r\n    }\r\n<\/style>\r\n\r\n<!-- \r\n  Secci\u00f3n de Disponibilidad (Adaptada a Strive)\r\n  Muestra los horarios en 6 COLUMNAS (Lunes a S\u00e1bado) en escritorio.\r\n  A\u00d1ADIDO ID 'schedule' para anclaje del men\u00fa.\r\n-->\r\n<div id=\"schedule\" class=\"strive-schedule-container bg-pearl py-16 sm:py-24 px-4\">\r\n    <div class=\"max-w-7xl mx-auto\">\r\n        \r\n        <!-- Encabezado -->\r\n        <div class=\"text-center mb-12\">\r\n            <h2 class=\"font-title text-3xl sm:text-5xl font-bold text-charcoal mb-4\">\r\n                Available Hours\r\n            <\/h2>\r\n            <p class=\"text-lg text-avocado max-w-2xl mx-auto\">\r\n                Check our real-time schedule and book your spot.\r\n                <br>\r\n                <span class=\"text-sm text-mist\">(El Paso - Pellicano Dr)<\/span>\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Contenedor de Horarios (Grid Semanal) -->\r\n        <div class=\"bg-white rounded-2xl shadow-xl p-6 md:p-8 border border-white\/50\">\r\n            \r\n            <!-- \r\n               GRID ESTRUCTURAL (6 COLUMNAS):\r\n               - grid-cols-2 en m\u00f3viles (para que no se vea muy apretado).\r\n               - md:grid-cols-3 en tablets.\r\n               - lg:grid-cols-6 en escritorio (La vista completa de 6 columnas que pediste).\r\n            -->\r\n            <div class=\"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4\">\r\n                \r\n                <!-- LUNES -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">MONDAY<\/h4>\r\n                    \r\n                    <!-- Slot Disponible -->\r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">6:00 - 7:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">3<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Slot Disponible -->\r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">17:00 - 18:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">5<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- MARTES -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">TUESDAY<\/h4>\r\n                    \r\n                    <!-- Slot Disponible -->\r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">7:00 - 8:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">4<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Slot LLENO -->\r\n                    <div class=\"bg-white border border-mist\/20 p-3 rounded-lg text-center opacity-60\">\r\n                        <span class=\"block text-sm font-semibold text-mist line-through\">18:00 - 19:00<\/span>\r\n                        <span class=\"block text-xs font-medium text-mist mt-2\">Clase Llena<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- MI\u00c9RCOLES -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">WEDNESDAY<\/h4>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">6:00 - 7:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">2<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">9:00 - 10:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">6<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- JUEVES -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">THURSDAY<\/h4>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">7:00 - 8:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">5<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">19:00 - 20:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full text-center pt-0.5\">1<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">lugar<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- VIERNES -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">FRIDAY<\/h4>\r\n                    \r\n                    <div class=\"bg-white border border-mist\/20 p-3 rounded-lg text-center opacity-60\">\r\n                        <span class=\"block text-sm font-semibold text-mist line-through\">6:00 - 7:00<\/span>\r\n                        <span class=\"block text-xs font-medium text-mist mt-2\">Clase Llena<\/span>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">17:00 - 18:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">7<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- S\u00c1BADO -->\r\n                <div class=\"space-y-4\">\r\n                    <h4 class=\"font-title font-bold text-lg text-forest text-center border-b-2 border-forest\/20 pb-2\">SATURDAY<\/h4>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">9:00 - 10:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">4<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"bg-pearl p-3 rounded-lg border border-transparent hover:border-forest\/30 transition-all duration-200 text-center group cursor-pointer shadow-sm\">\r\n                        <span class=\"block text-sm font-bold text-charcoal\">11:00 - 12:00<\/span>\r\n                        <div class=\"flex items-center justify-center space-x-2 mt-2\">\r\n                            <span class=\"flex items-center justify-center h-5 w-5 bg-forest text-pearl text-xs font-bold rounded-full\">2<\/span>\r\n                            <span class=\"text-xs font-medium text-avocado group-hover:text-forest\">Spots<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <!-- Bot\u00f3n Agendar (CTA Principal) -->\r\n            <div class=\"mt-12 text-center\">\r\n                <!-- \r\n                  ACTUALIZADO:\r\n                  - border-2 border-transparent: Para que al hacer hover el borde tenga espacio reservado o se defina.\r\n                  - hover:bg-white: Fondo blanco al pasar mouse.\r\n                  - hover:text-charcoal: Texto negro\/oscuro.\r\n                  - hover:border-charcoal: Borde oscuro para que no se pierda en fondo blanco.\r\n                -->\r\n                <a href=\"https:\/\/app.strivereformer.com\/pilatesprocliente\/tabla\" class=\"inline-block bg-charcoal text-pearl font-medium py-3 px-10 rounded-full text-lg shadow-lg border-2 border-transparent hover:bg-white hover:text-charcoal hover:border-charcoal transition-all duration-300 ease-in-out transform hover:-translate-y-1\">\r\n                    Schedule Now\r\n                <\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe3a79 e-flex e-con-boxed e-con e-parent\" data-id=\"fbe3a79\" data-element_type=\"container\" data-e-type=\"container\" id=\"footer\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c5fb99a e-con-full e-flex e-con e-child\" data-id=\"c5fb99a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e751d2 elementor-widget elementor-widget-html\" data-id=\"5e751d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \r\n  INSTRUCCIONES:\r\n  Pega este bloque completo dentro de un widget \"HTML\" en Elementor.\r\n  Este c\u00f3digo ya incluye la carga de Tailwind y las fuentes de Strive\r\n  para funcionar de forma independiente.\r\n-->\r\n\r\n<!-- 1. Carga de Tailwind CSS -->\r\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n\r\n<!-- 2. Carga de las fuentes (Manrope y Questrial) -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@600&family=Questrial&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- 3. Configuraci\u00f3n de los colores y fuentes de Strive -->\r\n<script>\r\n    tailwind.config = {\r\n        theme: {\r\n            extend: {\r\n                colors: {\r\n                    'charcoal': '#1A1917',\r\n                    'forest': '#283934',\r\n                    'avocado': '#606A60',\r\n                    'mist': '#A7A6A2',\r\n                    'pearl': '#F2F2F2',\r\n                },\r\n                fontFamily: {\r\n                    'title': ['Manrope', 'sans-serif'],\r\n                    'text': ['Questrial', 'sans-serif'],\r\n                }\r\n            }\r\n        }\r\n    }\r\n<\/script>\r\n\r\n<!-- 4. Estilos espec\u00edficos -->\r\n<style>\r\n    \/* Aplicamos la fuente base (Questrial) al contenedor *\/\r\n    .strive-footer-container {\r\n        font-family: 'Questrial', sans-serif;\r\n    }\r\n    \/* Definimos la fuente de t\u00edtulos *\/\r\n    .font-title {\r\n        font-family: 'Manrope', sans-serif;\r\n    }\r\n    \/* Desplazamiento suave para los enlaces ancla *\/\r\n    html {\r\n        scroll-behavior: smooth;\r\n    }\r\n<\/style>\r\n\r\n<!-- \r\n  Footer (Adaptado a Strive)\r\n  Usamos un fondo 'charcoal' y un dise\u00f1o minimalista de 3 columnas.\r\n-->\r\n<footer class=\"strive-footer-container bg-charcoal text-mist pt-16 pb-8 px-4\">\r\n    <div class=\"max-w-7xl mx-auto\">\r\n        \r\n        <!-- Grid principal del Footer (3 columnas) -->\r\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-12\">\r\n            \r\n            <!-- Columna 1: Logo, Lema y Redes Sociales -->\r\n            <div class=\"flex flex-col items-center md:items-start text-center md:text-left\">\r\n                <a href=\"#\" class=\"block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/strivereformer.com\/wp-content\/uploads\/2025\/11\/Artboard-3-8.png\" \r\n                         alt=\"Logo de Strive Reformer Studio\" \r\n                         class=\"h-12 w-auto object-contain\"\r\n                         style=\"height: 48px !important; width: auto !important; max-width: 150px;\">\r\n                <\/a>\r\n                <p class=\"mt-4 text-sm text-mist\/70 max-w-xs\">\r\n                    Consistency. Effort. Transformation.\r\n                <\/p>\r\n                <!-- Iconos SVG de Redes Sociales -->\r\n                <div class=\"flex space-x-5 mt-6\">\r\n                    <a href=\"https:\/\/www.instagram.com\/strive.reformerpilates\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\" class=\"text-mist hover:text-pearl transition-colors duration-200\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect>\r\n                            <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path>\r\n                            <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line>\r\n                        <\/svg>\r\n                    <\/a>\r\n                    <a href=\"https:\/\/www.facebook.com\/profile.php?id=61582878087264\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\" class=\"text-mist hover:text-pearl transition-colors duration-200\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path>\r\n                        <\/svg>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Columna 2: Navegaci\u00f3n (Simplificada y Vinculada) -->\r\n            <div class=\"text-center md:text-left\">\r\n                <h3 class=\"font-title text-xl font-bold text-pearl mb-4 uppercase tracking-wider\">Navigation<\/h3>\r\n                <ul class=\"space-y-3\">\r\n                    <li><a href=\"#schedule\" class=\"hover:text-pearl transition-colors\">Availability<\/a><\/li>\r\n                    <li><a href=\"#paquetes\" class=\"hover:text-pearl transition-colors\">Packages<\/a><\/li>\r\n                    <li><a href=\"#inicio\" class=\"hover:text-pearl transition-colors\">Sign in<\/a><\/li>\r\n                <\/ul>\r\n            <\/div>\r\n\r\n            <!-- Columna 3: Contacto (Actualizado) -->\r\n            <div class=\"text-center md:text-left\">\r\n                <h3 class=\"font-title text-xl font-bold text-pearl mb-4 uppercase tracking-wider\">Visit Us<\/h3>\r\n                <ul class=\"space-y-4\">\r\n                    \r\n                    <!-- Direcci\u00f3n -->\r\n                    <li class=\"flex items-start justify-center md:justify-start\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-avocado mr-3 flex-shrink-0 mt-1\">\r\n                            <path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\r\n                        <\/svg>\r\n                        <span>11601 Pellicano Drive Suite 15,<br>El Paso TX 79936<\/span>\r\n                    <\/li>\r\n\r\n                    <!-- Email -->\r\n                    <li class=\"flex items-center justify-center md:justify-start\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-avocado mr-3 flex-shrink-0\">\r\n                            <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline>\r\n                        <\/svg>\r\n                        <a href=\"mailto:contacto@strivereformer.com\" class=\"hover:text-pearl transition-colors\">contacto@strivereformer.com<\/a>\r\n                    <\/li>\r\n\r\n                    <!-- Tel\u00e9fono -->\r\n                    <li class=\"flex items-center justify-center md:justify-start\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-avocado mr-3 flex-shrink-0\">\r\n                            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\r\n                        <\/svg>\r\n                        <a href=\"tel:+19155550199\" class=\"hover:text-pearl transition-colors\">(915) 555-0199<\/a>\r\n                    <\/li>\r\n\r\n                <\/ul>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- L\u00ednea divisoria y Copyright -->\r\n        <div class=\"mt-12 border-t border-mist\/20 pt-8 text-center\">\r\n            <p class=\"text-sm text-mist\/70\">\r\n                \u00a9 2025 Strive Reformer Studio. All rights reserved.\r\n            <\/p>\r\n        <\/div>\r\n    <\/div>\r\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Regresar Horarios Disponibles Consulta nuestra agenda en tiempo real y reserva tu espacio. (El Paso &#8211; Pellicano Dr) LUNES 6:00 [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1126","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/pages\/1126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/comments?post=1126"}],"version-history":[{"count":31,"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/pages\/1126\/revisions"}],"predecessor-version":[{"id":1266,"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/pages\/1126\/revisions\/1266"}],"wp:attachment":[{"href":"https:\/\/strivereformer.com\/en\/wp-json\/wp\/v2\/media?parent=1126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}