{"title":"Tableros ABB","description":"\u003cstyle\u003e\u003c!--\n* {\n      padding: 0;\n      margin: 0;\n      box-sizing: border-box;\n    }\n\n.sixteen columns h1{\ncolor: #fff !important;\n}\n    section {\n      margin: auto;\n      max-width: 1180px;\n\n    }\n\n    .wrap-banner {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      align-items: center;\n    }\n\n    .banner-content {\n      width: 45%;\n      padding: 0 3rem 0 0;\n      animation: left 1s ease-out;\n    }\n\n    .banner-content .content-h3 {\n      font-size: 1rem;\n      letter-spacing: normal;\n      position: relative;\n      width: 50%;\n    }\n\n    .banner-content .content-h3::after {\n      content: \"\";\n      position: absolute;\n      bottom: 12px;\n      width: 50%;\n      margin: 0 1rem;\n      height: 3px;\n      background-color: #ff4D00;\n      animation: linea 2s ease-out;\nanimation-delay: 1.2s;\n    }\n\n    @keyframes linea {\n      0% {\n        width: 0px;\n      }\n\n      100% {\n        width: 50%;\n      }\n    }\n\n    .banner-content .content-h1 {\n      font-size: 3rem;\n      letter-spacing: normal;\n    }\n\n    .banner-content .content-p {\n      font-size: 16px;\n      letter-spacing: normal;\n      color: rgba(110, 110, 110, 72%);\n      margin: 2rem 0;\n    }\n\n    .banner-image {\n      width: 50%;\n    }\n\n    .banner-image img {\n      width: 100%;\n      padding: 4rem;\n      object-fit: cover;\n      animation: scale 1s forwards;\n      filter: drop-shadow(1px 1px 2px #000);\n    }\n\n\n\n    .wrap-btn {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      margin: 40px 0;\n    }\n\n    .btn-content {\n      margin: 0 1rem 0 0;\n    }\n\n    .btn-ae {\n      padding: 12px 20px;\n      border-radius: 5px;\n      text-decoration: none;\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n    }\n\n    .cotiza:hover {\ncolor: #fff;\n      animation: pulse 1s infinite;\n    }\n\n    @keyframes pulse {\n      0% {\n        box-shadow: 0 0 0 0 rgba(255, 77, 0, .7), 0 0 0 0 rgba(255, 77, 0, .9);\n      }\n\n      40% {\n        box-shadow: 0 0 0 5px rgba(255, 77, 0, 0), 0 0 0 0 rgba(255, 77, 0, .9);\n      }\n\n      80% {\n        box-shadow: 0 0 0 5px rgba(255, 77, 0, 0), 0 0 0 0 rgba(255, 77, 0, 0);\n      }\n\n      100% {\n        box-shadow: 0 0 0 0 rgba(255, 77, 0, 0), 0 0 0 0 rgba(255, 77, 0, .9);\n      }\n    }\n\n    .cotiza {\n      padding: 12px 20px;\n      background-color: rgba(255, 77, 0, 1);\n      border-radius: 5px;\n      text-decoration: none;\n      box-shadow: inset 0 -4px 0 rgb(0 0 0 \/ 13%);\n      border-radius: 0.5rem;\n      color: #fff !important;\n      font-weight: 700;\n\n    }\n\n    .catalog {\n      padding: 12px 20px;\n      background-color: transparent;\n      border-radius: 5px;\n      text-decoration: none;\n      box-shadow: inset 0 -4px 0 rgb(0 0 0 \/ 0%);\n      border-radius: 0.5rem;\n      color: #181717;\n      font-weight: 700;\n      justify-content: space-around;\n      border: 1px solid rgb(0 0 0 \/ 5%);\n    }\n\n    .catalog:hover {\n\n      padding: 12px 20px;\n      background-color: transparent;\n      border-radius: 5px;\n      text-decoration: none;\n      box-shadow: inset 0 -4px 0 rgb(0 0 0 \/ 10%);\n      border: 1px solid rgb(0 0 0 \/ 5%);\n      border-radius: 0.5rem;\n      color: #181717;\n      font-weight: 700;\n      justify-content: space-around;\n    }\n\n    .catalog svg,\n    path {\n      margin: 0 3px 0 0;\n\n    }\n\n    .catalog:hover .svg {\n\n      animation: catalogo 1s ease-out infinite;\n    }\n\n    @keyframes catalogo {\n      0% {\n        transform: translateY(0px);\n      }\n\n      50% {\n        transform: translateY(-1px);\n      }\n\n      100% {\n        transform: translateY(0px);\n      }\n    }\n\n\n\n    .wrap-logo {\n      display: flex;\n      flex-wrap: wrap;\n      background-color: rgb(0 0 0 \/ 1%);\n      box-shadow: 4px 3px 20px 3px rgb(0 0 0 \/ 10%);\n      border-radius: 5px;\n      padding: 1rem;\n      margin: 0 0 4rem 0;\n    }\n\n    .wrap-logo:hover .title-logo h4 {\n      border-bottom: 0px solid;\n      transition: 1s ease-in;\n      color: rgb(0 0 0 \/ 1);\n\n    }\n\n    .title-logo {\n      width: 100%;\n      display: flex;\n      justify-content: center;\n\n      font-size: 1.3rem;\n      position: relative;\n      margin: 0.5rem 0 0 0;\n    }\n\n    .title-logo\u003eh4 {\n      border-bottom: 0px solid;\n\n    letter-spacing: 1px;\n    }\n\n\n    .logos .logo {\n      width: calc(300px \/ 2);\n      height: calc(150px \/ 2);\n      margin: 0 2rem;\n    }\n\n    .logos {\n      width: 100%;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      margin: 1rem 0;\n    }\n\n    .logo #marca {\n      filter: grayscale(1);\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    #marca:hover {\n      filter: grayscale(0) !important;\n      transition: filter 1s ease-in-out;\n      transform: scale(1.1);\n    }\n\n    @media screen and (max-width: 760px) {\n      .banner-image {\n        width: 100%;\n\n      }\n\n      .banner-content {\n        width: 100%;\n        padding: 3rem 0 0rem 0;\n      }\n\n      .wrap-btn {\n        justify-content: center;\n      }\n\n      .banner-image img {\n        width: 100%;\n        height: 100%;\n        padding: 1rem;\n        object-fit: cover;\n      }\n\n    }\n\n    .section-banner {\n      position: relative;\n      overflow: hidden;\n    }\n\n    .bg-video {\n      width: 100%;\n      position: absolute;\n      z-index: -1;\n\n    }\n\n    .wrap-icon {\n      margin: 2rem 0;\n      width: 100%;\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: start;\n    }\n\n    .wrap-btn .wrap-icon .icon p {\n\n      letter-spacing: normal;\n      font-weight: 700;\nmargin: 0;\n    }\n\n    .icon {\n      margin: 0 6px;\n\n    }\n\n    .icon:hover a,\n    .svg {\n      transform: scale(1.1);\n    }\n\n    .icon:nth-child(1) {\n     \n    margin: 0 6px 0 0 ;\n\n\n    }\n\n    .icon a {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    .icon .svg {\n      position: relative;\n      width: 1rem;\n      height: 1rem;\n      fill: #ffffff;\n    }\n\n    .icon .circle {\n      width: 1.4rem;\n      height: 1.4rem;\n      position: absolute;\n      background-color: #ff4D00;\n      clip-path: circle(50% at 50% 50%);\n    }\n\n    .product-title {\n      text-align: center;\n    }\n\n    .product-title .hr {\n      width: 100%;\n      display: flex;\n      justify-content: center;\n      margin: 1rem 0;\n    }\n\n    .product-title h4 {\n      font-size: 1.3rem;\n      border-bottom: 0px solid;\n    }\n\n    .product-title .hr hr {\n      width: 20%;\n      border: 1px solid #ff4d00;\n    }\n\n    .section-logo {\n      display: block;\n    }\n\n\n    @media screen and (max-width: 600px) {\n      .section-logo {\n        display: none;\n      }\n.cotiza{\nmargin: 15px 0;\n}\n\n    .icon:nth-child(1) {\n          width: 100%;\n    margin: 1rem 0;\n    text-align: center;\n\n    }\n.banner-content .content-h3::after {\n    bottom: 12px;\n    width: 60%;\n}\n\n.wrap-icon {\n\n    justify-content: center;\n}\n.banner-content .content-h1 {\n    font-size: 2.5rem;\n\n}\n    }\n\n\n\n    @keyframes left {\n      0% {\n        transform: translateX(-300px);\n        opacity: 0.2;\n      }\n\n      100% {\n        transform: translateX(0);\n        opacity: 0.8;\n      }\n\n    }\n\n\n    @keyframes scale {\n      0% {\n        transform: scale(0.1);\n        opacity: 0.2;\n      }\n\n      0% {\n        transform: scale(0.5);\n        opacity: 0.5;\n      }\n\n      100% {\n        transform: scale(1);\n        opacity: 1;\n      }\n    }\n--\u003e\u003c\/style\u003e\n\u003csection class=\"section-banner\"\u003e\n\u003cdiv class=\"bg-video\"\u003e\u003cvideo class=\"video\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\"\u003e\n        \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Fondo_productos.mp4?v=1629844327\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"wrap-banner\"\u003e\n\u003cdiv class=\"banner-content\"\u003e\n\u003ch3 class=\"content-h3\"\u003eDistribución Baja Tensión\u003c\/h3\u003e\n\u003ch1 class=\"content-h1\"\u003eTableros de alumbrado y Sub distribución.\u003cspan\u003e\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"content-p\"\u003eSoluciones Innovadoras en distribución de baja tensión ¡Compra aquí! Expertos en armado de Tableros Personalizados.\u003c\/p\u003e\n\u003cdiv class=\"wrap-btn\"\u003e\n\u003cdiv class=\"btn-content\"\u003e\u003ca href=\"https:\/\/api.whatsapp.com\/send?phone=+5215549810357\u0026amp;text=Hola,%20me%20gustar%C3%ADa%20cotizar%20tableros%20marca%20ABB.\" class=\"btn-ae cotiza\" target=\"Blank_\"\u003e¡Cotiza Ahora!\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"btn-content\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Alianza_-_Tableros_ABB.pdf?v=1600120471\" class=\"btn-ae catalog\" target=\"Blank_\"\u003e\u003csvg viewbox=\"0 0 32 32\" preserveaspectratio=\"xMidYMid meet\" height=\"1em\" width=\"1em\" role=\"img\" aria-hidden=\"true\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg\"\u003e \u003cg stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" fill=\"none\"\u003e \u003cpath d=\"M16 7S9 1 2 6v22c7-5 14 0 14 0s7-5 14 0V6c-7-5-14 1-14 1zm0 0v21\"\u003e\u003c\/path\u003e \u003c\/g\u003e \u003c\/svg\u003e Fichas Técnicas\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"wrap-icon\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cp\u003eSoluciones Complementarias:\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon\"\u003e\u003ca title=\"Atención al cliente\" href=\"http:\/\/wa.me\/+525562963631\" target=\"Blank_\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003c\/div\u003e\n\u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" height=\"1em\" width=\"1em\" role=\"img\" aria-hidden=\"true\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg\"\u003e \u003cpath fill=\"white\" d=\"M12 2C6.486 2 2 6.486 2 12v4.143C2 17.167 2.897 18 4 18h1a1 1 0 0 0 1-1v-5.143a1 1 0 0 0-1-1h-.908C4.648 6.987 7.978 4 12 4s7.352 2.987 7.908 6.857H19a1 1 0 0 0-1 1V18c0 1.103-.897 2-2 2h-2v-1h-4v3h6c2.206 0 4-1.794 4-4c1.103 0 2-.833 2-1.857V12c0-5.514-4.486-10-10-10z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon\"\u003e\u003ca title=\"Catálogo de productos\" href=\"https:\/\/alianzaelectrica.com\/catalogos.php\" target=\"Blank_\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003c\/div\u003e\n\u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" height=\"1em\" width=\"1em\" role=\"img\" aria-hidden=\"true\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg\"\u003e \u003cpath fill=\"#fff\" d=\"M3 5v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon\"\u003e\u003ca title=\"Portal para clientes\" href=\"https:\/\/portalweb.alianzaelectrica.com:8089\/cliente\" target=\"Blank_\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003c\/div\u003e\n\u003csvg class=\"svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" aria-hidden=\"true\" role=\"img\" width=\"1em\" height=\"1em\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 20 20\"\u003e\u003cg fill=\"none\"\u003e\u003cpath d=\"M2 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.696a3.518 3.518 0 0 0-1-1.069V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h6.08c-.052.198-.08.406-.08.62v.32a4 4 0 0 0 0 .06H4a2 2 0 0 1-2-2V6zm13 6a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm-3.566 1.529c.261-.294.651-.529 1.116-.529h4.9c.465 0 .855.235 1.116.529c.26.291.434.686.434 1.091v.32c0 1.634-1.633 3.06-4 3.06s-4-1.426-4-3.06v-.32c0-.405.175-.8.434-1.091z\" fill=\"white\"\u003e\u003c\/path\u003e\u003c\/g\u003e\u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon\"\u003e\u003ca title=\"Podcast para vendedores\" href=\"https:\/\/alianzaelectrica.com\/Alianza-Electrica-Podcast.php\" target=\"Blank_\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003c\/div\u003e\n\u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" height=\"1em\" width=\"1em\" role=\"img\" aria-hidden=\"true\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg\"\u003e \u003cpath fill=\"white\" d=\"M12 16c2.206 0 4-1.794 4-4V6c0-2.217-1.785-4.021-3.979-4.021a.933.933 0 0 0-.209.025A4.006 4.006 0 0 0 8 6v6c0 2.206 1.794 4 4 4z\"\u003e\u003c\/path\u003e \u003cpath fill=\"white\" d=\"M11 19.931V22h2v-2.069c3.939-.495 7-3.858 7-7.931h-2c0 3.309-2.691 6-6 6s-6-2.691-6-6H4c0 4.072 3.061 7.436 7 7.931z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banner-image\"\u003e\u003cimg alt=\"Tableros distribución ABB\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Conjunto_Tableros.png?v=1599684235\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-logo\"\u003e\n\u003cdiv class=\"wrap-logo\"\u003e\n\u003cdiv class=\"title-logo\"\u003e\n\u003ch4\u003eLas mejores marcas confian en nosotros\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logos\"\u003e\n\u003cdiv class=\"logo\"\u003e\u003cimg alt=\"ABB Tableros y Centros de cargas\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/ABB.svg?v=1630020615\" id=\"marca\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\u003c!--\n*{\n    padding: 0;\n    margin: 0;\n    box-sizing: border-box;\n}\n\n\n.headerr {\n    background: #fff;\n    height: 650px;\n    position: relative;\n    overflow: hidden;\n}\n.headerr .contenedor {\n    display: flex;\n    margin: auto;\n    width: 90%;\n    height: 650px;\n    align-items: center;\n    justify-content: space-around;\n}\n\n.textos-header{\nwidth: 40%;\ncolor: #6d7993;\n\n}\n.textos-header h1{\n    font-size: 50px;\n\n}\n.textos-header h2{\n    margin-bottom: 20px;\n    \n}\n\n.textos-header a {\n    display: inline-block;\n    padding: 10px 0;\n    width: 150px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\ntransition: transform .2s;\n    \n}\n.textos-header:hover a{\ntransform: scale(1.06);\n}\n\n\n.headerr img {\n    width: 530px;\n    z-index: 10;\ntop: 25px;\n    position: relative;\nanimation: derecha 1s ease-in;\n}\n\n.absolute{\n    background: #89898d;\n    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);\n    width: 100%;\n    height: 270px;\n    position: absolute;\n    bottom: 0 ;\n}\n\n.section1 h2 {\n    text-align: center;\n     font-size: 22px;\n     margin: 50px 0;\n}\n.section2 h2 {\n    text-align: center;\n     font-size: 22px;\n   \nmargin: 100px 1px 50px 1px;\n}\n\n.section1 img {\n    float:right;\n    margin: 25px;\nwidth: 38%;\nanimation: derecha 1s ease-in;\n}\n\n.section1  p{\n    font-size: 18px;\n}\n\n\n\n.section1:hover a{\ntransform: scale(1.06);\n}\n\n.section3 {\n    display: flex;\n    flex-wrap: wrap;\n    margin-top: 60px;\n    justify-content: space-around;\n}\n\n.section3 .ventajas{\n    width: 31%;\n    background: rgb(243, 241, 241);\n    margin-bottom: 30px;\n    border-radius: 10px;\n    padding: 45px 30px 60px 30px;\n    transition: 0.5s;\n}\n\n\n\n.section3:hover .ventajas{\n    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);\n}\n.section3 img {\n    width: 38px;\nanimation: derecha 1s ease-in;\n}\n.section3 h3{\n    font-size: 20px;\n}\n.section3 p{\n    font-size: 16px;\n}\n\n.section4 .frame {\n    float:right;\n    margin: 25px;\nwidth: 45%;\nanimation: derecha 1s ease-in;\n}\n.section4 h2 {\n    text-align: center;\n     font-size: 22px;\n    margin: 50px 0;\n}\n\n.section4  p{\n    font-size: 18px;\n}\n\n.section1 a {\n    display: inline-block;\n    padding: 10px 0;\n    width: 180px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\n    transition: transform .2s;\n}\n\n.section1:hover a{\ntransform: scale(1.06);\n}\n.section4 a {\n    display: inline-block;\n    padding: 13px 0;\n    width: 212px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\ntransition: transform .2s;\n}\n.section4:hover a{\ntransform: scale(1.06);\n}\n\n.contactanos {\n    background:  #bcbcbe;\n    width: 100%;\n    height: 180px;\n    \n}\n.contactanos h2{\n    text-align: center;\n    position: relative;\n    top: 30px;\n    font-size: 22px;\ncolor: white;\n}\n.contactanos p{\n    text-align: center;\n    position: relative;\n    top: 15px;\n    font-size: 18px;\ncolor: white;\n}\n.contactanos a{\n    display: inline-block;\n    padding: 10px 0;\n    width: 200px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #da6403;\n    margin-left: 500px;\n    margin-top: 10px;\n    box-sizing: border-box;\n    transition: transform .2s;\n\n}\n\n.contactanos:hover a{\ntransform: scale(1.06);\n}\n\n\n\n        @keyframes derecha {\n\n          0%{\n            opacity: 0;\n            transform: translateX(100px);\n          }\n          100%{\n            opacity: 1;\n            transform: translateX(0);\n          }\n        }\n        @keyframes izquierda {\n\n          0%{\n            opacity: 0;\n            transform: translateX(-100px);\n          }\n          100%{\n            opacity: 1;\n            transform: translateX(0);\n          }\n        }\n\n\n      @media only screen and (max-width: 767px){\n        .contactanos a {\n        margin-left: 44px;\n\n        }\n        .contactanos {\n            height: 250px;\n    margin-top: 20px;\n        }\n\n.section4 .frame {\n    width: 90%;\n}\n\n.section3 {\n        flex-direction: column;\n\n}\n\n.section3 .ventajas {\n    width: 100%;\n}\n\n.section1 a {\n    margin-left: 50px;\n}\n.section4 a {\n    margin-left: 39px;\n}\n.section1 img {\n    width: 90%;\n\n}\n.section1 h3{\n    text-align: center;\n}\n.section4 h3{\n    text-align: center;\n}\n\n.contactanos p {\n    font-size: 17px;\n}\n.contactanos h2 {\n    font-size: 20px;\n}\n.contenedor{\nflex-direction: column;\njustify-content: space-evenly;\npadding: 20px 0;\n}\n\n.textos-header{\nwidth: 100%;\ntext-align: center;\n}\n\n.absolute {\n        height: 103px;\n\n}\n\n.textos-header h1 {\n    font-size: 35px;\n}\n\n.section1 h2 {\n    font-size: 18px;\n\n}\n    }\n--\u003e\u003c\/style\u003e\n\n\u003cstyle\u003e\u003c!--\n*{\n    padding: 0;\n    margin: 0;\n    box-sizing: border-box;\n}\n\n\n.headerr {\n    background: #fff;\n    height: 650px;\n    position: relative;\n    overflow: hidden;\n}\n.headerr .contenedor {\n    display: flex;\n    margin: auto;\n    width: 90%;\n    height: 650px;\n    align-items: center;\n    justify-content: space-around;\n}\n\n.textos-header{\nwidth: 40%;\ncolor: #6d7993;\n\n}\n.textos-header h1{\n    font-size: 60px;\n\n}\n.textos-header h2{\n    margin-bottom: 20px;\n    \n}\n\n.textos-header a {\n    display: inline-block;\n    padding: 10px 0;\n    width: 150px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\ntransition: transform .2s;\n    \n}\n.textos-header:hover a{\ntransform: scale(1.06);\n}\n\n\n.headerr img {\n    width: 530px;\n    z-index: 10;\ntop: 25px;\n    position: relative;\nanimation: derecha 1s ease-in;\n}\n\n.absolute{\n    background: #89898d;\n    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);\n    width: 100%;\n    height: 270px;\n    position: absolute;\n    bottom: 0 ;\n}\n\n.section1 h2 {\n    text-align: center;\n     font-size: 22px;\n     margin: 50px 0;\n}\n.section2 h2 {\n    text-align: center;\n     font-size: 22px;\n   \nmargin: 100px 1px 50px 1px;\n}\n\n.section1 img {\n    float:right;\n    margin: 25px;\nwidth: 38%;\nanimation: derecha 1s ease-in;\n}\n\n.section1  p{\n    font-size: 18px;\n}\n\n\n\n.section1:hover a{\ntransform: scale(1.06);\n}\n\n.section3 {\n    display: flex;\n    flex-wrap: wrap;\n    margin-top: 60px;\n    justify-content: space-around;\n}\n\n.section3 .ventajas{\n    width: 23%;\n    background: rgb(243, 241, 241);\n    margin-bottom: 30px;\n    border-radius: 10px;\n    padding: 45px 30px 60px 30px;\n    transition: 0.5s;\n}\n\n\n\n.section3:hover .ventajas{\n    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);\n}\n.section3 img {\n    width: 38px;\nanimation: derecha 1s ease-in;\n}\n.section3 h3{\n    font-size: 20px;\n}\n.section3 p{\n    font-size: 16px;\n}\n\n.section4 .frame {\n    float:right;\n    margin: 25px;\nwidth: 45%;\nanimation: derecha 1s ease-in;\n}\n.section4 h2 {\n    text-align: center;\n     font-size: 22px;\n    margin: 50px 0;\n}\n\n.section4  p{\n    font-size: 18px;\n}\n\n.section1 a {\n    display: inline-block;\n    padding: 10px 0;\n    width: 180px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\n    transition: transform .2s;\n}\n\n.section1:hover a{\ntransform: scale(1.06);\n}\n.section4 a {\n    display: inline-block;\n    padding: 10px 0;\n    width: 150px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #89898d;\nanimation: izquierda 1s ease-in;\ntransition: transform .2s;\n}\n.section4:hover a{\ntransform: scale(1.06);\n}\n\n.contactanos {\n    background:  #bcbcbe;\n    width: 100%;\n    height: 180px;\n    \n}\n.contactanos h2{\n    text-align: center;\n    position: relative;\n    top: 30px;\n    font-size: 22px;\ncolor: white;\n}\n.contactanos p{\n    text-align: center;\n    position: relative;\n    top: 15px;\n    font-size: 18px;\ncolor: white;\n}\n.contactanos a{\n    display: inline-block;\n    padding: 10px 0;\n    width: 200px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #da6403;\n    margin-left: 500px;\n    margin-top: 10px;\n    box-sizing: border-box;\n    transition: transform .2s;\n\n}\n\n.contactanos:hover a{\ntransform: scale(1.06);\n}\n\n\n\n        @keyframes derecha {\n\n          0%{\n            opacity: 0;\n            transform: translateX(100px);\n          }\n          100%{\n            opacity: 1;\n            transform: translateX(0);\n          }\n        }\n        @keyframes izquierda {\n\n          0%{\n            opacity: 0;\n            transform: translateX(-100px);\n          }\n          100%{\n            opacity: 1;\n            transform: translateX(0);\n          }\n        }\n\n\n      @media only screen and (max-width: 767px){\n        .contactanos a {\n        margin-left: 44px;\n        }\n        .contactanos {\n            height: 250px;\n        }\n\n.section4 .frame {\n    width: 90%;\n}\n\n.section3 {\n        flex-direction: column;\n\n}\n\n.section3 .ventajas {\n    width: 100%;\n}\n\n.section1 a {\n    margin-left: 50px;\n}\n.section4 a {\n    margin-left: 72px;\n}\n.section1 img {\n    width: 90%;\n\n}\n.section1 h3{\n    text-align: center;\n}\n.section4 h3{\n    text-align: center;\n}\n\n.contactanos p {\n    font-size: 17px;\n}\n.contactanos h2 {\n    font-size: 20px;\n}\n.contenedor{\nflex-direction: column;\njustify-content: space-evenly;\npadding: 20px 0;\n}\n\n.textos-header{\nwidth: 100%;\ntext-align: center;\n}\n\n.absolute {\n    height: 175px;\n\n}\n\n.textos-header h1 {\n    font-size: 50px;\n}\n\n.section1 h2 {\n    font-size: 18px;\n\n}\n    }\n--\u003e\u003c\/style\u003e\n\u003cdiv class=\"section1\"\u003e\n\u003ch2\u003e\u003cb\u003eABB es líder de mercado en soluciones de distribución de potencia y control de motores\u003c\/b\u003e\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Sin_titulo-3_copia.PNG?v=1599682748\" alt=\"\"\u003e\n\u003ch3\u003eTableros ABB\u003c\/h3\u003e\n\u003cp\u003eEn la empresa ABB logramos mejorar la distribución eléctrica mediante tableros principales y de sub-distribución, garantizando la protección de cargas y circuitos aplicando toda la línea de interruptores automáticos desde los mini interruptores, caja moldeada hasta los bastidores abiertos.\u003cbr\u003e\u003cbr\u003e Algunas de nuestras ventajas:\u003cbr\u003e - Tableros Flexibles Para Hacer Soluciones Integrales\u003cbr\u003e - Certificados Bajo Norma Europea IEC\u003cbr\u003e - ABB Ability. Habilidad de Conectar Los Tableros a La Nube y Analizar Datos en tiempo Real\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Alianza_-_Tableros_ABB.pdf?v=1600120471\"\u003e\u003cb\u003eVer Catálogo completo\u003c\/b\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv class=\"section2\"\u003e\n\u003ch2\u003e\u003cb\u003eSoluciones innovadores para la distribución de potencia e instalaciones eléctricas en México\u003c\/b\u003e\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/soluciones_abb.png?v=1599676070\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section3\"\u003e\n\u003cdiv class=\"ventajas\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Centros_de_Carga.png?v=1599777593\" alt=\"\"\u003e\n\u003ch3\u003eCentros de Carga\u003c\/h3\u003e\n\u003cp\u003e-Conexión rápida y segura\u003cbr\u003e -Barra de neutro y tierra\u003cbr\u003e -Elimina puntos calientes\u003cbr\u003e -Chapa con llave\u003cbr\u003e\u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Centros_de_Carga.pdf?v=1600110315\"\u003e\u003cu\u003eFicha técnica\u003c\/u\u003e\u003c\/a\u003e \u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/alianzaelectrica.com\/tablas\/new\/herramienta%20Tableros%20Mistral%20ABB%204-2020.xlsx\"\u003e\u003cu\u003eCotizador en linea\u003c\/u\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ventajas\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_Autosoportados.png?v=1599777593\" alt=\"\"\u003e\n\u003ch3\u003eTableros de Alumbrado\u003c\/h3\u003e\n\u003cp\u003e-Listo para recibir tubería\u003cbr\u003e -Puerta con cerradura y llave\u003cbr\u003e -Elimina puntos calientes\u003cbr\u003e -Chapa con llave\u003cbr\u003e\u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_de_Subdistribucion_y_Alumbrado.pdf?v=1600110274\"\u003e\u003cu\u003eFicha técnica\u003c\/u\u003e\u003c\/a\u003e \u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/alianzaelectrica.com\/tablas\/new\/herramienta%20tableros%20Protecta%2004-2020.xlsx\"\u003e\u003cu\u003eCotizador en linea\u003c\/u\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ventajas\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_de_alumbrado_1.png?v=1599777593\" alt=\"\"\u003e\n\u003ch3\u003eTableros de Subdistribución\u003c\/h3\u003e\n\u003cp\u003e-Subdistribución control y alumbrado\u003cbr\u003e -Puerta con cerradura y llave\u003cbr\u003e -Elimina puntos calientes\u003cbr\u003e -Chapa con llave\u003cbr\u003e\u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_de_Subdistribucion.pdf?v=1600110305\"\u003e\u003cu\u003eFicha técnica\u003c\/u\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ventajas\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_de_Subdistribucion.png?v=1599777593\" alt=\"\"\u003e\n\u003ch3\u003eTableros de Distribución\u003c\/h3\u003e\n\u003cp\u003e-Operación continua\u003cbr\u003e -Facilidad de instalación y montaje\u003cbr\u003e -Medición o analizador de redes\u003cbr\u003e\u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Tableros_Autosoportados.pdf?v=1600110231\"\u003e\u003cu\u003eFicha técnica\u003c\/u\u003e\u003c\/a\u003e \u003cbr\u003e \u003ca class=\"ver-mas\" style=\"color: black;\" href=\"https:\/\/alianzaelectrica.com\/tablas\/new\/Cotizador_PB_2020xlsx.xlsx\"\u003e\u003cu\u003eCotizador en linea\u003c\/u\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section4\"\u003e\n\u003ch2\u003e\u003cb\u003eConoce y Capacitate con Alianza ELectrica\u003cb\u003e\u003c\/b\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003ciframe class=\"frame\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/8Cq9atwJLu8?controls=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n\u003ch3\u003eCapacitación de tableros ABB\u003c\/h3\u003e\n\u003cp\u003eABB opera tableros para todas las aplicaciones eléctricas. No importa si es para aplicaciones residenciales, comerciales o industriales, usted siempre contará con la protección y calidad de uno de los fabricantes de tableros para distribución eléctrica más importantes a nivel mundial. Los tableros ABB contemplan productos para aplicaciones desde 1AMP hasta 6300AMP. Es decir, desde centros de carga, hasta tableros principales.\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.youtube.com\/watch?v=8Cq9atwJLu8\u0026amp;ab_channel=GrupoFGEspecialistasenMediaTensi%C3%B3n\"\u003e\u003cb\u003eVer video completo\u003c\/b\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv\u003e\n\u003chr style=\"border: 0px;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003cdiv class=\"product-title\"\u003e\n\u003cdiv class=\"hr\"\u003e\u003chr\u003e\u003c\/div\u003e\n\u003ch4\u003eNuestros Productos\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"tableros-de-subdistribucion-de-250-a-hastas-1200-a-artu-l-artu-l-panel-board","title":"Tableros de Subdistribución de 250 A hastas 1200 A (Artu L \/ Artu L Panel Board)","description":"\u003cstyle\u003e\u003c!--\n.contactanos {\n    background:  #bcbcbe;\n    width: 100%;\n        height: 251px;\n    \n}\n.contactanos h2{\n    text-align: center;\n    position: relative;\n    top: 30px;\n    font-size: 22px;\ncolor: white;\n}\n.contactanos p{\n    text-align: center;\n    position: relative;\n    top: 15px;\n    font-size: 18px;\ncolor: white;\n}\n.contactanos a{\n    display: inline-block;\n    padding: 10px 0;\n    width: 200px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #da6403;\n    margin-left: 150px;\n    margin-top: 20px;\n    box-sizing: border-box;\n    transition: transform .2s;\n\n}\n\n      @media only screen and (max-width: 767px){\n        .contactanos a {\n        margin-left: 44px;\n\n        }\n.contactanos p {\n    font-size: 17px;\n}\n.contactanos h2 {\n    font-size: 20px;\n}\n}\n--\u003e\u003c\/style\u003e\n\u003ch4\u003eEste producto solo se encuentra disponible mediante compra por WhatsApp o Correo Electrónico\u003c\/h4\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cstrong\u003eCotiza tus tableros de subdistribución:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cstrong\u003eCorreo Electrónico: cotizaciones.bt@alianzaelectrica.com\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"contactanos\"\u003e\n\u003ch2\u003e\u003cb\u003eTE APOYAMOS\u003cb\u003e\u003c\/b\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003eA Tramitar un arrendamiento de estos equipos, te damos la asesoría, te cotizamos y te capacitamos.\u003c\/p\u003e\n\u003ca href=\"https:\/\/api.whatsapp.com\/send?phone=+5215549810357\"\u003e\u003cb style=\"font-size: 18px;\"\u003e✆ \u003c\/b\u003e\u003cb\u003e Cotiza por whatsapp\u003c\/b\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n.section-download{\ndisplay: flex;\njustify-content: center;\nalign-items: center;\ncolor:#fff;\nfill: #fff;\nborder-radius: 5px;\noverflow: hidden;\n}\n\n.section-download:hover{\nbackground-color:#fff;\ncolor:#ff4D00;\nfill: #ff4D00;\n\n}\n.icon-pdf{\nwidth: 30%;\ntext-aling:center;\n}\n.download-text{\nwidth: 70%;\nfont-size: 1rem;\n}\n@media screen and(max-widht: 500px){\n.section-download{\nwidth: 100%;\n}\n\n}\n\u003c\/style\u003e\n\u003csection class=\"section-download\"\u003e\n\u003ca target=\"“”Blank_”\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/files\/Alianza_-_ABB_Tableros_de_subdistribuccion.pdf?v=1628552738\"\u003e\n\u003cbutton\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" aria-hidden=\"true\" role=\"img\" width=\"1em\" height=\"1em\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.1 9.4c-.02.04-.29 1.76-2.1 4.69c0 0-3.5 1.82-2.67 3.18c.67 1.08 2.32-.04 3.74-2.68c0 0 1.82-.64 4.24-.82c0 0 3.86 1.73 4.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0 0-2-1.35-2.5-3.21c0 0 1.14-3.95-.61-3.9c-1.75.05-1.09 3.13-.79 4.1m.81 1.04c.03.01.47 1.21 1.89 2.46c0 0-2.33.46-3.39.9c0 0 1-1.73 1.5-3.36m3.93 2.72c.58-.16 2.33.15 2.26.48c-.06.33-2.26-.48-2.26-.48M7.77 17c-.53 1.24-1.44 2-1.67 2c-.23 0 .7-1.6 1.67-2m3.14-6.93c0-.07-.36-2.2 0-2.15c.54.08 0 2.08 0 2.15z\" fill=\"white\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\nDescarga Ficha Técnica\n\u003c\/button\u003e\n\u003c\/a\u003e\n\u003c\/section\u003e\n","brand":"ABB","offers":[{"title":"Default Title","offer_id":40488194801793,"sku":null,"price":0.0,"currency_code":"MXN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/products\/subdistribucion.jpg?v=1756871365"},{"product_id":"tableros-auto-soportados-de-distribucion-tmax-link","title":"Tableros Auto soportados de Distribución (TMAX LINK)","description":"\u003cstyle\u003e\u003c!--\n.contactanos {\n    background:  #bcbcbe;\n    width: 100%;\n        height: 251px;\n    \n}\n.contactanos h2{\n    text-align: center;\n    position: relative;\n    top: 30px;\n    font-size: 22px;\ncolor: white;\n}\n.contactanos p{\n    text-align: center;\n    position: relative;\n    top: 15px;\n    font-size: 18px;\ncolor: white;\n}\n.contactanos a{\n    display: inline-block;\n    padding: 10px 0;\n    width: 200px;\n    text-decoration: none;\n    border: 1px solid #96858f;\n    text-align: center;\n    border-radius: 3px;\n    color: white;\n    background: #da6403;\n    margin-left: 150px;\n    margin-top: 20px;\n    box-sizing: border-box;\n    transition: transform .2s;\n\n}\n\n      @media only screen and (max-width: 767px){\n        .contactanos a {\n        margin-left: 44px;\n\n        }\n.contactanos p {\n    font-size: 17px;\n}\n.contactanos h2 {\n    font-size: 20px;\n}\n}\n--\u003e\u003c\/style\u003e\n\u003ch4\u003eEste producto solo se encuentra disponible mediante compra por WhatsApp o Correo Electrónico\u003c\/h4\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cstrong\u003eCotiza tus tableros de subdistribución:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cstrong\u003eCorreo Electrónico: cotizaciones.bt@alianzaelectrica.com\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"contactanos\"\u003e\n\u003ch2\u003e\u003cb\u003eTE APOYAMOS\u003cb\u003e\u003c\/b\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003eA Tramitar un arrendamiento de estos equipos, te damos la asesoria, te cotizamos y te capacitamos.\u003c\/p\u003e\n\u003ca href=\"https:\/\/api.whatsapp.com\/send?phone=+5215549810357\"\u003e\u003cb style=\"font-size: 18px;\"\u003e✆ \u003c\/b\u003e\u003cb\u003e Cotiza por whatsapp\u003c\/b\u003e\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ABB","offers":[{"title":"Default Title","offer_id":40488194769025,"sku":null,"price":0.0,"currency_code":"MXN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/products\/Distribcion.jpg?v=1756871365"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0040\/8551\/4369\/collections\/Tableros_ABB_7ce93db2-6f51-4e72-9b31-c76f978db9e6.jpg?v=1591049077","url":"https:\/\/tienda.alianzaelectrica.com\/collections\/tableros-abb-1\/tableros-auto-soportados-de-distribucion.oembed","provider":"Alianza Electrica","version":"1.0","type":"link"}