{"id":10,"date":"2026-06-24T19:24:55","date_gmt":"2026-06-24T19:24:55","guid":{"rendered":"https:\/\/fenix.miespacio.cloud\/?page_id=10"},"modified":"2026-06-25T23:41:17","modified_gmt":"2026-06-25T23:41:17","slug":"inicio","status":"publish","type":"page","link":"https:\/\/fenix.miespacio.cloud\/","title":{"rendered":"Fenix Logistic"},"content":{"rendered":"\n<style>\nbody { background: #ffffff !important; margin: 0 !important; padding: 0 !important; }\n.wp-site-blocks > header, .wp-site-blocks > footer:not(.fenix-footer), header.wp-block-template-part, footer.wp-block-template-part, .has-global-padding > header:not(.fenix-header), .has-global-padding > footer:not(.fenix-footer), .wp-block-template-part.site-header, .wp-block-template-part.site-footer, nav.wp-block-navigation, .wp-block-site-title, .wp-block-post-title, h1.wp-block-post-title, .wp-block-navigation, .wp-block-navigation__container { display: none !important; }\n.wp-site-blocks { padding-top: 0 !important; }\n.wp-site-blocks > main, .wp-site-blocks > .wp-block-group, .entry-content, .page-content, .wp-block-post-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }\n.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: 100% !important; }\n<\/style>\n\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&#038;family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n:root {\n  --orange: #FC763B; --orange-dark: #e0612a; --orange-light: #FFF4EF;\n  --orange-glow: rgba(252, 118, 59, 0.15);\n  --teal: #00887D; --teal-light: #E6F5F3;\n  --bg-white: #ffffff; --bg-light: #f8f9fb; --bg-section-alt: #f2f4f7;\n  --bg-card: #ffffff;\n  --text-primary: #1a1a2e; --text-secondary: #4a4a68; --text-muted: #8a8aa0;\n  --border-subtle: #e8e8f0; --border-card: #e2e4ea;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);\n  --shadow-lg: 0 12px 40px rgba(0,0,0,0.1);\n  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px;\n  --font-primary: Inter, -apple-system, BlinkMacSystemFont, sans-serif;\n  --font-display: 'Playfair Display', Georgia, serif;\n  --max-width: 1200px;\n}\nhtml { scroll-behavior: smooth; font-size: 16px; }\nbody { font-family: var(--font-primary); background: var(--bg-white) !important; color: var(--text-primary); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }\na { text-decoration: none; color: inherit; } img { max-width: 100%; display: block; } ul, ol { list-style: none; }\n\n.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(.16,1,.3,1), transform 0.7s cubic-bezier(.16,1,.3,1); }\n.reveal.visible { opacity: 1; transform: translateY(0); }\n.reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; }\n.reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; }\n\n\/* COMPACT HEADER *\/\n.fenix-header { display: block !important; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 2rem; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); transition: box-shadow 0.3s; }\nbody.admin-bar .fenix-header { top: 32px; }\n@media screen and (max-width: 782px) { body.admin-bar .fenix-header { top: 46px; } }\n.fenix-header.scrolled { box-shadow: 0 1px 0 var(--border-subtle), 0 4px 20px rgba(0,0,0,0.06); }\n.header-inner { max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 56px; }\n.fenix-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--text-primary); }\n.fenix-logo img { height: 36px; width: auto; }\n.fenix-logo span { color: var(--orange); }\n.fenix-nav { display: flex; align-items: center; gap: 1.8rem; }\n.fenix-nav a { font-size: 0.85rem; font-weight: 500; color: var(--text-secondary); transition: color 0.2s; position: relative; }\n.fenix-nav a::after { content: \"\"; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--orange); border-radius: 2px; transition: width 0.3s; }\n.fenix-nav a:hover { color: var(--text-primary); } .fenix-nav a:hover::after { width: 100%; }\n.fenix-nav a.active { color: var(--orange); } .fenix-nav a.active::after { width: 100%; }\n.nav-cta { padding: 8px 20px !important; background: var(--orange) !important; color: white !important; border-radius: var(--radius-sm); font-weight: 600 !important; font-size: 0.82rem !important; transition: transform 0.2s, box-shadow 0.2s, background 0.2s !important; box-shadow: 0 2px 8px var(--orange-glow); }\n.nav-cta::after { display: none !important; }\n.nav-cta:hover { transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(252,118,59,0.25) !important; background: var(--orange-dark) !important; }\n.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; }\n.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--text-primary); margin: 5px 0; transition: 0.2s; border-radius: 2px; }\n.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }\n.menu-toggle.active span:nth-child(2) { opacity: 0; }\n.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }\n\n\/* HERO *\/\n.hero { min-height: 88vh; display: flex; align-items: center; position: relative; padding: 90px 2rem 70px; overflow: hidden; background: var(--bg-white); }\n.hero-container { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; width: 100%; }\n.hero-content { position: relative; z-index: 1; }\n.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; background: var(--orange-light); border: 1px solid rgba(252,118,59,0.2); border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--orange); margin-bottom: 1.8rem; letter-spacing: 0.02em; }\n.hero-badge-dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; animation: fenix-blink 2s ease-in-out infinite; }\n@keyframes fenix-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }\n.hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 4.2vw, 3.3rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 1.3rem; color: var(--text-primary); }\n.hero h1 em { font-style: italic; color: var(--teal); }\n.hero p { font-size: clamp(0.95rem, 1.4vw, 1.1rem); color: var(--text-secondary); line-height: 1.7; max-width: 500px; margin-bottom: 2rem; }\n.hero-ctas { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }\n.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius-sm); font-size: 0.92rem; font-weight: 600; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; }\n.btn-primary { background: var(--orange); color: white; box-shadow: 0 4px 20px var(--orange-glow); }\n.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(252,118,59,0.3); background: var(--orange-dark); }\n.btn-secondary { background: transparent; color: var(--text-primary); border: 1px solid var(--border-card); }\n.btn-secondary:hover { transform: translateY(-3px); background: var(--bg-light); box-shadow: var(--shadow-md); }\n.btn-icon { width: 18px; height: 18px; }\n.hero-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; }\n.hero-image img { width: 100%; height: auto; border-radius: var(--radius-lg); object-fit: cover; }\n.hero-image::after { content: \"\"; position: absolute; inset: 0; border-radius: var(--radius-lg); box-shadow: inset 0 0 60px rgba(0,0,0,0.05); pointer-events: none; }\n\n\/* CLIENTS *\/\n.clients-bar { padding: 35px 2rem; background: var(--bg-white); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); overflow: hidden; }\n.clients-bar-inner { max-width: var(--max-width); margin: 0 auto; }\n.clients-bar p { text-align: center; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.2rem; }\n.clients-logos { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }\n.clients-logos img { height: 30px; width: auto; opacity: 0.5; filter: grayscale(100%); transition: opacity 0.3s, filter 0.3s; }\n.clients-logos img:hover { opacity: 1; filter: grayscale(0%); }\n\n\/* SECTIONS *\/\n.fenix-section { padding: 90px 2rem; position: relative; }\n.fenix-section-alt { background: var(--bg-section-alt); }\n.fenix-container { max-width: var(--max-width); margin: 0 auto; }\n.section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; }\n.section-label-line { width: 22px; height: 2px; background: var(--teal); border-radius: 2px; }\n.section-title { font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 1rem; color: var(--text-primary); }\n.section-subtitle { font-size: 1rem; color: var(--text-secondary); line-height: 1.7; max-width: 620px; }\n\n\/* ABOUT *\/\n.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; margin-top: 2.5rem; }\n.about-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; }\n.about-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); aspect-ratio: 4\/3; }\n.about-features { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 1.8rem; }\n.about-feature { display: flex; align-items: flex-start; gap: 1rem; }\n.about-feature-check { width: 22px; height: 22px; border-radius: 50%; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; color: var(--teal); font-size: 0.7rem; font-weight: 700; }\n.about-feature h4 { font-size: 0.95rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.2rem; }\n.about-feature p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }\n.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }\n.about-stat-box { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--radius-md); padding: 1rem; text-align: center; box-shadow: var(--shadow-sm); }\n.about-stat-box .num { font-size: 1.6rem; font-weight: 800; color: var(--orange); line-height: 1.2; }\n.about-stat-box .label { font-size: 0.75rem; color: var(--text-secondary); margin-top: 0.25rem; }\n\n\/* SERVICES *\/\n.services-header { text-align: center; margin-bottom: 3.5rem; }\n.services-header .section-subtitle { margin: 0 auto 1.5rem; }\n.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }\n.services-grid-bottom { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 800px; margin: 0 auto; }\n.service-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; box-shadow: var(--shadow-sm); }\n.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }\n.service-card-img { width: 100%; height: 170px; object-fit: cover; }\n.service-card-body { padding: 1.3rem; }\n.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-primary); line-height: 1.3; }\n.service-card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }\n\n\/* FACILITIES *\/\n.facilities-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; align-items: center; margin-top: 2.5rem; }\n.facilities-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; }\n.facilities-visual img { width: 100%; aspect-ratio: 16\/10; object-fit: cover; border-radius: var(--radius-lg); }\n.facilities-visual-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.8rem; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%); border-radius: var(--radius-lg); }\n.facilities-big-stat { font-size: 3.5rem; font-weight: 900; font-family: var(--font-display); line-height: 1; margin-bottom: 0.4rem; color: white; }\n.facilities-big-label { font-size: 0.95rem; color: rgba(255,255,255,0.85); }\n.facilities-features { display: flex; flex-direction: column; gap: 1.3rem; }\n.facility-feature { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem; background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--radius-md); transition: transform 0.3s, box-shadow 0.3s; box-shadow: var(--shadow-sm); }\n.facility-feature:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }\n.facility-feature-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }\n.facility-feature h4 { font-size: 0.9rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.3rem; }\n.facility-feature p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6; }\n\n\/* CONTACT *\/\n.contact-wrapper { max-width: 650px; margin: 0 auto; text-align: center; }\n.contact-wrapper .section-subtitle { margin: 0 auto 2.5rem; }\n.contact-buttons { display: flex; flex-direction: column; align-items: center; gap: 1rem; }\n.btn-whatsapp { background: #25D366; color: white; padding: 14px 36px; font-size: 0.95rem; border-radius: var(--radius-sm); box-shadow: 0 4px 16px rgba(37,211,102,0.2); width: 100%; max-width: 380px; justify-content: center; }\n.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(37,211,102,0.3); background: #1ebb5a; }\n.btn-email { background: var(--bg-light); color: var(--text-primary); border: 1px solid var(--border-card); padding: 14px 36px; font-size: 0.95rem; border-radius: var(--radius-sm); width: 100%; max-width: 380px; justify-content: center; }\n.btn-email:hover { transform: translateY(-3px); background: white; box-shadow: var(--shadow-md); }\n.contact-divider { font-size: 0.82rem; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }\n\n\/* FOOTER *\/\n.fenix-footer { display: block !important; background: var(--text-primary); padding: 50px 2rem 25px; }\n.footer-inner { max-width: var(--max-width); margin: 0 auto; }\n.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 2rem; }\n.footer-brand { max-width: 280px; }\n.footer-brand .fenix-logo { margin-bottom: 0.8rem; color: white; }\n.footer-brand .fenix-logo img { filter: brightness(0) invert(1); }\n.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }\n.footer-links-group { display: flex; gap: 3.5rem; }\n.footer-col h5 { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-bottom: 0.8rem; }\n.footer-col a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; transition: color 0.2s; }\n.footer-col a:hover { color: var(--orange); }\n.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; gap: 1rem; }\n.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.4); }\n\n\/* RESPONSIVE *\/\n@media (max-width: 1024px) { .hero-container { grid-template-columns: 1fr; } .hero-image { max-width: 550px; margin: 0 auto; } .about-grid { grid-template-columns: 1fr; gap: 2rem; } .about-visual { max-width: 480px; margin: 0 auto; } .services-grid { grid-template-columns: repeat(2, 1fr); } .services-grid-bottom { grid-template-columns: 1fr; max-width: 380px; } .facilities-grid { grid-template-columns: 1fr; } .facilities-visual { max-width: 550px; } .footer-links-group { gap: 2rem; } }\n@media (max-width: 768px) { .fenix-section { padding: 60px 1.5rem; } .fenix-nav { position: fixed; top: 0; right: -100%; width: 260px; height: 100vh; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; gap: 1.3rem; padding: 2rem; transition: right 0.4s; box-shadow: -10px 0 40px rgba(0,0,0,0.1); } .fenix-nav.open { right: 0; } .menu-toggle { display: flex; flex-direction: column; } .fenix-nav a { font-size: 1rem; color: var(--text-primary); } .nav-cta { padding: 10px 24px !important; font-size: 0.95rem !important; } .services-grid { grid-template-columns: 1fr; } .services-grid-bottom { grid-template-columns: 1fr; } .hero-ctas { flex-direction: column; } .hero-ctas .btn { width: 100%; justify-content: center; max-width: 300px; } .footer-top { flex-direction: column; } .footer-links-group { gap: 2rem; } .footer-bottom { flex-direction: column; text-align: center; } .clients-logos { gap: 1.5rem; } .clients-logos img { height: 22px; } .about-stats { grid-template-columns: 1fr; } }\n@media (max-width: 480px) { .fenix-section { padding: 45px 1rem; } .hero { padding: 80px 1rem 50px; } .facilities-big-stat { font-size: 2.5rem; } }\n<\/style>\n\n<header class=\"fenix-header\" id=\"fenixHeader\"><div class=\"header-inner\"><a href=\"#hero\" class=\"fenix-logo\"><img decoding=\"async\" src=\"https:\/\/fenix.miespacio.cloud\/wp-content\/uploads\/2026\/06\/fenix_logo_design_200.png\" alt=\"Fenix Logistic\">Fenix <span>Logistic<\/span><\/a><nav class=\"fenix-nav\" id=\"fenixNav\"><a href=\"#hero\" class=\"active\">Inicio<\/a><a href=\"#personalizacion\">Sobre nosotros<\/a><a href=\"#servicios\">Servicios<\/a><a href=\"#instalaciones\">Instalaciones<\/a><a href=\"#contacto\" class=\"nav-cta\">Contacto<\/a><\/nav><button class=\"menu-toggle\" id=\"fenixMenuToggle\" aria-label=\"Menu\"><span><\/span><span><\/span><span><\/span><\/button><\/div><\/header>\n\n<section class=\"hero\" id=\"hero\"><div class=\"hero-container\"><div class=\"hero-content\"><div class=\"hero-badge reveal\"><span class=\"hero-badge-dot\"><\/span>Soluciones log\u00edsticas 360\u00ba<\/div><h1 class=\"reveal reveal-delay-1\">Soluciones log\u00edsticas <em>dise\u00f1adas<\/em> para tu negocio<\/h1><p class=\"reveal reveal-delay-2\">Importaci\u00f3n, exportaci\u00f3n, almacenaje y gesti\u00f3n personalizada. En Fenix Logistic, adaptamos cada proceso a tus necesidades.<\/p><div class=\"hero-ctas reveal reveal-delay-3\"><a href=\"#contacto\" class=\"btn btn-primary\"><svg class=\"btn-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>Habla con nosotros<\/a><a href=\"#servicios\" class=\"btn btn-secondary\">Nuestros servicios<svg class=\"btn-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg><\/a><\/div><\/div><div class=\"hero-image reveal reveal-delay-2\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/A5EstzrAouxTJ4mac03amLvErQ8.png\" alt=\"Terminal portuaria con contenedores y camiones de Fenix Logistic\"><\/div><\/div><\/section>\n\n<div class=\"clients-bar reveal\"><div class=\"clients-bar-inner\"><p>Empresas que conf\u00edan en nosotros<\/p><div class=\"clients-logos\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/eSTtwABe7eeC0K6bogMtBPJukww.png\" alt=\"Desperta Ferro Ediciones\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/rmI5632LSUFUjnoxS6Cnb8qdV0.png\" alt=\"Morrison\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/yTXF7XHrAoh6Ycaso8Psn7dYmI.png\" alt=\"Wyapromo\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/eSTtwABe7eeC0K6bogMtBPJukww.png\" alt=\"Desperta Ferro Ediciones\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/rmI5632LSUFUjnoxS6Cnb8qdV0.png\" alt=\"Morrison\"><\/div><\/div><\/div>\n\n<section class=\"fenix-section fenix-section-alt\" id=\"personalizacion\"><div class=\"fenix-container\"><div class=\"section-label reveal\"><span class=\"section-label-line\"><\/span>Sobre nosotros<\/div><h2 class=\"section-title reveal reveal-delay-1\">Personalizaci\u00f3n: Log\u00edstica adaptada<br>a tus necesidades espec\u00edficas<\/h2><p class=\"section-subtitle reveal reveal-delay-2\">En Fenix Logistic, entendemos que cada negocio es \u00fanico. Por eso, desarrollamos soluciones log\u00edsticas personalizadas utilizando nuestra tecnolog\u00eda WMS, que se integra sin problemas con cualquier sistema externo.<\/p><div class=\"about-grid\"><div class=\"about-visual reveal\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/U3xSJeMvJVeBw0uBgHc1iZTbYk4.png\" alt=\"Carretilla elevadora en almac\u00e9n de Fenix Logistic\"><\/div><div><div class=\"about-stats reveal\"><div class=\"about-stat-box\"><div class=\"num\">100%<\/div><div class=\"label\">Flexibilidad<\/div><\/div><div class=\"about-stat-box\"><div class=\"num\">WMS<\/div><div class=\"label\">Tecnolog\u00eda integrada<\/div><\/div><div class=\"about-stat-box\"><div class=\"num\">7.500 m\u00b2<\/div><div class=\"label\">Almacenaje en Madrid<\/div><\/div><\/div><div class=\"about-features\"><div class=\"about-feature reveal\"><div class=\"about-feature-check\">\u2713<\/div><div><h4>100% Flexibilidad<\/h4><p>Soluciones adaptadas a cada cliente, sin importar el tama\u00f1o o complejidad de la operaci\u00f3n.<\/p><\/div><\/div><div class=\"about-feature reveal reveal-delay-1\"><div class=\"about-feature-check\">\u2713<\/div><div><h4>Soluciones a medida<\/h4><p>Soluciones adaptadas a cada cliente con procesos personalizados de principio a fin.<\/p><\/div><\/div><div class=\"about-feature reveal reveal-delay-2\"><div class=\"about-feature-check\">\u2713<\/div><div><h4>Tecnolog\u00eda avanzada<\/h4><p>Tecnolog\u00eda que se adapta a tus requerimientos con integraci\u00f3n WMS completa.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section class=\"fenix-section\" id=\"servicios\"><div class=\"fenix-container\"><div class=\"services-header\"><div class=\"section-label reveal\"><span class=\"section-label-line\"><\/span>Servicios<\/div><h2 class=\"section-title reveal reveal-delay-1\">Todo tu ecosistema log\u00edstico,<br>centralizado en una soluci\u00f3n 360\u00ba<\/h2><p class=\"section-subtitle reveal reveal-delay-2\">En Fenix Logistic ofrecemos soluciones para optimizar cada etapa de tu cadena de suministro.<\/p><\/div><div class=\"services-grid\"><div class=\"service-card reveal\"><img decoding=\"async\" class=\"service-card-img\" src=\"https:\/\/framerusercontent.com\/images\/a3a7yP5svCe5vekBwRGhtPHErg4.png\" alt=\"Estanter\u00edas de almac\u00e9n\"><div class=\"service-card-body\"><h3>Gesti\u00f3n log\u00edstica personalizada<\/h3><p>Dise\u00f1amos contigo la log\u00edstica que tu negocio necesita, sin moldes ni limitaciones.<\/p><\/div><\/div><div class=\"service-card reveal reveal-delay-1\"><img decoding=\"async\" class=\"service-card-img\" src=\"https:\/\/framerusercontent.com\/images\/hvtiy1FusoTi1yYZqwQcEEQTBys.png\" alt=\"Personalizaci\u00f3n textil\"><div class=\"service-card-body\"><h3>Personalizaci\u00f3n textil con maquinaria propia<\/h3><p>Servicio de personalizaci\u00f3n de textil con maquinaria propia de bordado e impresi\u00f3n digital (DTF).<\/p><\/div><\/div><div class=\"service-card reveal reveal-delay-2\"><img decoding=\"async\" class=\"service-card-img\" src=\"https:\/\/framerusercontent.com\/images\/nheYtuZSpVWzI6H1ARHWex7JGY.png\" alt=\"Sistema de almac\u00e9n inteligente\"><div class=\"service-card-body\"><h3>Sistema de almac\u00e9n inteligente<\/h3><p>Plataforma WMS integrada perfectamente con tus sistemas, garantizando control y fluidez operativa.<\/p><\/div><\/div><\/div><div class=\"services-grid-bottom\"><div class=\"service-card reveal reveal-delay-3\"><img decoding=\"async\" class=\"service-card-img\" src=\"https:\/\/framerusercontent.com\/images\/oQYdVHSmy8Izd4aGhuaJSgWDBmo.png\" alt=\"Barco portacontenedores\"><div class=\"service-card-body\"><h3>Importaci\u00f3n y exportaci\u00f3n<\/h3><p>Facilitamos tus operaciones internacionales con eficiencia, seguridad and rapidez.<\/p><\/div><\/div><div class=\"service-card reveal reveal-delay-4\"><img decoding=\"async\" class=\"service-card-img\" src=\"https:\/\/framerusercontent.com\/images\/MJVfFZRFpZSp578B6T9L3E1db3k.png\" alt=\"Despacho aduanero\"><div class=\"service-card-body\"><h3>Despacho aduanero<\/h3><p>Gestionamos documentaci\u00f3n, tr\u00e1mites y tiempos de aduana para que tus env\u00edos crucen fronteras sin problemas.<\/p><\/div><\/div><\/div><\/div><\/section>\n\n<section class=\"fenix-section fenix-section-alt\" id=\"instalaciones\"><div class=\"fenix-container\"><div class=\"section-label reveal\"><span class=\"section-label-line\"><\/span>Instalaciones<\/div><h2 class=\"section-title reveal reveal-delay-1\">Infraestructura de alto nivel,<br>preparada para todo<\/h2><p class=\"section-subtitle reveal reveal-delay-2\">Nuestras instalaciones, ubicadas en Getafe (Madrid) en la calle Gutenberg 18, est\u00e1n dise\u00f1adas para ofrecer eficiencia, seguridad y control.<\/p><div class=\"facilities-grid\"><div class=\"facilities-visual reveal\"><img decoding=\"async\" src=\"https:\/\/framerusercontent.com\/images\/U3xSJeMvJVeBw0uBgHc1iZTbYk4.png\" alt=\"Interior del almac\u00e9n Fenix Logistic en Getafe\"><div class=\"facilities-visual-overlay\"><div class=\"facilities-big-stat\">7.500 m\u00b2<\/div><div class=\"facilities-big-label\">de almacenaje vers\u00e1til en Getafe, Madrid<\/div><\/div><\/div><div class=\"facilities-features\"><div class=\"facility-feature reveal\"><div class=\"facility-feature-icon\">\ud83d\udcd0<\/div><div><h4>Almacenaje vers\u00e1til<\/h4><p>Nave de 7.500 m\u00b2 adaptable a cualquier tipo de producto.<\/p><\/div><\/div><div class=\"facility-feature reveal reveal-delay-1\"><div class=\"facility-feature-icon\">\u2699\ufe0f<\/div><div><h4>Tecnolog\u00eda de vanguardia<\/h4><p>Sistemas de gesti\u00f3n y monitorizaci\u00f3n en tiempo real.<\/p><\/div><\/div><div class=\"facility-feature reveal reveal-delay-2\"><div class=\"facility-feature-icon\">\ud83d\udc65<\/div><div><h4>Equipo experto<\/h4><p>Equipo dedicado a supervisar y optimizar cada operaci\u00f3n.<\/p><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section class=\"fenix-section\" id=\"contacto\"><div class=\"fenix-container\"><div class=\"contact-wrapper\"><div class=\"section-label reveal\"><span class=\"section-label-line\"><\/span>Contacto<\/div><h2 class=\"section-title reveal reveal-delay-1\">\u00bfEmpezamos?<\/h2><p class=\"section-subtitle reveal reveal-delay-2\">Cu\u00e9ntanos qu\u00e9 necesitas y te responderemos con una propuesta adaptada a tu operativa.<\/p><div class=\"contact-buttons reveal reveal-delay-3\"><a href=\"https:\/\/wa.me\/34675767115\" target=\"_blank\" class=\"btn btn-whatsapp\"><svg class=\"btn-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-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.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>Escr\u00edbenos por WhatsApp<\/a><span class=\"contact-divider\">o<\/span><a href=\"mailto:info@fenix-logistic.com\" class=\"btn btn-email\"><svg class=\"btn-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><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\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>Env\u00edanos un email<\/a><\/div><\/div><\/div><\/section>\n\n<footer class=\"fenix-footer\"><div class=\"footer-inner\"><div class=\"footer-top\"><div class=\"footer-brand\"><div class=\"fenix-logo\"><img decoding=\"async\" src=\"https:\/\/fenix.miespacio.cloud\/wp-content\/uploads\/2026\/06\/fenix_logo_design_200.png\" alt=\"Fenix Logistic\">Fenix <span>Logistic<\/span><\/div><p>Soluciones log\u00edsticas personalizadas de importaci\u00f3n, exportaci\u00f3n, almacenaje y gesti\u00f3n 360\u00ba.<\/p><div style=\"margin-top:1.2rem;font-size:0.85rem;color:rgba(255,255,255,0.6);line-height:1.7;\"><strong style=\"color:rgba(255,255,255,0.8);\">Venga Fenix Logistic Delivery S.L.<\/strong><br>C\/ Gutenberg 18, 28906 Getafe, Madrid<br>Tel: <a href=\"tel:+34675767115\" style=\"color:rgba(255,255,255,0.7);text-decoration:none;\">+34 675 767 115<\/a><br>Email: <a href=\"mailto:info@fenix-logistic.com\" style=\"color:rgba(255,255,255,0.7);text-decoration:none;\">info@fenix-logistic.com<\/a><\/div><\/div><div class=\"footer-links-group\"><div class=\"footer-col\"><h5>Navegaci\u00f3n<\/h5><a href=\"#hero\">Inicio<\/a><a href=\"#personalizacion\">Sobre nosotros<\/a><a href=\"#servicios\">Servicios<\/a><a href=\"#instalaciones\">Instalaciones<\/a><a href=\"#contacto\">Contacto<\/a><\/div><div class=\"footer-col\"><h5>Legal<\/h5><a href=\"\/?page_id=27\">Aviso legal<\/a><a href=\"\/?page_id=28\">Pol\u00edtica de privacidad<\/a><a href=\"\/?page_id=29\">T\u00e9rminos y condiciones<\/a><\/div><div class=\"footer-col\"><h5>Contacto<\/h5><a href=\"https:\/\/wa.me\/34675767115\" target=\"_blank\" style=\"display:flex;align-items:center;gap:6px;\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-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.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>WhatsApp<\/a><a href=\"mailto:info@fenix-logistic.com\" style=\"display:flex;align-items:center;gap:6px;\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><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\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>info@fenix-logistic.com<\/a><a href=\"tel:+34675767115\" style=\"display:flex;align-items:center;gap:6px;\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.5 19.5 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>+34 675 767 115<\/a><\/div><\/div><\/div><div class=\"footer-bottom\"><span class=\"footer-copy\">\u00a9 2025 Venga Fenix Logistic Delivery S.L. | Todos los derechos reservados<\/span><\/div><\/div><\/footer>\n\n<script>var fh=document.getElementById(\"fenixHeader\");window.addEventListener(\"scroll\",function(){fh.classList.toggle(\"scrolled\",window.scrollY>30)});var fmt=document.getElementById(\"fenixMenuToggle\"),fnav=document.getElementById(\"fenixNav\");fmt.addEventListener(\"click\",function(){fmt.classList.toggle(\"active\");fnav.classList.toggle(\"open\")});fnav.querySelectorAll(\"a\").forEach(function(l){l.addEventListener(\"click\",function(){fmt.classList.remove(\"active\");fnav.classList.remove(\"open\")})});var fss=document.querySelectorAll(\"section[id]\"),fnl=document.querySelectorAll(\".fenix-nav a:not(.nav-cta)\");function setActiveNav(){var c=\"\";fss.forEach(function(s){if(window.scrollY>=s.offsetTop-100)c=s.getAttribute(\"id\")});fnl.forEach(function(l){l.classList.remove(\"active\");if(l.getAttribute(\"href\")===\"#\"+c)l.classList.add(\"active\")})}window.addEventListener(\"scroll\",setActiveNav);var fre=document.querySelectorAll(\".reveal\"),fobs=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){e.target.classList.add(\"visible\");fobs.unobserve(e.target)}})},{threshold:0.12,rootMargin:\"0px 0px -40px 0px\"});fre.forEach(function(el){fobs.observe(el)});<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Fenix Logistic InicioSobre nosotrosServiciosInstalacionesContacto Soluciones log\u00edsticas 360\u00ba Soluciones log\u00edsticas dise\u00f1adas para tu negocio Importaci\u00f3n, exportaci\u00f3n, almacenaje y gesti\u00f3n personalizada. En Fenix Logistic, adaptamos cada proceso a tus necesidades. Habla con nosotrosNuestros servicios Empresas que conf\u00edan en nosotros Sobre nosotros Personalizaci\u00f3n: Log\u00edstica adaptadaa tus necesidades espec\u00edficas En Fenix Logistic, entendemos que cada negocio es \u00fanico. Por [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":12,"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":32,"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/32"}],"wp:attachment":[{"href":"https:\/\/fenix.miespacio.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}