{"id":13,"date":"2023-08-09T02:01:34","date_gmt":"2023-08-09T02:01:34","guid":{"rendered":"https:\/\/losandesoficial.store\/home\/?page_id=13"},"modified":"2026-05-12T00:03:51","modified_gmt":"2026-05-12T03:03:51","slug":"inicio","status":"publish","type":"page","link":"https:\/\/losandesoficial.store\/home\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"hero-container\">\n    <div class=\"hero-image\"><\/div>\n    <div class=\"hero-shadow\"><\/div> \n    \n    <div class=\"hero-overlay\">\n        <div class=\"text-container\">\n            <h1 class=\"renovando-text\">Nos estamos renovando&#8230;<\/h1>\n            <div class=\"separator-lines\">\n                <div class=\"line red\"><\/div>\n                <div class=\"line white\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<style>\n\/* 1. Reset de espacios del tema *\/\n.homepage .header-homepage { display: none !important; }\n.gridContainer.content, #page-content {\n    width: 100% !important;\n    max-width: 100% !important;\n    padding: 0 !important;\n    margin: 0 !important;\n}\n\n\/* 2. Contenedor Principal (Full Viewport) *\/\n.hero-container {\n    position: relative;\n    width: 100vw;\n    height: 100vh;\n    margin-left: calc(-50vw + 50%);\n    overflow: hidden;\n    background-color: #000;\n    z-index: 10;\n}\n\n\/* 3. Imagen de fondo *\/\n.hero-image {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-image: url('https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2026\/04\/Camiseta-feed.png');\n    background-size: cover;\n    background-position: center top;\n    filter: brightness(0.4); \/* Un toque m\u00e1s oscuro para resaltar el blanco *\/\n    animation: heroZoomIn 4s ease-out forwards;\n    opacity: 0;\n}\n\n\/* 4. Sombra y Capas de profundidad *\/\n.hero-shadow {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 100%);\n    z-index: 11;\n    pointer-events: none;\n}\n\n\/* 5. Centrado Absoluto y Animaci\u00f3n de grupo *\/\n.hero-overlay {\n    position: absolute;\n    z-index: 12;\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.2);\n}\n\n.text-container {\n    display: flex;\n    flex-direction: column; \/* Alinea hijos uno debajo del otro *\/\n    align-items: center;    \/* Centra horizontalmente *\/\n    text-align: center;\n    animation: breathing 4s infinite ease-in-out;\n}\n\n.renovando-text {\n    color: #ffffff;\n    font-family: 'Arial Black', Gadget, sans-serif;\n    font-size: 3.5rem;\n    text-transform: uppercase;\n    letter-spacing: 6px;\n    margin: 0 0 20px 0; \/* Margen abajo para separar de las l\u00edneas *\/\n    text-shadow: 2px 2px 20px rgba(0,0,0,0.8);\n}\n\n\/* 6. Estilo de las l\u00edneas *\/\n.separator-lines {\n    width: 150px; \/* Ancho fijo para que sea un detalle sutil bajo el texto *\/\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n.line {\n    height: 4px;\n    width: 100%;\n    border-radius: 10px;\n}\n\n.line.red { background-color: #d12020; }\n.line.white { background-color: #ffffff; }\n\n\/* Animaciones *\/\n@keyframes heroZoomIn {\n    0% { transform: scale(1.1); opacity: 0; }\n    100% { transform: scale(1); opacity: 1; }\n}\n\n@keyframes breathing {\n    0%, 100% { opacity: 0.5; transform: scale(0.98); }\n    50% { opacity: 1; transform: scale(1); }\n}\n\n\/* Ajustes para Celulares *\/\n@media (max-width: 768px) {\n    .renovando-text {\n        font-size: 1.8rem;\n        letter-spacing: 2px;\n        padding: 0 20px;\n    }\n    .separator-lines {\n        width: 100px;\n    }\n}\n<\/style>\n<\/div>\n<\/div>\n\n\n\n<script>\n(function() {\n    window.addEventListener('scroll', function() {\n        var nav = document.querySelector('.navigation-bar.coloured-nav');\n        if (!nav) return; \/\/ Por si las dudas no encuentra el elemento\n\n        if (window.scrollY > 50) {\n            nav.classList.add('nav-scrolled');\n        } else {\n            nav.classList.remove('nav-scrolled');\n        }\n    });\n    console.log(\"Script de scroll inyectado correctamente\");\n})();\n<\/script>\n\n\n\n<style>\n\/* 1. Estado inicial (Transparente) *\/\n\/* Usamos el ID #page-top para darle m\u00e1s peso al selector y que el tema no nos gane *\/\n#page-top .navigation-bar.coloured-nav {\n    background-color: transparent !important;\n    background-image: none !important; \/* Por si el tema mete un gradiente *\/\n    box-shadow: none !important;\n    transition: all 0.4s ease-in-out !important;\n}\n\n\/* 2. Estado con Scroll (Rojo) *\/\n\/* Al agregar .nav-scrolled, el selector se vuelve m\u00e1s espec\u00edfico a\u00fan *\/\n#page-top .navigation-bar.coloured-nav.nav-scrolled {\n    background-color: #d12020 !important; \/* Rojo Los Andes *\/\n    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4) !important;\n}\n\n\/* 3. Aseguramos que los textos del men\u00fa sean blancos siempre *\/\n#page-top .navigation-bar.coloured-nav .simple-menu-items li a {\n    color: #ffffff !important;\n}\n\n\/* 4. Ajuste extra: que el contenido no quede con un hueco blanco arriba *\/\n.header-homepage {\n    padding-top: 0 !important;\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Nos estamos renovando&#8230;<\/p>\n","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,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Nos estamos renovando...\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/losandesoficial.store\/home\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Los Andes Store - LA Tienda\" \/>\n\t\t<meta property=\"og:type\" content=\"website\" \/>\n\t\t<meta property=\"og:title\" content=\"Inicio - Los Andes Store\" \/>\n\t\t<meta property=\"og:description\" content=\"Nos estamos renovando...\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/losandesoficial.store\/home\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1934\" \/>\n\t\t<meta property=\"og:image:height\" content=\"2039\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Inicio - Los Andes Store\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Nos estamos renovando...\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/losandesoficial.store\\\/home\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#listItem\",\"name\":\"Inicio\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#listItem\",\"position\":2,\"name\":\"Inicio\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#organization\",\"name\":\"Los Andes Store\",\"description\":\"LA Tienda\",\"url\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Imagotipo.png\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#organizationLogo\",\"width\":10261,\"height\":4495},\"image\":{\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#webpage\",\"url\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/\",\"name\":\"Inicio - Los Andes Store\",\"description\":\"Nos estamos renovando...\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#breadcrumblist\"},\"datePublished\":\"2023-08-09T02:01:34-03:00\",\"dateModified\":\"2026-05-12T00:03:51-03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#website\",\"url\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/\",\"name\":\"Los Andes Store\",\"description\":\"LA Tienda\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/losandesoficial.store\\\/home\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Inicio - Los Andes Store","description":"Nos estamos renovando...","canonical_url":"https:\/\/losandesoficial.store\/home\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/losandesoficial.store\/home\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/losandesoficial.store\/home#listItem","position":1,"name":"Home","item":"https:\/\/losandesoficial.store\/home","nextItem":{"@type":"ListItem","@id":"https:\/\/losandesoficial.store\/home\/#listItem","name":"Inicio"}},{"@type":"ListItem","@id":"https:\/\/losandesoficial.store\/home\/#listItem","position":2,"name":"Inicio","previousItem":{"@type":"ListItem","@id":"https:\/\/losandesoficial.store\/home#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/losandesoficial.store\/home\/#organization","name":"Los Andes Store","description":"LA Tienda","url":"https:\/\/losandesoficial.store\/home\/","logo":{"@type":"ImageObject","url":"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/09\/Imagotipo.png","@id":"https:\/\/losandesoficial.store\/home\/#organizationLogo","width":10261,"height":4495},"image":{"@id":"https:\/\/losandesoficial.store\/home\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/losandesoficial.store\/home\/#webpage","url":"https:\/\/losandesoficial.store\/home\/","name":"Inicio - Los Andes Store","description":"Nos estamos renovando...","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/losandesoficial.store\/home\/#website"},"breadcrumb":{"@id":"https:\/\/losandesoficial.store\/home\/#breadcrumblist"},"datePublished":"2023-08-09T02:01:34-03:00","dateModified":"2026-05-12T00:03:51-03:00"},{"@type":"WebSite","@id":"https:\/\/losandesoficial.store\/home\/#website","url":"https:\/\/losandesoficial.store\/home\/","name":"Los Andes Store","description":"LA Tienda","inLanguage":"es-ES","publisher":{"@id":"https:\/\/losandesoficial.store\/home\/#organization"}}]},"og:locale":"es_ES","og:site_name":"Los Andes Store - LA Tienda","og:type":"website","og:title":"Inicio - Los Andes Store","og:description":"Nos estamos renovando...","og:url":"https:\/\/losandesoficial.store\/home\/","og:image":"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png","og:image:secure_url":"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png","og:image:width":1934,"og:image:height":2039,"twitter:card":"summary_large_image","twitter:title":"Inicio - Los Andes Store","twitter:description":"Nos estamos renovando...","twitter:image":"https:\/\/losandesoficial.store\/home\/wp-content\/uploads\/2023\/08\/cropped-cala.png"},"aioseo_meta_data":{"post_id":"13","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"Los Andes Store","score":53,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"website","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2023-08-09 17:25:35","updated":"2026-05-12 05:06:01","seo_analyzer_scan_date":null,"focus_keyword":"Los Andes Store","additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/losandesoficial.store\/home\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tInicio\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/losandesoficial.store\/home"},{"label":"Inicio","link":"https:\/\/losandesoficial.store\/home\/"}],"_links":{"self":[{"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":80,"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":29613,"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/pages\/13\/revisions\/29613"}],"wp:attachment":[{"href":"https:\/\/losandesoficial.store\/home\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}