{"id":1880,"date":"2026-02-15T00:53:20","date_gmt":"2026-02-15T00:53:20","guid":{"rendered":"https:\/\/gecasolutions.com\/?page_id=1880"},"modified":"2026-02-15T01:06:41","modified_gmt":"2026-02-15T01:06:41","slug":"mantenimiento","status":"publish","type":"page","link":"https:\/\/gecasolutions.com\/es\/mantenimiento\/","title":{"rendered":"Mantenimiento"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1880\" class=\"elementor elementor-1880\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d40b765 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d40b765\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ab0956\" data-id=\"6ab0956\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c7f5ca elementor-widget elementor-widget-html\" data-id=\"4c7f5ca\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<style>\n  \/* --- BRAND COLORS --- *\/\n  :root {\n    --geca-orange: #E85D04; \/* Header Orange *\/\n    --geca-blue: #00509D;   \/* Brand Blue *\/\n    --geca-green: #25D366;  \/* WhatsApp Green *\/\n    --text-dark: #333333;\n    --white: #ffffff;\n  }\n\n  \/* Basic Reset *\/\n  .geca-maintenance-wrapper {\n    font-family: 'Roboto', 'Arial', sans-serif;\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    background-color: #f4f4f4;\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n  }\n\n  \/* 1. TOP BAR (Orange) *\/\n  .geca-top-bar {\n    background-color: var(--geca-orange);\n    color: var(--white);\n    padding: 10px 20px;\n    text-align: center;\n    font-size: 14px;\n    font-weight: 500;\n    display: flex;\n    justify-content: center;\n    gap: 25px;\n    flex-wrap: wrap;\n  }\n  \n  .geca-top-bar span {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* 2. HERO SECTION *\/\n  .geca-hero {\n    flex: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center; \/* Centered like your original design *\/\n    padding: 10%;\n    \/* Construction background image with overlay *\/\n    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https:\/\/images.unsplash.com\/photo-1503387762-592deb58ef4e?q=80&w=2531&auto=format&fit=crop'); \n    background-size: cover;\n    background-position: center;\n    position: relative;\n  }\n\n  \/* 3. FLOAT BOX (Style: \"Commercial Service\") *\/\n  .geca-box {\n    background: var(--white);\n    max-width: 500px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n    position: relative;\n    overflow: hidden;\n    border-radius: 4px;\n    text-align: left;\n  }\n\n  \/* Header (White part) *\/\n  .geca-box-header {\n    padding: 30px 40px;\n  }\n\n  .geca-box h1 {\n    color: #000;\n    font-size: 42px;\n    line-height: 1.1;\n    margin: 0;\n    font-weight: 800;\n  }\n\n  \/* Blue Strip (Part \"RENOVATION\") *\/\n  .geca-box-blue-strip {\n    background-color: var(--geca-blue);\n    color: var(--white);\n    padding: 15px 40px;\n    font-size: 24px;\n    font-weight: bold;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  \/* Body & Button *\/\n  .geca-box-body {\n    padding: 30px 40px;\n    background-color: var(--white);\n  }\n\n  .geca-box p {\n    color: #555;\n    font-size: 16px;\n    margin-bottom: 25px;\n    line-height: 1.5;\n  }\n\n  \/* Main Button Style *\/\n  .geca-btn {\n    background-color: var(--geca-green); \/* Green to signal WhatsApp\/Action *\/\n    color: var(--white);\n    padding: 14px 35px;\n    border-radius: 50px;\n    text-decoration: none;\n    font-weight: bold;\n    font-size: 16px;\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    border: none;\n    cursor: pointer;\n  }\n\n  .geca-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);\n  }\n\n  \/* 4. FLOATING WHATSAPP ICON (Bottom Left) *\/\n  .whatsapp-float {\n    position: fixed;\n    width: 60px;\n    height: 60px;\n    bottom: 30px;\n    left: 30px;\n    background-color: var(--geca-green);\n    color: #FFF;\n    border-radius: 50px;\n    text-align: center;\n    font-size: 35px;\n    box-shadow: 2px 2px 3px #999;\n    z-index: 1000;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n  }\n\n  \/* Mobile Adaptation *\/\n  @media (max-width: 768px) {\n    .geca-hero { padding: 20px; }\n    .geca-box h1 { font-size: 32px; }\n    .geca-box-blue-strip { font-size: 18px; }\n    .geca-top-bar { flex-direction: column; gap: 8px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"geca-maintenance-wrapper\">\n  \n\n\n  <div class=\"geca-hero\">\n    \n    <div class=\"geca-box\">\n      <div class=\"geca-box-header\">\n        <h1>Website Under<br>Construction<\/h1>\n      <\/div>\n      \n      <div class=\"geca-box-blue-strip\">\n        DIGITAL RENOVATION\n      <\/div>\n\n      <div class=\"geca-box-body\">\n        <p>We are currently improving our online space to serve you better. We apologize for the inconvenience and appreciate your patience.<\/p>\n        \n        <a href=\"https:\/\/wa.me\/16097720390\" class=\"geca-btn\">\n          <span>Get a Quote<\/span>\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <a href=\"https:\/\/wa.me\/16097720390\" class=\"whatsapp-float\" target=\"_blank\">\n    <svg width=\"35\" height=\"35\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z\"\/><\/svg>\n  <\/a>\n\n<\/div>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Website UnderConstruction DIGITAL RENOVATION We are currently improving our online space to serve you better. We apologize for the inconvenience and appreciate your patience. Get a Quote<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-1880","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v23.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mantenimiento - Geca solutions<\/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:\/\/gecasolutions.com\/es\/mantenimiento\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mantenimiento\" \/>\n<meta property=\"og:description\" content=\"Website UnderConstruction DIGITAL RENOVATION We are currently improving our online space to serve you better. We apologize for the inconvenience and appreciate your patience. Get a Quote\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gecasolutions.com\/es\/mantenimiento\/\" \/>\n<meta property=\"og:site_name\" content=\"Geca solutions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/geca.solutions.llc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-15T01:06:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gecasolutions.com\/mantenimiento\/\",\"url\":\"https:\/\/gecasolutions.com\/mantenimiento\/\",\"name\":\"Mantenimiento - Geca solutions\",\"isPartOf\":{\"@id\":\"https:\/\/gecasolutions.com\/#website\"},\"datePublished\":\"2026-02-15T00:53:20+00:00\",\"dateModified\":\"2026-02-15T01:06:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gecasolutions.com\/mantenimiento\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gecasolutions.com\/mantenimiento\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gecasolutions.com\/mantenimiento\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gecasolutions.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mantenimiento\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gecasolutions.com\/#website\",\"url\":\"https:\/\/gecasolutions.com\/\",\"name\":\"Geca solutions\",\"description\":\"Geca Solutions.com\",\"publisher\":{\"@id\":\"https:\/\/gecasolutions.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gecasolutions.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gecasolutions.com\/#organization\",\"name\":\"Geca solutions\",\"url\":\"https:\/\/gecasolutions.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/gecasolutions.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gecasolutions.com\/wp-content\/uploads\/2023\/07\/LOGO-GECA-110.png\",\"contentUrl\":\"https:\/\/gecasolutions.com\/wp-content\/uploads\/2023\/07\/LOGO-GECA-110.png\",\"width\":110,\"height\":81,\"caption\":\"Geca solutions\"},\"image\":{\"@id\":\"https:\/\/gecasolutions.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/geca.solutions.llc\",\"https:\/\/www.instagram.com\/geca_solutions\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Mantenimiento - Geca solutions","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:\/\/gecasolutions.com\/es\/mantenimiento\/","og_locale":"es_ES","og_type":"article","og_title":"Mantenimiento","og_description":"Website UnderConstruction DIGITAL RENOVATION We are currently improving our online space to serve you better. We apologize for the inconvenience and appreciate your patience. Get a Quote","og_url":"https:\/\/gecasolutions.com\/es\/mantenimiento\/","og_site_name":"Geca solutions","article_publisher":"https:\/\/www.facebook.com\/geca.solutions.llc","article_modified_time":"2026-02-15T01:06:41+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gecasolutions.com\/mantenimiento\/","url":"https:\/\/gecasolutions.com\/mantenimiento\/","name":"Mantenimiento - Geca solutions","isPartOf":{"@id":"https:\/\/gecasolutions.com\/#website"},"datePublished":"2026-02-15T00:53:20+00:00","dateModified":"2026-02-15T01:06:41+00:00","breadcrumb":{"@id":"https:\/\/gecasolutions.com\/mantenimiento\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gecasolutions.com\/mantenimiento\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gecasolutions.com\/mantenimiento\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gecasolutions.com\/"},{"@type":"ListItem","position":2,"name":"Mantenimiento"}]},{"@type":"WebSite","@id":"https:\/\/gecasolutions.com\/#website","url":"https:\/\/gecasolutions.com\/","name":"Geca solutions","description":"Geca Solutions.com","publisher":{"@id":"https:\/\/gecasolutions.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gecasolutions.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/gecasolutions.com\/#organization","name":"Geca solutions","url":"https:\/\/gecasolutions.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/gecasolutions.com\/#\/schema\/logo\/image\/","url":"https:\/\/gecasolutions.com\/wp-content\/uploads\/2023\/07\/LOGO-GECA-110.png","contentUrl":"https:\/\/gecasolutions.com\/wp-content\/uploads\/2023\/07\/LOGO-GECA-110.png","width":110,"height":81,"caption":"Geca solutions"},"image":{"@id":"https:\/\/gecasolutions.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/geca.solutions.llc","https:\/\/www.instagram.com\/geca_solutions\/"]}]}},"_links":{"self":[{"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/pages\/1880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/comments?post=1880"}],"version-history":[{"count":7,"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/pages\/1880\/revisions"}],"predecessor-version":[{"id":1891,"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/pages\/1880\/revisions\/1891"}],"wp:attachment":[{"href":"https:\/\/gecasolutions.com\/es\/wp-json\/wp\/v2\/media?parent=1880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}