{"id":370,"date":"2026-02-05T18:35:17","date_gmt":"2026-02-05T18:35:17","guid":{"rendered":"https:\/\/ceveshospitalveterinario.com\/wordpress\/?page_id=370"},"modified":"2026-02-05T19:03:19","modified_gmt":"2026-02-05T19:03:19","slug":"elementor-370","status":"publish","type":"page","link":"https:\/\/ceveshospitalveterinario.com\/wordpress\/","title":{"rendered":"proximamente"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"370\" class=\"elementor elementor-370\">\n\t\t\t\t<div class=\"elementor-element elementor-element-469d243 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"469d243\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f012164 elementor-widget elementor-widget-html\" data-id=\"f012164\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CEVES - Hospital Veterinario | Pr\u00f3ximamente<\/title>\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700&family=Poppins:wght@300;500;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --azul-oscuro: #003366;\n            --azul-medio: #00529b;\n            --azul-claro: #00a0df;\n            --rojo-ceves: #e30613;\n            --blanco: #ffffff;\n            --overlay: rgba(250, 231, 202, 0.75);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body, html {\n            height: 100%;\n            font-family: 'Poppins', sans-serif;\n            background-color: var(--azul-oscuro);\n            \/* Evitamos el scroll si no es necesario, pero permitimos que respire en m\u00f3viles *\/\n            overflow-x: hidden;\n        }\n\n        \/* Contenedor Principal con Fondo *\/\n        .main-container {\n            position: relative;\n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            align-items: center; \/* Centrado vertical absoluto *\/\n            justify-content: center; \/* Centrado horizontal absoluto *\/\n            background-image: url('https:\/\/images.unsplash.com\/photo-1583337130417-3346a1be7dee?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            text-align: center;\n            color: var(--blanco);\n            padding: 40px 20px; \/* Padding de seguridad para que nunca toque los bordes *\/\n        }\n\n        \/* Capa de Degradado para Contraste *\/\n        .overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, var(--overlay) 0%, rgba(0, 100, 223, 0.5) 100%);\n            z-index: 1;\n        }\n\n        \/* Contenido Central *\/\n        .content {\n            position: relative;\n            z-index: 10;\n            max-width: 800px;\n            width: 100%;\n            animation: fadeInScale 1.2s ease-out;\n            display: flex;\n            flex-direction: column;\n            align-items: center; \/* Asegura que hijos como el logo est\u00e9n centrados *\/\n        }\n\n        \/* Estilo del Logo *\/\n        .logo-container {\n            margin-bottom: 30px;\n            width: 100%;\n            display: flex;\n            justify-content: center;\n        }\n\n        .logo-container img {\n            max-width: 280px;\n            width: 90%; \/* Responsivo en pantallas muy peque\u00f1as *\/\n            height: auto;\n            \/* Sombra blanca sutil ajustada para mejor contraste sin ser pesada *\/\n            filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.3)) drop-shadow(0px 4px 20px rgba(0,0,0,0.4));\n            animation: float 4s ease-in-out infinite;\n        }\n\n        \/* Textos *\/\n        h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: clamp(2.2rem, 8vw, 4.5rem);\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: -1px;\n            line-height: 1.1;\n            margin-bottom: 15px;\n        }\n\n        h1 span {\n            color: var(--rojo-ceves);\n            \/* Halo blanco suave para lectura perfecta sobre el fondo *\/\n            text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);\n        }\n\n        p.subtitulo {\n            font-size: clamp(1rem, 4vw, 1.3rem);\n            font-weight: 300;\n            margin-bottom: 40px;\n            opacity: 0.95;\n            max-width: 600px;\n        }\n\n        \/* Barra de Progreso \/ Animaci\u00f3n de Carga *\/\n        .progress-container {\n            width: 100%;\n            max-width: 350px;\n            height: 6px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 10px;\n            margin: 0 auto 45px;\n            overflow: hidden;\n        }\n\n        .progress-bar {\n            height: 100%;\n            width: 70%;\n            background: linear-gradient(90deg, var(--azul-claro), var(--rojo-ceves));\n            border-radius: 10px;\n            animation: loading 3s infinite ease-in-out;\n        }\n\n        \/* Botones de Contacto *\/\n        .contact-info {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            width: 100%;\n        }\n\n        .btn {\n            padding: 14px 35px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            min-width: 220px;\n        }\n\n        .btn-white {\n            background-color: var(--blanco);\n            color: var(--azul-oscuro);\n        }\n\n        .btn-red {\n            background-color: var(--rojo-ceves);\n            color: var(--blanco);\n            box-shadow: 0 4px 15px rgba(227, 6, 19, 0.3);\n        }\n\n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n        }\n\n        \/* Ubicaci\u00f3n Veracruz *\/\n        .location {\n            margin-top: 40px;\n            font-size: 0.95rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            opacity: 0.9;\n        }\n\n        \/* Animaciones *\/\n        @keyframes fadeInScale {\n            0% { opacity: 0; transform: scale(0.95); }\n            100% { opacity: 1; transform: scale(1); }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-12px); }\n        }\n\n        @keyframes loading {\n            0% { transform: translateX(-100%); }\n            50% { transform: translateX(0%); }\n            100% { transform: translateX(100%); }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .main-container { padding: 30px 15px; }\n            .logo-container img { max-width: 220px; }\n            .contact-info { flex-direction: column; align-items: center; }\n            .btn { width: 100%; max-width: 300px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"main-container\">\n        <div class=\"overlay\"><\/div>\n\n        <div class=\"content\">\n            <!-- Logo perfectamente centrado -->\n            <div class=\"logo-container\">\n                <img decoding=\"async\" src=\"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-content\/uploads\/2026\/02\/Logo-CEVES.png\" alt=\"CEVES Hospital Veterinario\" onerror=\"this.src='https:\/\/via.placeholder.com\/280x100?text=CEVES+LOGO'\">\n            <\/div>\n\n            <h1>Pr\u00f3xima<span>mente<\/span><\/h1>\n            <p class=\"subtitulo\">Estamos trabajando en nuestra p\u00e1gina web.<\/p>\n\n            <!-- Barra de estado -->\n            <div class=\"progress-container\">\n                <div class=\"progress-bar\"><\/div>\n            <\/div>\n\n            <!-- Botones de Acci\u00f3n -->\n            <div class=\"contact-info\">\n                <a href=\"https:\/\/wa.me\/522291502293\" target=\"_blank\" class=\"btn btn-red\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12.031 6.172c-3.181 0-5.767 2.586-5.768 5.766-.001 1.298.38 2.27 1.025 3.012l-.582 2.128 2.18-.573c.678.439 1.576.693 2.583.694l.007-.001c3.181 0 5.767-2.586 5.768-5.766 0-3.187-2.575-5.76-5.763-5.76zm3.61 8.357c-.147.416-.717.763-1.18.81-.305.033-.703.059-1.611-.318-1.22-.508-2.127-1.748-2.187-1.828-.06-.08-.491-.655-.491-1.25s.312-.885.426-1.004c.114-.118.25-.177.333-.177s.167.012.239.012c.074 0 .173-.028.271.21.099.239.339.824.369.885.03.06.05.13.01.21-.039.079-.059.13-.119.209s-.12.158-.173.21c-.053.053-.109.111-.046.22.063.11.28.463.601.748.413.366.76.479.867.535.107.056.17.047.234-.025.063-.071.271-.315.342-.423.072-.108.144-.091.242-.055.098.035.62.292.727.346.107.054.179.08.205.125.027.046.027.264-.12.679zM12 2C6.477 2 2 6.477 2 12c0 1.891.524 3.662 1.435 5.176L2 22l4.957-1.3c1.474.821 3.167 1.3 4.966 1.3 5.523 0 10-4.477 10-10S17.523 2 12 2z\"\/><\/svg>\n                    <span>Urgencias 24\/7<\/span>\n \n                <\/a>\n            <\/div>\n\n            <!-- Ubicaci\u00f3n -->\n            <div class=\"location\">\n                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                    <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                <\/svg>\n                Veracruz, M\u00e9xico.\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\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\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>CEVES &#8211; Hospital Veterinario | Pr\u00f3ximamente Pr\u00f3ximamente Estamos trabajando en nuestra p\u00e1gina web. Urgencias 24\/7 Veracruz, M\u00e9xico.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-370","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/pages\/370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/comments?post=370"}],"version-history":[{"count":19,"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/pages\/370\/revisions"}],"predecessor-version":[{"id":742,"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/pages\/370\/revisions\/742"}],"wp:attachment":[{"href":"https:\/\/ceveshospitalveterinario.com\/wordpress\/wp-json\/wp\/v2\/media?parent=370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}