{"id":4,"date":"2025-12-09T14:07:17","date_gmt":"2025-12-09T21:07:17","guid":{"rendered":"https:\/\/mbisteel.com\/home\/"},"modified":"2026-03-17T00:59:05","modified_gmt":"2026-03-17T07:59:05","slug":"home","status":"publish","type":"page","link":"https:\/\/mbisteel.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"<div class=\"wp-block-group alignfull is-style-default has-global-padding is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" id=\"about-section\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-a2e1813e wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center has-global-padding is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-a580ebe5 wp-block-column-is-layout-constrained\">\n<h1 class=\"wp-block-heading has-text-align-left alignfull\">Three Decades of Reinforcing Steel Excellence<\/h1>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\">Mohawk Bridge &amp; Iron, Inc. \u2014 experienced rodbusters providing rebar installation, post-tension cable placement, and welded wire mesh services for buildings, bridges, and public works projects across the Mid-Atlantic since 1994. MBE\/DBE certified, serving Maryland, Virginia, Washington DC, Delaware, Pennsylvania, and West Virginia.<br><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/mbisteel.com\/es\/services\/\">Our Services<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1351\" data-attachment-id=\"89\" data-permalink=\"https:\/\/mbisteel.com\/es\/gallery\/476447306_546082488477786_2292183543135243197_n\/\" data-orig-file=\"https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/476447306_546082488477786_2292183543135243197_n.jpg\" data-orig-size=\"1080,1351\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"476447306_546082488477786_2292183543135243197_n\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/476447306_546082488477786_2292183543135243197_n.jpg\" src=\"https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/476447306_546082488477786_2292183543135243197_n.jpg\" alt=\"\" class=\"wp-image-89\" style=\"aspect-ratio:1;object-fit:cover;width:583px;height:auto\"\/><figcaption class=\"wp-element-caption\">Oriole Park at Camden Yards \u2014 Baltimore, MD<\/figcaption><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n\n\n<div class=\"wp-block-group alignfull is-style-section-1 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained is-style-section-1--1\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<h2 class=\"wp-block-heading has-text-align-center has-large-font-size\">Our Services<\/h2>\n\n\n\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:var(--wp--preset--spacing--40)\">\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   MBI PROCESS \u2013 FULL PRODUCTION CSS\n   ===================================================== *\/\n\n\/* Main container *\/\n.mbi-process {\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  overflow: visible;\n}\n\n\/* Clickable wrapper *\/\n.mbi-link {\n  display: block;\n  text-decoration: none;\n}\n\n\/* Each image strip *\/\n.mbi-step {\n  position: relative;\n  width: 100%;\n  height: 260px;\n  margin: 0;\n  padding: 0 6%;\n\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: 100%;\n\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n\n  cursor: pointer;\n  transition: background-size 0.6s ease, transform 0.15s ease;\n}\n\n\/* Overlay *\/\n.mbi-step::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: rgba(0,0,0,0.55);\n}\n\n\/* Text *\/\n.mbi-step h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0;\n  padding: 0;\n\n  color: #fff;\n  font-size: 1.8rem;\n  font-weight: 600;\n  line-height: 1.2;\n\n  text-shadow: 0 3px 10px rgba(0,0,0,0.7);\n  transition: transform 0.3s ease;\n}\n\n\/* Hover animation *\/\n.mbi-link:hover .mbi-step {\n  background-size: 105%;\n}\n\n\/* Text lift *\/\n.mbi-link:hover h2 {\n  transform: translateY(-6px);\n}\n\n\/* Press \/ tap feedback *\/\n.mbi-link:active .mbi-step {\n  transform: scale(0.98);\n}\n\n\/* Keyboard accessibility *\/\n.mbi-link:focus-visible .mbi-step {\n  outline: 3px solid rgba(255,255,255,0.7);\n  outline-offset: -3px;\n}\n\n\/* Mobile adjustments *\/\n@media (max-width: 768px) {\n  .mbi-step {\n    height: 200px;\n    padding: 0 5%;\n  }\n\n  .mbi-step h2 {\n    font-size: 1.4rem;\n  }\n}\n\n\/* =====================================================\n   GUTENBERG EDITOR \u2013 HIDE INTERNAL SCROLLBARS (EDITOR ONLY)\n   ===================================================== *\/\n\n\/* Editor canvas *\/\n.editor-styles-wrapper {\n  overflow-x: hidden !important;\n}\n\n\/* Block layout container *\/\n.block-editor-block-list__layout {\n  overflow: visible !important;\n}\n\n\/* MBI section inside editor *\/\n.block-editor-block-list__block .mbi-process {\n  overflow: visible !important;\n  max-height: none !important;\n}\n\n\/* Prevent nested scroll *\/\n.block-editor-block-list__block .mbi-step {\n  overflow: hidden !important;\n}\n\n\/* Hide scrollbar visuals (Chrome \/ Edge \/ Safari) *\/\n.block-editor-block-list__layout::-webkit-scrollbar {\n  width: 0 !important;\n  height: 0 !important;\n  display: none !important;\n}\n\n\/* Hide scrollbar visuals (Firefox) *\/\n.block-editor-block-list__layout {\n  scrollbar-width: none !important;\n}\n\n<\/style>\n\n<section class=\"mbi-process\">\n\n  <a href=\"\/es\/services\/\" class=\"mbi-link\">\n    <div class=\"mbi-step\"\n      style=\"background-image:url('https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/471365055_17931351797978829_2809918029419715382_n.jpg');\">\n      <h2>Welded Wire Mesh and Mat Placement<\/h2>\n    <\/div>\n  <\/a>\n\n  <a href=\"\/es\/services\/\" class=\"mbi-link\">\n    <div class=\"mbi-step\"\n      style=\"background-image:url('https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/470673909_509864628766239_3805511292215266462_n.jpg');\">\n      <h2>Steel Placement<\/h2>\n    <\/div>\n  <\/a>\n\n  <a href=\"\/es\/services\/\" class=\"mbi-link\">\n    <div class=\"mbi-step\"\n      style=\"background-image:url('https:\/\/mbisteel.com\/wp-content\/uploads\/2025\/12\/20241010_150334.jpg');\">\n      <h2>Post Tension<\/h2>\n    <\/div>\n  <\/a>\n\n<\/section>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-section-1 has-global-padding is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained is-style-section-1--2\" id=\"contact-section\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b107cbac wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-165e640f wp-block-group-is-layout-flex\">\n<h2 class=\"wp-block-heading has-text-align-center alignwide is-contact-section-name\" style=\"margin-top:0;margin-bottom:0\">Contact us<\/h2>\n\n\n\n<p class=\"has-text-align-center is-contact-description wp-block-paragraph\">To better assist your needs, please fill out the contact form with your information below. We will be in touch as soon as possible. For immediate assistance, please call 410-522-4255.<\/p>\n<\/div>\n\n\n<div class=\"wp-block-jetpack-contact-form is-style-default is-layout-flex wp-container-jetpack-contact-form-is-layout-1a653187 wp-block-jetpack-contact-form-is-layout-flex\"><a href=\"https:\/\/mbisteel.com\/es\/\" target=\"_blank\" rel=\"noopener noreferrer\">Env\u00eda un formulario.<\/a><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Three Decades of Reinforcing Steel Excellence Mohawk Bridge &amp; Iron, Inc. \u2014 experienced rodbusters providing rebar installation, post-tension cable placement, and welded wire mesh services for buildings, bridges, and public works projects across the Mid-Atlantic since 1994. MBE\/DBE certified, serving Maryland, Virginia, Washington DC, Delaware, Pennsylvania, and West Virginia. Our Services Welded Wire Mesh and [&hellip;]<\/p>\n","protected":false},"author":274802853,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-w-hero","meta":{"_crdt_document":"","advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"footnotes":"","big_sky_generated":false},"class_list":["post-4","page","type-page","status-publish","hentry"],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PgYAFs-4","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/pages\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/users\/274802853"}],"replies":[{"embeddable":true,"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/comments?post=4"}],"version-history":[{"count":20,"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/pages\/4\/revisions"}],"predecessor-version":[{"id":571,"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/pages\/4\/revisions\/571"}],"wp:attachment":[{"href":"https:\/\/mbisteel.com\/es\/wp-json\/wp\/v2\/media?parent=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}