{"id":18263,"date":"2025-12-11T12:29:18","date_gmt":"2025-12-11T17:29:18","guid":{"rendered":"https:\/\/encuentrometalurgia.com\/?page_id=18263"},"modified":"2026-06-01T15:42:03","modified_gmt":"2026-06-01T20:42:03","slug":"contacto","status":"publish","type":"page","link":"https:\/\/encuentrometalurgia.com\/en\/aguas-y-relaves-2026\/contacto\/","title":{"rendered":"Contacto Aguas y Relaves 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18263\" class=\"elementor elementor-18263\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-64f7360 e-con-full e-flex e-con e-parent\" data-eae-slider=\"8240\" data-id=\"64f7360\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed63e3c elementor-widget elementor-widget-html\" data-id=\"ed63e3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \/* FORZAR TRANSPARENCIA EN ELEMENTOR STICKY *\/\n    .elementor-sticky, \n    .elementor-sticky--active, \n    .elementor-sticky--effects {\n        background-color: transparent !important;\n        background: transparent !important;\n        box-shadow: none !important;\n    }\n    .elementor-widget-wrap {\n        background: transparent !important;\n    }\n\n    :root {\n        --azul-marino: #1a3f78;\n        --azul-electrico: #0c07f9;\n        --blanco: #ffffff;\n    }\n\n    .header-new-concept {\n        width: 100%;\n        font-family: 'Figtree', sans-serif;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        background: transparent;\n        padding: 15px 0;\n        \n        position: -webkit-sticky;\n        position: sticky;\n        top: 0;\n        z-index: 9999;\n    }\n\n    .navbar-glass {\n        width: 95%;\n        max-width: 1700px;\n        background: rgba(255, 255, 255, 0.05);\n        border: 1px solid rgba(255, 255, 255, 0.2);\n        border-radius: 100px;\n        padding: 10px 25px; \n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: all 0.4s ease; \n        position: relative; \/* A\u00f1adido para el posicionamiento del men\u00fa m\u00f3vil *\/\n    }\n\n    .navbar-glass.scrolled {\n        background: rgba(26, 63, 120, 0.85); \n        backdrop-filter: blur(12px); \n        -webkit-backdrop-filter: blur(12px);\n        border-color: rgba(255, 255, 255, 0.1);\n        box-shadow: 0 10px 30px rgba(0,0,0,0.4); \n    }\n\n    .nav-left-group {\n        display: flex;\n        align-items: center;\n        gap: 20px;\n    }\n\n    .nav-logo img {\n        height: 45px; \n        width: auto;\n    }\n\n    .history-selector {\n        display: flex;\n        background: rgba(255,255,255,0.1);\n        padding: 5px;\n        border-radius: 30px;\n        transition: all 0.4s ease;\n    }\n\n    .navbar-glass.scrolled .history-selector {\n        background: rgba(0,0,0,0.2);\n    }\n\n    .year-btn {\n        padding: 6px 12px;\n        border-radius: 20px;\n        text-decoration: none;\n        font-size: 11px;\n        font-weight: 800;\n        color: rgba(255,255,255,0.6);\n        transition: 0.3s;\n    }\n\n    .year-btn.active { \n        background: var(--blanco); \n        color: var(--azul-marino); \n        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n    }\n    \n    .year-btn:hover:not(.active) { color: var(--blanco); }\n\n    .nav-links-group {\n        display: flex;\n        align-items: center;\n        gap: 10px; \n    }\n\n    .nav-item {\n        color: var(--blanco);\n        text-decoration: none;\n        font-size: 13px; \n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        opacity: 0.8;\n        padding: 6px 14px; \n        border-radius: 20px; \n        transition: all 0.3s ease;\n    }\n\n    .nav-item:hover, \n    .nav-item.active { \n        opacity: 1; \n        background: var(--blanco); \n        color: var(--azul-marino); \n        box-shadow: 0 4px 10px rgba(0,0,0,0.15); \n    }\n\n    .cta-header-btn {\n        background: var(--azul-electrico);\n        color: var(--blanco);\n        padding: 10px 24px;\n        border-radius: 50px;\n        font-weight: 800;\n        text-transform: uppercase;\n        font-size: 12px;\n        text-decoration: none;\n        border: 2px solid transparent;\n        transition: 0.3s;\n        margin-left: 10px;\n    }\n\n    .cta-header-btn:hover {\n        background: transparent;\n        border-color: var(--blanco);\n        transform: scale(1.05);\n    }\n\n    \/* BOT\u00d3N HAMBURGUESA (Oculto en Desktop) *\/\n    .hamburger-btn {\n        display: none;\n        flex-direction: column;\n        justify-content: space-between;\n        width: 30px;\n        height: 20px;\n        cursor: pointer;\n        z-index: 10001;\n    }\n\n    .hamburger-btn span {\n        display: block;\n        height: 3px;\n        width: 100%;\n        background-color: var(--blanco);\n        border-radius: 3px;\n        transition: all 0.3s ease;\n    }\n\n    \/* RESPONSIVE TABLET *\/\n    @media (max-width: 1100px) {\n        .navbar-glass { border-radius: 20px; flex-wrap: wrap; justify-content: center; gap: 15px;}\n        .history-selector { display: none; }\n        .nav-links-group { flex-wrap: wrap; justify-content: center; gap: 5px; }\n        .nav-left-group { justify-content: center; width: 100%; }\n    }\n\n    \/* RESPONSIVE M\u00d3VIL (Men\u00fa Hamburguesa) *\/\n    @media (max-width: 768px) {\n        .navbar-glass {\n            justify-content: space-between;\n            flex-wrap: nowrap; \/* Mantiene logo y bot\u00f3n en la misma l\u00ednea *\/\n            padding: 10px 20px;\n        }\n\n        .nav-left-group {\n            width: auto; \/* Revierte el 100% de la tablet *\/\n        }\n\n        .hamburger-btn {\n            display: flex; \/* Muestra el bot\u00f3n *\/\n        }\n\n        \/* Estilos del men\u00fa desplegable *\/\n        .nav-links-group {\n            position: absolute;\n            top: 75px;\n            left: 0;\n            width: 100%;\n            background: rgba(26, 63, 120, 0.95);\n            backdrop-filter: blur(15px);\n            -webkit-backdrop-filter: blur(15px);\n            border-radius: 20px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            flex-direction: column;\n            padding: 20px 0;\n            gap: 15px;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.5);\n            \n            \/* Animaci\u00f3n de oculto\/visible *\/\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-20px);\n            transition: all 0.4s ease;\n        }\n\n        .nav-links-group.active-menu {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .nav-item {\n            width: 80%;\n            text-align: center;\n        }\n\n        .cta-header-btn {\n            width: 80%;\n            text-align: center;\n            margin-left: 0;\n            margin-top: 10px;\n        }\n\n        \/* Animaci\u00f3n del icono hamburguesa al hacer clic *\/\n        .hamburger-btn.toggle span:nth-child(1) {\n            transform: translateY(8.5px) rotate(45deg);\n        }\n        .hamburger-btn.toggle span:nth-child(2) {\n            opacity: 0;\n        }\n        .hamburger-btn.toggle span:nth-child(3) {\n            transform: translateY(-8.5px) rotate(-45deg);\n        }\n    }\n<\/style>\n\n<div class=\"header-new-concept\">\n    <nav class=\"navbar-glass\" id=\"main-nav\">\n        \n        <div class=\"nav-left-group\">\n            <div class=\"nav-logo\">\n                <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/\">\n                    <img decoding=\"async\" src=\"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png\" alt=\"Aguas y Relaves 2026\">\n                <\/a>\n            <\/div>\n            \n            <div class=\"history-selector\">\n                <a href=\"#\" class=\"year-btn active\">2026<\/a>\n                <a href=\"https:\/\/encuentrometalurgia.com\/relaves2025\/\" target=\"_blank\" class=\"year-btn\">2025<\/a>\n                <a href=\"https:\/\/encuentrometalurgia.com\/agua-y-relaves\/\" target=\"_blank\" class=\"year-btn\">2024<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"hamburger-btn\" id=\"hamburger-menu\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n\n        <div class=\"nav-links-group\" id=\"nav-links\">\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/\" class=\"nav-item\">Inicio<\/a>\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/autor\/\" class=\"nav-item\">Autor<\/a>\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/conferencistas\/\" class=\"nav-item\">Conferencistas<\/a>\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/programa\/\" class=\"nav-item\">Programa<\/a>\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/sede\/\" class=\"nav-item\">Sede<\/a>\n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/\" class=\"nav-item\">Contacto<\/a>\n            \n            <a href=\"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/inscripcion\/\" class=\"cta-header-btn\">Inscripciones<\/a>\n        <\/div>\n\n    <\/nav>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const navbar = document.getElementById('main-nav');\n        const hamburgerBtn = document.getElementById('hamburger-menu');\n        const navLinksGroup = document.getElementById('nav-links');\n        \n        \/\/ Manejo del Scroll\n        window.addEventListener('scroll', function() {\n            if (window.scrollY > 50) {\n                navbar.classList.add('scrolled');\n            } else {\n                navbar.classList.remove('scrolled');\n            }\n        });\n\n        \/\/ Funcionalidad Men\u00fa Hamburguesa\n        hamburgerBtn.addEventListener('click', function() {\n            hamburgerBtn.classList.toggle('toggle');\n            navLinksGroup.classList.toggle('active-menu');\n            \n            \/\/ Si el men\u00fa se abre en el top de la p\u00e1gina, a\u00f1ade fondo oscuro por legibilidad\n            if (window.scrollY <= 50) {\n                navbar.classList.toggle('scrolled');\n            }\n        });\n\n        \/\/ Script adicional para manejar el estado activo din\u00e1micamente\n        const currentPath = window.location.pathname;\n        const navItems = document.querySelectorAll('.nav-item');\n        \n        navItems.forEach(item => {\n            \/\/ Removemos cualquier clase active hardcodeada primero\n            item.classList.remove('active');\n            \n            const linkPath = new URL(item.href).pathname;\n            if (currentPath.replace(\/\\\/$\/, \"\") === linkPath.replace(\/\\\/$\/, \"\")) {\n                item.classList.add('active');\n            }\n        });\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-d38afcf e-con-full e-flex e-con e-parent\" data-eae-slider=\"18308\" data-id=\"d38afcf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1e7f8 elementor-widget elementor-widget-html\" data-id=\"5d1e7f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Informaci\u00f3n de Contacto<\/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=Figtree:wght@400;600;800;900&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        \/* Estilos base *\/\n        * {\n            box-sizing: border-box;\n            font-family: 'Figtree', sans-serif;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            \/* El fondo de tu web se ver\u00e1 aqu\u00ed detr\u00e1s *\/\n        }\n\n        .main-container {\n            max-width: 1200px;\n            margin: 115px auto 40px auto; \/* Espacio de 115px arriba *\/\n            padding: 20px;\n        }\n\n        \/* T\u00edtulo Principal en Blanco *\/\n        .section-title {\n            color: #ffffff; \/* Color Blanco solicitado *\/\n            font-size: 30px;\n            font-weight: 900;\n            text-transform: uppercase;\n            margin-bottom: 30px;\n            letter-spacing: 0.5px;\n            text-shadow: 1px 2px 4px rgba(0,0,0,0.4); \/* Sombra para resaltar sobre fondos claros *\/\n        }\n\n        \/* Tarjeta de Contacto (Efecto Cristal) *\/\n        .contact-card {\n            background-color: rgba(255, 255, 255, 0.85); \n            backdrop-filter: blur(10px);\n            -webkit-backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.4);\n            border-radius: 8px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n            max-width: 600px; \n            padding: 40px;\n        }\n\n        \/* Grupos de contacto *\/\n        .contact-group {\n            padding: 10px 0;\n        }\n\n        .contact-group h3 {\n            color: #1941AA;\n            font-size: 1.1rem;\n            font-weight: 800;\n            text-transform: uppercase;\n            margin: 0 0 15px 0;\n        }\n\n        \/* L\u00edneas de informaci\u00f3n *\/\n        .contact-line {\n            display: flex;\n            align-items: center;\n            margin-bottom: 10px;\n            color: #333;\n            text-decoration: none;\n            transition: transform 0.2s;\n        }\n\n        .contact-line:hover {\n            transform: translateX(5px);\n            color: #1941AA;\n        }\n\n        .contact-line i {\n            color: #1941AA;\n            width: 25px;\n            font-size: 1.1rem;\n            margin-right: 12px;\n            text-align: center;\n            flex-shrink: 0; \/* Evita que el \u00edcono se encoja si el texto es muy largo *\/\n        }\n\n        .contact-line span {\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        \/* L\u00cdNEA DIVISORIA (ESPACIADOR) *\/\n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, #1941AA, rgba(25, 65, 170, 0.1));\n            border: none;\n            margin: 20px 0;\n            opacity: 0.3;\n        }\n\n        \/* --- RESPONSIVIDAD MEJORADA PARA M\u00d3VILES --- *\/\n        @media (max-width: 768px) {\n            .main-container { \n                margin-top: 60px; \n                padding: 15px;\n            }\n            \n            .section-title { \n                font-size: 26px; \n                text-align: center; \/* Centramos el t\u00edtulo en m\u00f3viles *\/\n            }\n            \n            .contact-card { \n                padding: 25px 20px; \n                width: 100%;\n            }\n            \n            .contact-group h3 {\n                font-size: 1rem;\n            }\n\n            .contact-line {\n                align-items: flex-start; \/* Si el texto salta de l\u00ednea, el \u00edcono se queda arriba *\/\n            }\n\n            .contact-line i {\n                margin-top: 3px; \/* Peque\u00f1o ajuste para alinear el \u00edcono con la primera l\u00ednea de texto *\/\n            }\n\n            .contact-line span {\n                font-size: 0.95rem;\n                word-wrap: break-word; \/* MUY IMPORTANTE: Permite que los correos largos salten a la siguiente l\u00ednea *\/\n                word-break: break-all; \/* Para pantallas excesivamente peque\u00f1as *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"main-container\">\n        \n        <h2 class=\"section-title\">INFORMACI\u00d3N DE CONTACTO<\/h2>\n\n        <div class=\"contact-card\">\n            \n            <div class=\"contact-group\">\n                <h3>Stands y Auspicios<\/h3>\n                <a href=\"tel:987975959\" class=\"contact-line\">\n                    <i class=\"fa-solid fa-phone\"><\/i>\n                    <span>987 975 959<\/span>\n                <\/a>\n                <a href=\"mailto:congresos2@encuentrometalurgia.com\" class=\"contact-line\">\n                    <i class=\"fa-solid fa-envelope\"><\/i>\n                    <span>congresos2@encuentrometalurgia.com<\/span>\n                <\/a>\n                <a href=\"mailto:informes@encuentrometalurgia.com\" class=\"contact-line\">\n                    <i class=\"fa-solid fa-envelope\"><\/i>\n                    <span>informes@encuentrometalurgia.com<\/span>\n                <\/a>\n            <\/div>\n\n            <hr class=\"divider\">\n\n            <div class=\"contact-group\">\n                <h3>Trabajos T\u00e9cnicos<\/h3>\n                <a href=\"mailto:congresos1@encuentrometalurgia.com\" class=\"contact-line\">\n                    <i class=\"fa-solid fa-envelope\"><\/i>\n                    <span>congresos1@encuentrometalurgia.com<\/span>\n                <\/a>\n            <\/div>\n\n            <hr class=\"divider\">\n\n            <div class=\"contact-group\">\n                <h3>Entradas e Inscripciones<\/h3>\n                <a href=\"mailto:inscripciones@encuentrometalurgia.com\" class=\"contact-line\">\n                    <i class=\"fa-solid fa-envelope\"><\/i>\n                    <span>inscripciones@encuentrometalurgia.com<\/span>\n                <\/a>\n            <\/div>\n\n            <hr class=\"divider\">\n\n            <div class=\"contact-group\">\n                <h3>Tel\u00e9fono \/ WhatsApp<\/h3>\n                <a href=\"https:\/\/wa.me\/987975959\" target=\"_blank\" class=\"contact-line\">\n                    <i class=\"fa-brands fa-whatsapp\" style=\"font-size: 1.3rem;\"><\/i>\n                    <span>987 975 959<\/span>\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>2026 2025 2024 Inicio Autor Conferencistas Programa Sede Contacto Inscripciones Informaci\u00f3n de Contacto INFORMACI\u00d3N DE CONTACTO Stands y Auspicios 987 975 959 congresos2@encuentrometalurgia.com informes@encuentrometalurgia.com Trabajos T\u00e9cnicos congresos1@encuentrometalurgia.com Entradas e Inscripciones inscripciones@encuentrometalurgia.com Tel\u00e9fono \/ WhatsApp 987 975 959<\/p>","protected":false},"author":2,"featured_media":0,"parent":33953,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18263","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contacto Aguas y Relaves 2026 - EncuentroMetalurgia<\/title>\n<meta name=\"description\" content=\"&quot;Flotaci\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!&quot;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/encuentrometalurgia.com\/en\/aguas-y-relaves-2026\/contacto\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contacto Aguas y Relaves 2026 - EncuentroMetalurgia\" \/>\n<meta property=\"og:description\" content=\"&quot;Flotaci\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/encuentrometalurgia.com\/en\/aguas-y-relaves-2026\/contacto\/\" \/>\n<meta property=\"og:site_name\" content=\"EncuentroMetalurgia\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/InterMetPeru\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-01T20:42:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/\",\"url\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/\",\"name\":\"Contacto Aguas y Relaves 2026 - EncuentroMetalurgia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/encuentrometalurgia.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/banner-web-5.png\",\"datePublished\":\"2025-12-11T17:29:18+00:00\",\"dateModified\":\"2026-06-01T20:42:03+00:00\",\"description\":\"\\\"Flotaci\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!\\\"\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/#primaryimage\",\"url\":\"https:\\\/\\\/encuentrometalurgia.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/banner-web-5.png\",\"contentUrl\":\"https:\\\/\\\/encuentrometalurgia.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/banner-web-5.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/contacto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/encuentrometalurgia.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aguas y Relaves 2026\",\"item\":\"https:\\\/\\\/encuentrometalurgia.com\\\/aguas-y-relaves-2026\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Contacto Aguas y Relaves 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#website\",\"url\":\"https:\\\/\\\/encuentrometalurgia.com\\\/\",\"name\":\"EncuentroMetalurgia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/encuentrometalurgia.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#organization\",\"name\":\"InterMet\",\"url\":\"https:\\\/\\\/encuentrometalurgia.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/encuentrometalurgia.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/INTERMET-LOGO-BLANCO.png\",\"contentUrl\":\"https:\\\/\\\/encuentrometalurgia.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/INTERMET-LOGO-BLANCO.png\",\"width\":3508,\"height\":1188,\"caption\":\"InterMet\"},\"image\":{\"@id\":\"https:\\\/\\\/encuentrometalurgia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/InterMetPeru\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@intermetconsultoresmetalur7705\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/miningconferences\\\/?originalSubdomain=pe\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contacto Aguas y Relaves 2026 - EncuentroMetalurgia","description":"\"Flotaci\\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!\"","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:\/\/encuentrometalurgia.com\/en\/aguas-y-relaves-2026\/contacto\/","og_locale":"en_US","og_type":"article","og_title":"Contacto Aguas y Relaves 2026 - EncuentroMetalurgia","og_description":"\"Flotaci\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!\"","og_url":"https:\/\/encuentrometalurgia.com\/en\/aguas-y-relaves-2026\/contacto\/","og_site_name":"EncuentroMetalurgia","article_publisher":"https:\/\/www.facebook.com\/InterMetPeru\/","article_modified_time":"2026-06-01T20:42:03+00:00","og_image":[{"url":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/","url":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/","name":"Contacto Aguas y Relaves 2026 - EncuentroMetalurgia","isPartOf":{"@id":"https:\/\/encuentrometalurgia.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/#primaryimage"},"image":{"@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/#primaryimage"},"thumbnailUrl":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png","datePublished":"2025-12-11T17:29:18+00:00","dateModified":"2026-06-01T20:42:03+00:00","description":"\"Flotaci\\u00f3n 2026: si tienes alguna consulta no dudes en contactarnos!\"","breadcrumb":{"@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/#primaryimage","url":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png","contentUrl":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2026\/02\/banner-web-5.png"},{"@type":"BreadcrumbList","@id":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/contacto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/encuentrometalurgia.com\/"},{"@type":"ListItem","position":2,"name":"Aguas y Relaves 2026","item":"https:\/\/encuentrometalurgia.com\/aguas-y-relaves-2026\/"},{"@type":"ListItem","position":3,"name":"Contacto Aguas y Relaves 2026"}]},{"@type":"WebSite","@id":"https:\/\/encuentrometalurgia.com\/#website","url":"https:\/\/encuentrometalurgia.com\/","name":"EncuentroMetalurgia","description":"","publisher":{"@id":"https:\/\/encuentrometalurgia.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/encuentrometalurgia.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/encuentrometalurgia.com\/#organization","name":"InterMet","url":"https:\/\/encuentrometalurgia.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/encuentrometalurgia.com\/#\/schema\/logo\/image\/","url":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2023\/07\/INTERMET-LOGO-BLANCO.png","contentUrl":"https:\/\/encuentrometalurgia.com\/wp-content\/uploads\/2023\/07\/INTERMET-LOGO-BLANCO.png","width":3508,"height":1188,"caption":"InterMet"},"image":{"@id":"https:\/\/encuentrometalurgia.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/InterMetPeru\/","https:\/\/www.youtube.com\/@intermetconsultoresmetalur7705","https:\/\/www.linkedin.com\/in\/miningconferences\/?originalSubdomain=pe"]}]}},"_links":{"self":[{"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/pages\/18263","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/comments?post=18263"}],"version-history":[{"count":28,"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/pages\/18263\/revisions"}],"predecessor-version":[{"id":41677,"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/pages\/18263\/revisions\/41677"}],"up":[{"embeddable":true,"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/pages\/33953"}],"wp:attachment":[{"href":"https:\/\/encuentrometalurgia.com\/en\/wp-json\/wp\/v2\/media?parent=18263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}