{"id":29,"date":"2026-06-18T22:03:39","date_gmt":"2026-06-18T22:03:39","guid":{"rendered":"https:\/\/istmoheavy.com\/home\/?page_id=29"},"modified":"2026-06-29T20:15:38","modified_gmt":"2026-06-29T20:15:38","slug":"home","status":"publish","type":"page","link":"https:\/\/istmoheavy.com\/home\/","title":{"rendered":"home"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Istmo Heavy | El poder del trabajo pesado<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,400;0,700;1,800;1,900&amp;family=Roboto:wght@400;500;700&amp;display=swap\" rel=\"stylesheet\">\n    \n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        \/* ================= VARIABLES DE MARCA ================= *\/\n        :root {\n            --primary-orange: #F48C06;\n            --black-absolute: #111111;\n            --white-pure: #FFFFFF;\n            --grey-platinum: #95A5A6;\n            --light-bg: #F4F4F4;\n            \n            --font-title: 'Montserrat', sans-serif;\n            --font-body: 'Roboto', sans-serif;\n        }\n\n        \/* ================= RESET Y BASE ================= *\/\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n        body { font-family: var(--font-body); color: var(--black-absolute); background-color: var(--white-pure); line-height: 1.6; overflow-x: hidden; }\n        h1, h2, h3, h4 { font-family: var(--font-title); text-transform: uppercase; }\n        a { text-decoration: none; color: inherit; transition: all 0.3s ease; }\n        ul { list-style: none; }\n\n        \/* ================= HEADER Y MEN\u00da ================= *\/\n        header { background-color: var(--black-absolute); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }\n        \n        \/* Logo m\u00e1s grande *\/\n        .logo-img { max-height: 95px; width: auto; object-fit: contain; transition: all 0.3s; }\n\n        nav ul { display: flex; align-items: center; gap: 20px; margin: 0; }\n        nav ul li a { color: var(--white-pure); font-weight: 500; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; display: inline-block; }\n        nav ul li a:hover { color: var(--primary-orange); }\n        \n        .btn-nav { background-color: var(--primary-orange); color: var(--black-absolute) !important; padding: 10px 20px; border-radius: 4px; font-weight: 700 !important; }\n        .btn-nav:hover { background-color: var(--white-pure); transform: translateY(-2px); }\n        .btn-outline { border: 2px solid var(--primary-orange); padding: 8px 18px; border-radius: 4px; color: var(--primary-orange) !important; font-weight: 700 !important; }\n        .btn-outline:hover { background-color: var(--primary-orange); color: var(--black-absolute) !important; }\n\n        \/* Bot\u00f3n men\u00fa m\u00f3vil (Gris, sin azul) *\/\n        .menu-toggle { \n            display: none; \n            color: var(--primary-orange); \n            font-size: 1.8rem; \n            cursor: pointer;\n            background-color: #222222; \/* Gris oscuro en lugar de azul *\/\n            border: 1px solid #444;\n            padding: 6px 12px;\n            border-radius: 4px;\n            -webkit-tap-highlight-color: transparent; \/* Quita el resaltado azul en m\u00f3viles *\/\n        }\n        .menu-toggle:active { background-color: #333333; }\n\n        \/* ================= HERO SECTION ================= *\/\n        .hero { height: 100vh; background: linear-gradient(rgba(17,17,17,0.7), rgba(17,17,17,0.8)), url('https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_10.webp') center\/cover; display: flex; align-items: center; padding: 0 5%; }\n        .hero-content { max-width: 800px; color: var(--white-pure); }\n        .hero h1 { font-size: 4rem; font-weight: 900; font-style: italic; line-height: 1.1; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); color: var(--white-pure); }\n        .hero h1 span { color: var(--primary-orange); }\n        .hero p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 400; color: #E0E0E0; }\n        .btn-main { background-color: var(--primary-orange); color: var(--black-absolute); padding: 15px 35px; font-size: 1.1rem; font-family: var(--font-title); font-weight: 800; font-style: italic; text-transform: uppercase; border: none; cursor: pointer; display: inline-block; clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }\n        .btn-main:hover { background-color: var(--white-pure); transform: scale(1.05); }\n\n        \/* ================= QUI\u00c9NES SOMOS ================= *\/\n        .section-padding { padding: 80px 5%; }\n        .about { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }\n        .title-section { font-size: 2.5rem; font-weight: 800; font-style: italic; margin-bottom: 20px; position: relative; display: inline-block; }\n        .title-section::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 60px; height: 4px; background-color: var(--primary-orange); }\n        \n        .about-images-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }\n        .about-img-main { grid-column: 1 \/ 3; width: 100%; height: 280px; object-fit: cover; border-bottom: 5px solid var(--primary-orange); }\n        .about-img-sub { width: 100%; height: 200px; object-fit: cover; }\n\n        \/* ================= BANNER PROMESA ================= *\/\n        .promise { background-color: var(--primary-orange); color: var(--black-absolute); text-align: center; padding: 60px 5%; }\n        .promise h2 { font-size: 2rem; font-weight: 900; font-style: italic; margin-bottom: 15px; }\n        .promise p { font-size: 1.3rem; font-weight: 500; max-width: 900px; margin: 0 auto; }\n\n        \/* ================= MISI\u00d3N Y VISI\u00d3N ================= *\/\n        .mv { background-color: var(--light-bg); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }\n        .mv-card { background: var(--white-pure); padding: 40px; border-top: 5px solid var(--black-absolute); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }\n        .mv-card i { font-size: 3rem; color: var(--primary-orange); margin-bottom: 20px; }\n        .mv-card h3 { font-size: 1.8rem; font-weight: 800; font-style: italic; margin-bottom: 15px; }\n\n        \/* ================= VALORES ================= *\/\n        .values { background-color: var(--black-absolute); color: var(--white-pure); text-align: center; }\n        .values .title-section { color: var(--white-pure); }\n        .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; }\n        .value-item { background: rgba(255,255,255,0.05); padding: 30px 20px; border: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s; }\n        .value-item:hover { transform: translateY(-10px); border-bottom: 3px solid var(--primary-orange); }\n        .value-item i { font-size: 2.5rem; color: var(--primary-orange); margin-bottom: 15px; }\n        .value-item h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: var(--white-pure); }\n        .value-item p { font-size: 0.9rem; color: var(--grey-platinum); }\n\n        \/* ================= INVENTARIO (CARRUSEL) ================= *\/\n        .inventory { background-color: var(--white-pure); overflow: hidden; }\n        .carousel-wrapper { \n            display: flex; \n            overflow-x: auto; \n            gap: 30px; \n            padding: 20px 0 40px 0; \n            scroll-snap-type: x mandatory; \n            scrollbar-width: thin; \n            scrollbar-color: var(--primary-orange) var(--light-bg); \n            align-items: stretch; \/* Asegura que todas las tarjetas tengan el mismo alto *\/\n        }\n        .carousel-wrapper::-webkit-scrollbar { height: 10px; }\n        .carousel-wrapper::-webkit-scrollbar-track { background: var(--light-bg); }\n        .carousel-wrapper::-webkit-scrollbar-thumb { background-color: var(--primary-orange); border-radius: 10px; }\n        \n        .product-card { \n            min-width: 350px; \n            background: var(--light-bg); \n            scroll-snap-align: start; \n            border: 1px solid #ddd; \n            transition: box-shadow 0.3s; \n            display: flex; \n            flex-direction: column; \/* Flexbox para estructurar imagen arriba e info abajo *\/\n        }\n        .product-card:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.1); }\n        .product-img { width: 100%; height: 220px; object-fit: cover; border-bottom: 4px solid var(--primary-orange); }\n        \n        .product-info { \n            padding: 25px; \n            display: flex; \n            flex-direction: column; \n            flex-grow: 1; \/* Rellena todo el espacio disponible de la tarjeta *\/\n        }\n        .product-info h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 10px; }\n        .product-info p { \n            font-size: 0.95rem; \n            color: #555; \n            margin-bottom: 20px; \n            flex-grow: 1; \/* Empuja el bot\u00f3n siempre hacia abajo *\/\n        }\n        .btn-product { display: block; text-align: center; background: var(--black-absolute); color: var(--white-pure); padding: 12px; font-weight: 700; text-transform: uppercase; font-family: var(--font-title); }\n        .btn-product:hover { background: var(--primary-orange); color: var(--black-absolute); }\n\n        \/* ================= FOOTER ================= *\/\n        footer { background-color: var(--black-absolute); color: var(--grey-platinum); padding: 50px 5% 20px; border-top: 5px solid var(--primary-orange); }\n        .footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin-bottom: 40px; }\n        \n        \/* Modificaci\u00f3n: Logo y texto alineados horizontalmente *\/\n        .footer-about { \n            display: flex; \n            align-items: center; \n            gap: 25px; \n        }\n        .footer-about .logo-img { \n            max-height: 120px; \/* Tama\u00f1o optimizado para acompa\u00f1ar al texto *\/\n            margin-bottom: 0; \n            flex-shrink: 0; \/* Evita que el logo se deforme o achique *\/\n        } \n        \n        \/* Estilos para el bloque de informaci\u00f3n y contacto *\/\n        .footer-contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        .footer-contact-info p { margin: 0; }\n        .footer-contact-info .contact-item { \n            font-size: 0.95rem; \n            color: var(--white-pure); \n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .footer-contact-info .contact-item i { \n            color: var(--primary-orange); \n            font-size: 1rem;\n            width: 15px;\n            text-align: center;\n        }\n        \n        .footer-links h4 { color: var(--white-pure); margin-bottom: 20px; font-size: 1.2rem; }\n        .footer-links ul li { margin-bottom: 10px; }\n        .footer-links ul li a:hover { color: var(--primary-orange); }\n        .footer-bottom { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; align-items: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 0.9rem; }\n        .footer-bottom a { color: var(--grey-platinum); text-decoration: underline; margin: 0 5px; }\n        .footer-bottom a:hover { color: var(--primary-orange); }\n        .heart { color: var(--white-pure); animation: beat 1.5s infinite; display: inline-block; }\n        @keyframes beat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }\n\n        \/* ================= RESPONSIVE ================= *\/\n        @media (max-width: 992px) {\n            .hero h1 { font-size: 3rem; }\n            .about, .mv { grid-template-columns: 1fr; }\n            .footer-grid { grid-template-columns: 1fr; }\n        }\n@media (max-width: 768px) {\n    \/* ... tus otros estilos m\u00f3viles ... *\/\n    \n    .footer-bottom {\n        text-align: center;\n        flex-direction: column; \/* Apila el texto arriba y el enlace abajo *\/\n        gap: 10px; \/* Le da un peque\u00f1o respiro de separaci\u00f3n *\/\n    }\n}\n        @media (max-width: 768px) {\n            .logo-img { max-height: 65px; } \/* Ajuste de tama\u00f1o m\u00f3vil un poco mayor pero seguro *\/\n            .menu-toggle { display: block; }\n            nav ul { position: absolute; top: 100%; left: -100%; flex-direction: column; background-color: var(--black-absolute); width: 100%; padding: 20px 0; transition: 0.4s; border-top: 1px solid #333; border-bottom: 3px solid var(--primary-orange); box-shadow: 0 10px 10px rgba(0,0,0,0.5); }\n            nav ul.active { left: 0; }\n            nav ul li { width: 100%; text-align: center; margin: 5px 0; }\n            nav ul li a { display: block; padding: 15px; }\n            .btn-nav, .btn-outline { display: inline-block; width: 80%; }\n            .hero h1 { font-size: 2.5rem; }\n            .product-card { min-width: 280px; }\n            .about-images-grid { grid-template-columns: 1fr; }\n            .about-img-main { grid-column: 1 \/ 2; }\n            \n            \/* En m\u00f3vil, el logo y el texto del footer se apilan para verse mejor *\/\n            .footer-about { flex-direction: column; text-align: center; gap: 15px; }\n            .footer-contact-info .contact-item { justify-content: center; }\n\n            \/* Soluci\u00f3n al centrado de enlaces r\u00e1pidos en m\u00f3vil *\/\n            .footer-links { text-align: center; }\n        }\n    <\/style>\n\n\n\n    <header>\n        <a href=\"#inicio\">\n            <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/logo_istmo-heavy-fondo-negro-transparente-scaled.png\" alt=\"Istmo Heavy\" class=\"logo-img\">\n        <\/a>\n        <button class=\"menu-toggle\" onclick=\"toggleMenu()\"><i class=\"fas fa-bars\"><\/i><\/button>\n        <nav>\n            <ul id=\"nav-menu\">\n                <li><a href=\"#inicio\" onclick=\"closeMenu()\">Inicio<\/a><\/li>\n                <li><a href=\"#quienes-somos\" onclick=\"closeMenu()\">Qui\u00e9nes Somos<\/a><\/li>\n                <li><a href=\"https:\/\/istmoheavy.com\/home\/inventario\/\" class=\"btn-outline\" onclick=\"closeMenu()\">Inventario<\/a><\/li>\n                <li><a href=\"https:\/\/wa.me\/50765615709\" target=\"_blank\" class=\"btn-nav\" onclick=\"closeMenu()\"><i class=\"fab fa-whatsapp\"><\/i> Contacto<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <main>\n        <section id=\"inicio\" class=\"hero\">\n            <div class=\"hero-content\">\n                <h1>EL PODER DEL <br><span>TRABAJO PESADO<\/span><\/h1>\n                <p>Importaci\u00f3n, comercializaci\u00f3n y suministro de equipo pesado, maquinaria y soluciones industriales para Panam\u00e1 y Centroam\u00e9rica.<\/p>\n                <a href=\"https:\/\/istmoheavy.com\/home\/inventario\/\" class=\"btn-main\">Ver Inventario Disponible<\/a>\n            <\/div>\n        <\/section>\n\n        <section id=\"quienes-somos\" class=\"section-padding about\">\n            <div class=\"about-text\">\n                <h2 class=\"title-section\">Nuestra Empresa<\/h2>\n                <p><strong>Istmo Heavy<\/strong> es una empresa paname\u00f1a especializada en la importaci\u00f3n (Equipos nuevos o de segunda mano) comercializaci\u00f3n y suministro de equipo pesado, maquinaria, remolques, montacargas, repuestos y soluciones para los sectores de construcci\u00f3n, transporte, log\u00edstica, puertos, industria y movimiento de carga.<\/p>\n                <br>\n                <p>Trabajamos directamente con fabricantes internacionales, principalmente de Estados Unidos y China, para ofrecer equipos confiables, competitivos y adaptados a las necesidades del mercado paname\u00f1o y centroamericano. Nuestro compromiso es brindar a cada cliente una soluci\u00f3n integral que combine calidad, respaldo, asesor\u00eda especializada y un servicio eficiente desde la compra hasta la entrega final.<\/p>\n                <br>\n                <p>En Istmo Heavy creemos que el crecimiento de nuestros clientes impulsa nuestro propio crecimiento, por lo que nos enfocamos en construir relaciones comerciales duraderas basadas en la confianza, la transparencia y los resultados.<\/p>\n            <\/div>\n            \n            <div class=\"about-images-grid\">\n                <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_7.webp\" alt=\"Maquinaria Istmo Heavy 1\" class=\"about-img-main\">\n                <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_6.webp\" alt=\"Maquinaria Istmo Heavy 2\" class=\"about-img-sub\">\n                <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_4.webp\" alt=\"Maquinaria Istmo Heavy 3\" class=\"about-img-sub\">\n            <\/div>\n        <\/section>\n\n        <section class=\"promise\">\n            <h2>NUESTRA PROMESA<\/h2>\n            <p>\u00abEn Istmo Heavy no solo vendemos equipos; entregamos soluciones que impulsan el crecimiento de nuestros clientes, respaldadas por experiencia, compromiso y el poder del trabajo pesado.\u00bb<\/p>\n        <\/section>\n\n        <section id=\"mision-vision\" class=\"section-padding mv\">\n            <div class=\"mv-card\">\n                <i class=\"fas fa-bullseye\"><\/i>\n                <h3>Nuestra Misi\u00f3n<\/h3>\n                <p>Proveer soluciones integrales en equipo pesado, maquinaria, remolques y equipos para manejo de carga, ofreciendo productos de calidad, asesor\u00eda especializada y un servicio confiable que contribuya al desarrollo de los sectores de construcci\u00f3n, log\u00edstica, transporte e industria en Panam\u00e1 y la regi\u00f3n.<\/p>\n            <\/div>\n            <div class=\"mv-card\">\n                <i class=\"fas fa-eye\"><\/i>\n                <h3>Nuestra Visi\u00f3n<\/h3>\n                <p>Ser la empresa l\u00edder en Panam\u00e1 y Centroam\u00e9rica en la comercializaci\u00f3n e importaci\u00f3n de equipo pesado y soluciones industriales, reconocida por su excelencia en el servicio, innovaci\u00f3n, confiabilidad y capacidad para generar valor sostenible a nuestros clientes, colaboradores y aliados estrat\u00e9gicos.<\/p>\n            <\/div>\n        <\/section>\n\n        <section id=\"valores\" class=\"section-padding values\">\n            <h2 class=\"title-section\">Nuestros Valores<\/h2>\n            <div class=\"values-grid\">\n                <div class=\"value-item\">\n                    <i class=\"fas fa-handshake\"><\/i>\n                    <h4>Integridad<\/h4>\n                    <p>Actuamos con honestidad, transparencia y responsabilidad en cada operaci\u00f3n.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-certificate\"><\/i>\n                    <h4>Compromiso<\/h4>\n                    <p>Nos esmeramos por cumplir nuestras promesas y superar expectativas.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-star\"><\/i>\n                    <h4>Excelencia<\/h4>\n                    <p>Mejoramos constantemente para ofrecer soluciones de alto nivel.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-lightbulb\"><\/i>\n                    <h4>Innovaci\u00f3n<\/h4>\n                    <p>Promovemos tecnolog\u00edas que aporten eficiencia a nuestros clientes.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-users\"><\/i>\n                    <h4>Trabajo en Equipo<\/h4>\n                    <p>Fomentamos la colaboraci\u00f3n y el respeto para alcanzar objetivos comunes.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-headphones-alt\"><\/i>\n                    <h4>Orientaci\u00f3n al Cliente<\/h4>\n                    <p>Escuchamos y respondemos con soluciones pr\u00e1cticas y efectivas.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-hard-hat\"><\/i>\n                    <h4>Seguridad<\/h4>\n                    <p>Promovemos el uso responsable de equipos y buenas pr\u00e1cticas operativas.<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                    <h4>Pasi\u00f3n por el Desarrollo<\/h4>\n                    <p>Creemos en el progreso de Panam\u00e1 y aportamos al crecimiento nacional.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"inventario-destacado\" class=\"section-padding inventory\">\n            <h2 class=\"title-section\">Equipos Destacados<\/h2>\n            <p style=\"margin-bottom: 30px; color: var(--grey-platinum);\">Desliza para ver nuestra maquinaria de entrega inmediata.<\/p>\n            \n            <div class=\"carousel-wrapper\">\n                <div class=\"product-card\">\n                    <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_1.webp\" alt=\"Jeep Wrangler Rojo\" class=\"product-img\">\n                    <div class=\"product-info\">\n                        <h3>Jeep Wrangler<\/h3>\n                        <p>Veh\u00edculo todoterreno 4&#215;4 de alto rendimiento, m\u00e1xima potencia y durabilidad extrema para conquistar cualquier ruta en Panam\u00e1.<\/p>\n                        <a href=\"https:\/\/istmoheavy.com\/home\/\" class=\"btn-product\">Ver especificaciones<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"product-card\">\n                    <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_2.webp\" alt=\"Jeep Wrangler Blanco\" class=\"product-img\">\n                    <div class=\"product-info\">\n                        <h3>Jeep Wrangler<\/h3>\n                        <p>El SUV 4&#215;4 definitivo. Dise\u00f1o ic\u00f3nico, capacidad off-road inigualable y fiabilidad comprobada con entrega inmediata.<\/p>\n                        <a href=\"https:\/\/istmoheavy.com\/home\/\" class=\"btn-product\">Ver especificaciones<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"product-card\">\n                    <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_5.webp\" alt=\"Capacity Ottawa Terminal Tractor\" class=\"product-img\">\n                    <div class=\"product-info\">\n                        <h3>Capacity Ottawa<\/h3>\n                        <p>Tractor de terminal portuario robusto y eficiente. Dise\u00f1ado para optimizar al m\u00e1ximo la log\u00edstica y el movimiento de carga pesada.<\/p>\n                        <a href=\"https:\/\/istmoheavy.com\/home\/\" class=\"btn-product\">Ver especificaciones<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"product-card\">\n                    <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/istmo-heavy_8.webp\" alt=\"Freightliner Cascadia Cabezal\" class=\"product-img\">\n                    <div class=\"product-info\">\n                        <h3>Freightliner Cascadia<\/h3>\n                        <p>Cabezal aerodin\u00e1mico l\u00edder en carga pesada. Eficiencia de combustible superior, confort y m\u00e1xima rentabilidad para el transporte.<\/p>\n                        <a href=\"https:\/\/istmoheavy.com\/home\/\" class=\"btn-product\">Ver especificaciones<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <footer>\n        <div class=\"footer-grid\">\n            <div class=\"footer-about\">\n                <img decoding=\"async\" src=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/logo_istmo-heavy-fondo-negro-transparente-scaled.png\" alt=\"Istmo Heavy\" class=\"logo-img\">\n                <div class=\"footer-contact-info\">\n                    <p>Soluciones integrales en equipo pesado para los sectores de construcci\u00f3n, log\u00edstica y transporte en Panam\u00e1 y la regi\u00f3n.<\/p>\n                    <p class=\"contact-item\" style=\"margin-top: 5px;\">\n                        <i class=\"fas fa-phone-alt\"><\/i> \n                        <a href=\"tel:+50765615709\" style=\"color: inherit;\">+507 6561-5709<\/a>\n                    <\/p>\n                    <p class=\"contact-item\">\n                        <i class=\"fas fa-map-marker-alt\"><\/i> \n                        <span>Amador, Panam\u00e1.<\/span>\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"footer-links\">\n                <h4>Enlaces R\u00e1pidos<\/h4>\n                <ul>\n                    <li><a href=\"#inicio\">Inicio<\/a><\/li>\n                    <li><a href=\"#quienes-somos\">Qui\u00e9nes Somos<\/a><\/li>\n                    <li><a href=\"https:\/\/istmoheavy.com\/home\/inventario\/\">Inventario de Equipos<\/a><\/li>\n                    <li><a href=\"https:\/\/wa.me\/50765615709\" target=\"_blank\">Contacto (WhatsApp)<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"footer-bottom\">\n            <span>\u00a9 2026 Istmo Heavy. Todos los derechos reservados. | Creado con <span class=\"heart\"><i class=\"fas fa-heart\"><\/i><\/span> por <a href=\"https:\/\/soltec360.com\/\" target=\"_blank\" style=\"color: var(--primary-orange); font-weight: bold; text-decoration: none;\">SOL-TEC<\/a> | <\/span>\n              <a href=\"https:\/\/istmoheavy.com\/home\/politica-privacidad\/\">Pol\u00edtica de Privacidad<\/a>\n        <\/div>\n    <\/footer>\n\n    <script>\n        const navMenu = document.getElementById('nav-menu');\n        \n        function toggleMenu() {\n            navMenu.classList.toggle('active');\n        }\n\n        function closeMenu() {\n            navMenu.classList.remove('active');\n        }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Istmo Heavy | El poder del trabajo pesado Inicio Qui\u00e9nes Somos Inventario Contacto EL PODER DEL TRABAJO PESADO Importaci\u00f3n, comercializaci\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":32,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","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":""}},"_joinchat":[],"footnotes":""},"class_list":["post-29","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Istmo Heavy | Venta y Suministro de Equipo Pesado en Panam\u00e1<\/title>\n<meta name=\"description\" content=\"L\u00edderes en importaci\u00f3n y venta de equipo pesado en Panam\u00e1. Ofrecemos maquinaria, remolques y soluciones industriales con respaldo garantizado. \u00a1Cotiza aqu\u00ed!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/istmoheavy.com\/home\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Istmo Heavy: Soluciones en Maquinaria y Equipo Pesado\" \/>\n<meta property=\"og:description\" content=\"Potenciamos tus proyectos de construcci\u00f3n y log\u00edstica en Panam\u00e1. Calidad, respaldo y entrega inmediata en nuestra maquinaria pesada. \u00a1Descubre nuestro inventario!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/istmoheavy.com\/home\/\" \/>\n<meta property=\"og:site_name\" content=\"Istmo Heavy\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T20:15:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Istmo Heavy: Soluciones en Maquinaria y Equipo Pesado\" \/>\n<meta name=\"twitter:description\" content=\"Potenciamos tus proyectos de construcci\u00f3n y log\u00edstica en Panam\u00e1. Calidad, respaldo y entrega inmediata en nuestra maquinaria pesada. \u00a1Descubre nuestro inventario!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\",\"url\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\",\"name\":\"Istmo Heavy | Venta y Suministro de Equipo Pesado en Panam\u00e1\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/logo-IH-fondo-negro-scaled.png\",\"datePublished\":\"2026-06-18T22:03:39+00:00\",\"dateModified\":\"2026-06-29T20:15:38+00:00\",\"description\":\"L\u00edderes en importaci\u00f3n y venta de equipo pesado en Panam\u00e1. Ofrecemos maquinaria, remolques y soluciones industriales con respaldo garantizado. \u00a1Cotiza aqu\u00ed!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#primaryimage\",\"url\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/logo-IH-fondo-negro-scaled.png\",\"contentUrl\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/logo-IH-fondo-negro-scaled.png\",\"width\":2560,\"height\":2560,\"caption\":\"logo de istmo heavy, venta de equipos de trabajo pesado en panam\u00e1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#website\",\"url\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\",\"name\":\"Istmo Heavy\",\"description\":\"Empresa paname&ntilde;a especializada en importaci&oacute;n de maquinaria pesada\",\"publisher\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#organization\",\"name\":\"Istmo Heavy\",\"url\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-logo-IH-fondo-negro-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-logo-IH-fondo-negro-scaled-1.png\",\"width\":512,\"height\":512,\"caption\":\"Istmo Heavy\"},\"image\":{\"@id\":\"https:\\\/\\\/istmoheavy.com\\\/home\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Istmo Heavy | Venta y Suministro de Equipo Pesado en Panam\u00e1","description":"L\u00edderes en importaci\u00f3n y venta de equipo pesado en Panam\u00e1. Ofrecemos maquinaria, remolques y soluciones industriales con respaldo garantizado. \u00a1Cotiza aqu\u00ed!","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:\/\/istmoheavy.com\/home\/","og_locale":"es_ES","og_type":"article","og_title":"Istmo Heavy: Soluciones en Maquinaria y Equipo Pesado","og_description":"Potenciamos tus proyectos de construcci\u00f3n y log\u00edstica en Panam\u00e1. Calidad, respaldo y entrega inmediata en nuestra maquinaria pesada. \u00a1Descubre nuestro inventario!","og_url":"https:\/\/istmoheavy.com\/home\/","og_site_name":"Istmo Heavy","article_modified_time":"2026-06-29T20:15:38+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Istmo Heavy: Soluciones en Maquinaria y Equipo Pesado","twitter_description":"Potenciamos tus proyectos de construcci\u00f3n y log\u00edstica en Panam\u00e1. Calidad, respaldo y entrega inmediata en nuestra maquinaria pesada. \u00a1Descubre nuestro inventario!","twitter_image":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/istmoheavy.com\/home\/","url":"https:\/\/istmoheavy.com\/home\/","name":"Istmo Heavy | Venta y Suministro de Equipo Pesado en Panam\u00e1","isPartOf":{"@id":"https:\/\/istmoheavy.com\/home\/#website"},"primaryImageOfPage":{"@id":"https:\/\/istmoheavy.com\/home\/#primaryimage"},"image":{"@id":"https:\/\/istmoheavy.com\/home\/#primaryimage"},"thumbnailUrl":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/logo-IH-fondo-negro-scaled.png","datePublished":"2026-06-18T22:03:39+00:00","dateModified":"2026-06-29T20:15:38+00:00","description":"L\u00edderes en importaci\u00f3n y venta de equipo pesado en Panam\u00e1. Ofrecemos maquinaria, remolques y soluciones industriales con respaldo garantizado. \u00a1Cotiza aqu\u00ed!","breadcrumb":{"@id":"https:\/\/istmoheavy.com\/home\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/istmoheavy.com\/home\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/istmoheavy.com\/home\/#primaryimage","url":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/logo-IH-fondo-negro-scaled.png","contentUrl":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/logo-IH-fondo-negro-scaled.png","width":2560,"height":2560,"caption":"logo de istmo heavy, venta de equipos de trabajo pesado en panam\u00e1"},{"@type":"BreadcrumbList","@id":"https:\/\/istmoheavy.com\/home\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/istmoheavy.com\/home\/"},{"@type":"ListItem","position":2,"name":"home"}]},{"@type":"WebSite","@id":"https:\/\/istmoheavy.com\/home\/#website","url":"https:\/\/istmoheavy.com\/home\/","name":"Istmo Heavy","description":"Empresa paname&ntilde;a especializada en importaci&oacute;n de maquinaria pesada","publisher":{"@id":"https:\/\/istmoheavy.com\/home\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/istmoheavy.com\/home\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/istmoheavy.com\/home\/#organization","name":"Istmo Heavy","url":"https:\/\/istmoheavy.com\/home\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/istmoheavy.com\/home\/#\/schema\/logo\/image\/","url":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png","contentUrl":"https:\/\/istmoheavy.com\/home\/wp-content\/uploads\/2026\/06\/cropped-logo-IH-fondo-negro-scaled-1.png","width":512,"height":512,"caption":"Istmo Heavy"},"image":{"@id":"https:\/\/istmoheavy.com\/home\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":13,"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":104,"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/pages\/29\/revisions\/104"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/media\/32"}],"wp:attachment":[{"href":"https:\/\/istmoheavy.com\/home\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}