{"id":6453,"date":"2025-09-04T17:16:56","date_gmt":"2025-09-04T20:16:56","guid":{"rendered":"https:\/\/riva.com.ar\/?page_id=6453"},"modified":"2026-03-28T18:20:10","modified_gmt":"2026-03-28T21:20:10","slug":"inicio","status":"publish","type":"page","link":"https:\/\/riva.com.ar\/en\/","title":{"rendered":"RIVA Empresa Constructora"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6453\" class=\"elementor elementor-6453\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27b591a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"27b591a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0598577 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"0598577\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c2ef1b video-html elementor-widget elementor-widget-html\" data-id=\"5c2ef1b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"hero-selfhosted\" aria-label=\"Hero con video de fondo\">\r\n  <!-- Desktop -->\r\n  <video\r\n    class=\"video-bg video-desktop\"\r\n    autoplay\r\n    muted\r\n    loop\r\n    playsinline\r\n    webkit-playsinline\r\n    x5-playsinline\r\n    preload=\"auto\"\r\n    controlslist=\"nodownload nofullscreen noplaybackrate noremoteplayback\"\r\n    disablepictureinpicture\r\n    aria-hidden=\"true\"\r\n  >\r\n    <source src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/10\/Riva-Web-Horizontal.mp4\" type=\"video\/mp4\" \/>\r\n  <\/video>\r\n\r\n  <!-- Mobile -->\r\n  <video\r\n    class=\"video-bg video-mobile\"\r\n    autoplay\r\n    muted\r\n    loop\r\n    playsinline\r\n    webkit-playsinline\r\n    x5-playsinline\r\n    preload=\"auto\"\r\n    controlslist=\"nodownload nofullscreen noplaybackrate noremoteplayback\"\r\n    disablepictureinpicture\r\n    aria-hidden=\"true\"\r\n  >\r\n    <source src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/10\/riva-web-movil.mp4\" type=\"video\/mp4\" \/>\r\n  <\/video>\r\n<\/section>\r\n\r\n<style>\r\n  .hero-selfhosted{\r\n    position:relative; width:100%; height:100vh; overflow:hidden;\r\n  }\r\n  \r\n  .hero-selfhosted::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 100%;\r\n    height: 100%;\r\n    left: 0;\r\n    top: 0;\r\n    bottom: 0;\r\n    right: 0;\r\n    background-color: rgba(0,0,0, 0.4);\r\n      \r\n  }\r\n  \r\n  body.admin-bar .hero-selfhosted{ height:calc(100vh - 46px) }\r\n  @media (min-width:783px){ body.admin-bar .hero-selfhosted{ height:calc(100vh - 32px) } }\r\n\r\n  .video-bg{\r\n    position:absolute; inset:0; width:100%; height:100%;\r\n    object-fit:cover; object-position:center;\r\n    border:0; pointer-events:none;\r\n    opacity:0; transition:opacity .25s ease; \/* oculto hasta que arranca *\/\r\n  }\r\n  .video-bg.is-playing{ opacity:1; }\r\n\r\n  \/* Mostrar s\u00f3lo el que corresponde *\/\r\n  .video-desktop{ display:block; }\r\n  .video-mobile{ display:none; }\r\n  @media (max-width:600px){\r\n    .video-desktop{ display:none; }\r\n    .video-mobile{ display:block; }\r\n  }\r\n\r\n  \/* \ud83d\udd12 Ocultar overlay\/bot\u00f3n de play nativo en iOS\/WebKit *\/\r\n  .video-bg::-webkit-media-controls { display:none !important; }\r\n  .video-bg::-webkit-media-controls-enclosure { display:none !important; }\r\n  .video-bg::-webkit-media-controls-start-playback-button { display:none !important; }\r\n<\/style>\r\n\r\n<script>\r\n  \/\/ Autoplay \u201creal\u201d + fallback por interacci\u00f3n\r\n  document.addEventListener('DOMContentLoaded', () => {\r\n    const vids = document.querySelectorAll('.video-bg');\r\n\r\n    function tryPlay(v){\r\n      v.muted = true; \/\/ clave para autoplay\r\n      const p = v.play();\r\n      if (p && typeof p.then === 'function') {\r\n        p.then(() => v.classList.add('is-playing'))\r\n         .catch(() => {\/* se intentar\u00e1 luego *\/});\r\n      } else {\r\n        v.classList.add('is-playing');\r\n      }\r\n    }\r\n\r\n    \/\/ Arranca apenas pueda reproducirse\r\n    vids.forEach(v => {\r\n      v.addEventListener('canplay', () => tryPlay(v), { once:true });\r\n      tryPlay(v); \/\/ primer intento ya\r\n    });\r\n\r\n    \/\/ \u201cKick\u201d por si alguna pol\u00edtica pide gesto del usuario\r\n    const kick = () => {\r\n      vids.forEach(v => tryPlay(v));\r\n      window.removeEventListener('touchstart', kick);\r\n      window.removeEventListener('click', kick);\r\n    };\r\n    window.addEventListener('touchstart', kick, { once:true, passive:true });\r\n    window.addEventListener('click', kick, { once:true });\r\n\r\n    \/\/ Si ocultaste el video tras salir de foco, vuelve a reproducir al volver\r\n    document.addEventListener('visibilitychange', () => {\r\n      if (!document.hidden) vids.forEach(v => tryPlay(v));\r\n    }, false);\r\n  });\r\n<\/script>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f464970 e-con-full header-fixed elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"f464970\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ae502eb e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"ae502eb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb6d10e elementor-widget elementor-widget-image\" data-id=\"eb6d10e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/riva.com.ar\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"243\" height=\"110\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/logo-riva.png\" class=\"attachment-full size-full wp-image-5597\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a45cd elementor-widget elementor-widget-html\" data-id=\"28a45cd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\r\n    .elementor-background-video-hosted{\r\n  pointer-events: none !important;\r\n    }\r\n\r\n    .elementor-background-video-hosted::-webkit-media-controls,\r\n    .elementor-background-video-hosted::-webkit-media-controls-enclosure,\r\n    .elementor-background-video-hosted::-webkit-media-controls-panel {\r\n    display: none !important;\r\n    }\r\n\r\n    .hamb-btn {\r\n        cursor: pointer;\r\n    }\r\n    \r\n    .close-nav {\r\n        cursor: pointer;\r\n    }\r\n\r\n\r\n    .navbar-mobile.visible {\r\n        left: 0 !important; \r\n    }\r\n    \r\n    .navbar-mobile.visible::before {\r\n        left: 85% !important; \r\n    }\r\n    \r\n<\/style>\r\n\r\n<style>\r\n    .header-fixed {\r\n  position: absolute; \/* estado inicial *\/\r\n  width: 100%;\r\n  padding: 2px 0;\r\n  top: 0;\r\n  transition: all 0.3s ease;\r\n  z-index: 500;\r\n}\r\n.header-fixed.scrolled {\r\n  position: fixed !important;\r\n  width: 100%;\r\n  top: 0;\r\n  left: 0;\r\n  background: #FFFFFF;\r\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); \/* opcional para mayor claridad *\/\r\n}\r\n\r\n.header-fixed.scrolled .elementor-button {\r\n    color: #003865 !important;\r\n}\r\n\r\n.header-fixed.scrolled .elementor-button:hover {\r\n    color: #858585 !important;\r\n}\r\n\r\n.header-fixed.scrolled .elementor-heading-title a {\r\n    color: #003865 !important;\r\n}\r\n\r\n.header-fixed.scrolled a:hover {\r\n    color: #858585 !important;\r\n}\r\n\r\n.header-fixed.scrolled .elementor-icon svg {\r\n    fill: #003865 !important;\r\n}\r\n\r\n<\/style>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const hambBtn = document.querySelector(\".hamb-btn\");\r\n    const closeBtn = document.querySelector(\".close-nav\");\r\n    const navbar = document.querySelector(\".navbar-mobile\");\r\n\r\n    hambBtn.addEventListener(\"click\", () => {\r\n      navbar.classList.add(\"visible\");\r\n    });\r\n\r\n    closeBtn.addEventListener(\"click\", () => {\r\n      navbar.classList.remove(\"visible\");\r\n    });\r\n  });\r\n<\/script>\r\n\r\n<script>\r\n  window.addEventListener(\"scroll\", () => {\r\n    const header = document.querySelector(\".header-fixed\");\r\n    if (!header) return;\r\n\r\n    const y = window.scrollY;\r\n\r\n    if (y > 1) {\r\n      header.classList.add(\"scrolled\");\r\n    } else {\r\n      header.classList.remove(\"scrolled\");\r\n    }\r\n    \r\n    const maxScroll = 350;\r\n    let t = Math.min(y \/ maxScroll, 1);\r\n    const steps = [0, 0.2, 0.4, 0.6, 0.8, 1];\r\n    let snapped = steps[0];\r\n    for (const s of steps) {\r\n      if (Math.abs(s - t) < Math.abs(snapped - t)) snapped = s;\r\n    }\r\n\r\n    header.style.background = `rgba(255, 255, 255, ${snapped})`;\r\n  });\r\n<\/script>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-601d1ec e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"601d1ec\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43c68ca comunicado-btn elementor-widget elementor-widget-button\" data-id=\"43c68ca\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijg4ODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">COMUNICADO<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7208a27 elementor-widget elementor-widget-button\" data-id=\"7208a27\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/nosotros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nosotros<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f17513c elementor-widget elementor-widget-button\" data-id=\"f17513c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5465ca elementor-widget elementor-widget-button\" data-id=\"d5465ca\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/desarrollos-inmobiliarios\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Desarrollos Inmobiliarios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fea0cdb compromiso-riva-btn e-transform elementor-widget elementor-widget-heading\" data-id=\"fea0cdb\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-5,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/compromiso-riva\/\">Compromiso <span class=\"riva-font\">riva<\/span><\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c2e946 elementor-widget elementor-widget-button\" data-id=\"1c2e946\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contacto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-438ffcd hamb-btn elementor-hidden-desktop elementor-hidden-laptop elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"438ffcd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bars\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-307d7c3 e-con-full navbar-mobile elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"307d7c3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03ba6a7 close-nav elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"03ba6a7\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-window-close\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abbe68c comunicado-btn elementor-widget elementor-widget-button\" data-id=\"abbe68c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijg4ODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">COMUNICADO<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b7d7e elementor-widget elementor-widget-button\" data-id=\"24b7d7e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/nosotros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nosotros<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dffedb1 elementor-widget elementor-widget-button\" data-id=\"dffedb1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b43e16 elementor-widget elementor-widget-button\" data-id=\"5b43e16\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/desarrollos-inmobiliarios\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Desarrollos Inmobiliarios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1fd297 compromiso-riva-btn elementor-widget elementor-widget-heading\" data-id=\"c1fd297\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/compromiso-riva\/\">Compromiso <span class=\"riva-font\">riva<\/span><\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-040bd35 elementor-widget elementor-widget-button\" data-id=\"040bd35\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contacto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce70ec2 e-con-full hero-block e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"ce70ec2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-415fee5 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"415fee5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-361cb44 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"361cb44\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce1e329 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ce1e329\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">EMPRESA\nCONSTRUCTORA<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d50402 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2d50402\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Obras que conectan personas, fortalecen comunidades y\nproyectan futuro. M\u00e1s de 50 a\u00f1os construyendo historia.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-846b54b animated-slow elementor-widget elementor-widget-button\" data-id=\"846b54b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver todos los proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a6de15 animated-slow elementor-widget elementor-widget-button\" data-id=\"6a6de15\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#nosotros\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fad011d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"fad011d\" data-element_type=\"container\" id=\"nosotros\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f99597e e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"f99597e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-936a34b e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"936a34b\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94cb815 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"94cb815\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NOSOTROS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17b2d9f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"17b2d9f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Somos una empresa constructora de s\u00f3lida trayectoria y experiencia, con un equipo profesional plenamente comprometido con el cumplimiento y capaz de brindar m\u00faltiples soluciones en forma r\u00e1pida, creativa y eficaz. Nuestro esfuerzo se refleja en obras que mejoran la calidad de vida de las personas y agregan valor a nuestros clientes.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87e5fad elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"87e5fad\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/nosotros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-333390c e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"333390c\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2b21f0a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2b21f0a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82959ef elementor-widget__width-initial elementor-widget-mobile__width-auto elementor-widget elementor-widget-heading\" data-id=\"82959ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Equipos\nexcepcionales<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7024a97 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"7024a97\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab96f52 elementor-widget__width-initial elementor-widget-mobile__width-auto elementor-widget elementor-widget-heading\" data-id=\"ab96f52\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calidad y\ntrayectoria<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67162dd elementor-widget__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-laptop elementor-widget elementor-widget-button\" data-id=\"67162dd\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/nosotros\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-02a0512 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent\" data-id=\"02a0512\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3df0650 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"3df0650\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a76b472 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"a76b472\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-542495f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"542495f\" data-element_type=\"container\" id=\"conoce-mas\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-98194a1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"98194a1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ef4574 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"8ef4574\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PROYECTOS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69bd78f elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"69bd78f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Cada obra es un compromiso con nuestros clientes y una oportunidad para transformar, conectar y construir futuro. Nuestro portfolio refleja la escala, complejidad e impacto de cada desaf\u00edo que asumimos.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f761322 animated-slow elementor-widget elementor-widget-button\" data-id=\"f761322\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver todos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9eaccf e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f9eaccf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-47b52d5 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"47b52d5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-061a52a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"061a52a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RESIDENCIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed25cb5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ed25cb5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Espacios de calidad que trascienden generaciones<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bb504c elementor-widget elementor-widget-button\" data-id=\"8bb504c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-residenciales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e607500 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e607500\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7ee499f e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"7ee499f\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d5c2f0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1d5c2f0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COMERCIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-661c740 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"661c740\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Soluciones constructivas que se adaptan a las din\u00e1micas del mercado y a cada cliente<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-898e9fe elementor-widget elementor-widget-button\" data-id=\"898e9fe\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-comerciales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a67022b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a67022b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3e48ef7 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"3e48ef7\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7a8d0b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c7a8d0b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">INSTITUCIONALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5d6d43 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e5d6d43\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Edificios ic\u00f3nicos que perduran y reflejan valores, identidad y compromiso social<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa3ee91 elementor-widget elementor-widget-button\" data-id=\"aa3ee91\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-institucionales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a546521 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a546521\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1a6feed e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1a6feed\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78ff5b8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"78ff5b8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">INDUSTRIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ed118b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3ed118b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Ingenier\u00eda aplicada para procesos industriales exigentes<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f73acb elementor-widget elementor-widget-button\" data-id=\"1f73acb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-industriales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba616ee e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ba616ee\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-afadfd5 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"afadfd5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b0b129 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5b0b129\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">INFRAESTRUCTURA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15cc47c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"15cc47c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Desarrollamos infraestructura sustentable para el crecimiento\u00a0del\u00a0pa\u00eds<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ceeead0 elementor-widget elementor-widget-button\" data-id=\"ceeead0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-de-infraestructura\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae7eccd e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ae7eccd\" data-element_type=\"container\" id=\"clientes\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-743c242 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"743c242\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5110791 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"5110791\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NUESTROS CLIENTES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0c8ca6 e-con-full logo-slider-wrapper animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"c0c8ca6\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2e5ee2b e-con-full logo-slider-track e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2e5ee2b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec79b9b elementor-widget elementor-widget-image\" data-id=\"ec79b9b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png\" class=\"attachment-full size-full wp-image-5703\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ae389c elementor-widget elementor-widget-image\" data-id=\"0ae389c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png\" class=\"attachment-full size-full wp-image-5704\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-476f398 elementor-widget elementor-widget-image\" data-id=\"476f398\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png\" class=\"attachment-full size-full wp-image-5705\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dec2ff1 elementor-widget elementor-widget-image\" data-id=\"dec2ff1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png\" class=\"attachment-full size-full wp-image-5706\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53f5cf7 elementor-widget elementor-widget-image\" data-id=\"53f5cf7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-y-Axion_Energy.jpg\" class=\"attachment-full size-full wp-image-6386\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91758f3 elementor-widget elementor-widget-image\" data-id=\"91758f3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-z-Aysa.jpg\" class=\"attachment-full size-full wp-image-6387\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ecc9d2 elementor-widget elementor-widget-image\" data-id=\"2ecc9d2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png\" class=\"attachment-full size-full wp-image-5708\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a354665 elementor-widget elementor-widget-image\" data-id=\"a354665\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/06-z-Banco-Nacion.jpg\" class=\"attachment-full size-full wp-image-6388\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8abd7 elementor-widget elementor-widget-image\" data-id=\"7c8abd7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png\" class=\"attachment-full size-full wp-image-5707\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-513cfe7 elementor-widget elementor-widget-image\" data-id=\"513cfe7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png\" class=\"attachment-full size-full wp-image-5709\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd7557e elementor-widget elementor-widget-image\" data-id=\"cd7557e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/08-BARZA.jpg\" class=\"attachment-full size-full wp-image-6389\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ab3b81 elementor-widget elementor-widget-image\" data-id=\"2ab3b81\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/09-Bayer-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6390\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72bb750 elementor-widget elementor-widget-image\" data-id=\"72bb750\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png\" class=\"attachment-full size-full wp-image-5710\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-faad35c elementor-widget elementor-widget-image\" data-id=\"faad35c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png\" class=\"attachment-full size-full wp-image-5711\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d009f94 elementor-widget elementor-widget-image\" data-id=\"d009f94\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png\" class=\"attachment-full size-full wp-image-5712\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57a49e5 elementor-widget elementor-widget-image\" data-id=\"57a49e5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/12-z-Gobierno-de-la-Ciudad-de-Buenos-Aires.jpg\" class=\"attachment-full size-full wp-image-6391\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e3ed57 elementor-widget elementor-widget-image\" data-id=\"7e3ed57\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png\" class=\"attachment-full size-full wp-image-5713\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8c1692 elementor-widget elementor-widget-image\" data-id=\"b8c1692\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Gobierno-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6436\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ac3812 elementor-widget elementor-widget-image\" data-id=\"5ac3812\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/13-z-Corporacion_Antiguo_Puerto_Madero.jpg\" class=\"attachment-full size-full wp-image-6393\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5595bac elementor-widget elementor-widget-image\" data-id=\"5595bac\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png\" class=\"attachment-full size-full wp-image-5714\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7379df7 elementor-widget elementor-widget-image\" data-id=\"7379df7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png\" class=\"attachment-full size-full wp-image-5715\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-913cbb9 elementor-widget elementor-widget-image\" data-id=\"913cbb9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-y-EXAR.jpg\" class=\"attachment-full size-full wp-image-6394\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-680524e elementor-widget elementor-widget-image\" data-id=\"680524e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-z-FISIA.jpg\" class=\"attachment-full size-full wp-image-6395\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebd660e elementor-widget elementor-widget-image\" data-id=\"ebd660e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/20-z-INVAP.jpg\" class=\"attachment-full size-full wp-image-6399\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2012845 elementor-widget elementor-widget-image\" data-id=\"2012845\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/21-Loma-Negra-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6400\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-018e706 elementor-widget elementor-widget-image\" data-id=\"018e706\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/22-MacDonals-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6401\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-148bf48 elementor-widget elementor-widget-image\" data-id=\"148bf48\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-MAPFRE-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6402\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba5b626 elementor-widget elementor-widget-image\" data-id=\"ba5b626\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-z-Gogierno-de-Mendoza.jpg\" class=\"attachment-full size-full wp-image-6403\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dc2eb7 elementor-widget elementor-widget-image\" data-id=\"6dc2eb7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/24-Molinos-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6404\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2353a40 elementor-widget elementor-widget-image\" data-id=\"2353a40\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-Municipio-de-Olavarria-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6405\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3829cde elementor-widget elementor-widget-image\" data-id=\"3829cde\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-y-NA-SA_Nuecleoelectrica_Argentina.jpg\" class=\"attachment-full size-full wp-image-6406\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a1b0e3 elementor-widget elementor-widget-image\" data-id=\"7a1b0e3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/26-Petrobras-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6407\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0bc363 elementor-widget elementor-widget-image\" data-id=\"c0bc363\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-Polisur-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6408\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd8cc89 elementor-widget elementor-widget-image\" data-id=\"bd8cc89\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-z-RAIZEN.jpg\" class=\"attachment-full size-full wp-image-6409\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab7c525 elementor-widget elementor-widget-image\" data-id=\"ab7c525\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/28-REPSOL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6410\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a33fc9 elementor-widget elementor-widget-image\" data-id=\"3a33fc9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/29-RODO-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6411\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a40671a elementor-widget elementor-widget-image\" data-id=\"a40671a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-Salto-Grande-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6412\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e75fbdf elementor-widget elementor-widget-image\" data-id=\"e75fbdf\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-y-Gobierno-de-San-Luis.jpg\" class=\"attachment-full size-full wp-image-6413\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70b495b elementor-widget elementor-widget-image\" data-id=\"70b495b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-z-Gobierno-de-Santa-Fe.jpg\" class=\"attachment-full size-full wp-image-6414\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c9fee6 elementor-widget elementor-widget-image\" data-id=\"4c9fee6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/31-SanCor-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6415\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50891b5 elementor-widget elementor-widget-image\" data-id=\"50891b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-SHELL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6416\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8904c16 elementor-widget elementor-widget-image\" data-id=\"8904c16\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-z-SOFSE.jpg\" class=\"attachment-full size-full wp-image-6417\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fcc3a5 elementor-widget elementor-widget-image\" data-id=\"7fcc3a5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-Supermercado-TIA-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6418\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d3ee19 elementor-widget elementor-widget-image\" data-id=\"5d3ee19\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-z-TECHINT.jpg\" class=\"attachment-full size-full wp-image-6419\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3739734 elementor-widget elementor-widget-image\" data-id=\"3739734\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/34-Telefonica-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6420\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc24afe elementor-widget elementor-widget-image\" data-id=\"bc24afe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-TGLT-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6421\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dbba2c3 elementor-widget elementor-widget-image\" data-id=\"dbba2c3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-z-Trenes_Argentinos.jpg\" class=\"attachment-full size-full wp-image-6422\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa1b337 elementor-widget elementor-widget-image\" data-id=\"aa1b337\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-U.B.A.-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6423\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b842ae9 elementor-widget elementor-widget-image\" data-id=\"b842ae9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Universidad-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6437\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7a7866 elementor-widget elementor-widget-image\" data-id=\"c7a7866\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-z-Y-TEC.jpg\" class=\"attachment-full size-full wp-image-6425\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cef519d elementor-widget elementor-widget-image\" data-id=\"cef519d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/37-YPF-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6426\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb8f06 elementor-widget elementor-widget-image\" data-id=\"2cb8f06\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Cordoba-Capital.jpg\" class=\"attachment-full size-full wp-image-6427\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd177b elementor-widget elementor-widget-image\" data-id=\"afd177b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-Neuquen.jpg\" class=\"attachment-full size-full wp-image-6428\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7df2c4f elementor-widget elementor-widget-image\" data-id=\"7df2c4f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-BsAs.jpg\" class=\"attachment-full size-full wp-image-6429\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4af7272 e-con-full logo-slider-track e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4af7272\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a666a0 elementor-widget elementor-widget-image\" data-id=\"2a666a0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png\" class=\"attachment-full size-full wp-image-5703\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c58fe5 elementor-widget elementor-widget-image\" data-id=\"4c58fe5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png\" class=\"attachment-full size-full wp-image-5704\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c557454 elementor-widget elementor-widget-image\" data-id=\"c557454\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png\" class=\"attachment-full size-full wp-image-5705\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6031c5 elementor-widget elementor-widget-image\" data-id=\"a6031c5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png\" class=\"attachment-full size-full wp-image-5706\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70736c2 elementor-widget elementor-widget-image\" data-id=\"70736c2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-y-Axion_Energy.jpg\" class=\"attachment-full size-full wp-image-6386\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9781068 elementor-widget elementor-widget-image\" data-id=\"9781068\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-z-Aysa.jpg\" class=\"attachment-full size-full wp-image-6387\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa3fbe9 elementor-widget elementor-widget-image\" data-id=\"aa3fbe9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png\" class=\"attachment-full size-full wp-image-5708\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08d7d06 elementor-widget elementor-widget-image\" data-id=\"08d7d06\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/06-z-Banco-Nacion.jpg\" class=\"attachment-full size-full wp-image-6388\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3950353 elementor-widget elementor-widget-image\" data-id=\"3950353\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png\" class=\"attachment-full size-full wp-image-5707\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b041230 elementor-widget elementor-widget-image\" data-id=\"b041230\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png\" class=\"attachment-full size-full wp-image-5709\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e855c6c elementor-widget elementor-widget-image\" data-id=\"e855c6c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/08-BARZA.jpg\" class=\"attachment-full size-full wp-image-6389\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-828147b elementor-widget elementor-widget-image\" data-id=\"828147b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/09-Bayer-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6390\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af6c898 elementor-widget elementor-widget-image\" data-id=\"af6c898\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png\" class=\"attachment-full size-full wp-image-5710\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-505142f elementor-widget elementor-widget-image\" data-id=\"505142f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png\" class=\"attachment-full size-full wp-image-5711\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-221b45b elementor-widget elementor-widget-image\" data-id=\"221b45b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png\" class=\"attachment-full size-full wp-image-5712\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2651a6a elementor-widget elementor-widget-image\" data-id=\"2651a6a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/12-z-Gobierno-de-la-Ciudad-de-Buenos-Aires.jpg\" class=\"attachment-full size-full wp-image-6391\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e04a73c elementor-widget elementor-widget-image\" data-id=\"e04a73c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png\" class=\"attachment-full size-full wp-image-5713\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7692a76 elementor-widget elementor-widget-image\" data-id=\"7692a76\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Gobierno-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6436\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f284bec elementor-widget elementor-widget-image\" data-id=\"f284bec\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/13-z-Corporacion_Antiguo_Puerto_Madero.jpg\" class=\"attachment-full size-full wp-image-6393\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71085be elementor-widget elementor-widget-image\" data-id=\"71085be\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png\" class=\"attachment-full size-full wp-image-5714\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1cd30c elementor-widget elementor-widget-image\" data-id=\"e1cd30c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png\" class=\"attachment-full size-full wp-image-5715\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-891ecc3 elementor-widget elementor-widget-image\" data-id=\"891ecc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-y-EXAR.jpg\" class=\"attachment-full size-full wp-image-6394\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dabec56 elementor-widget elementor-widget-image\" data-id=\"dabec56\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-z-FISIA.jpg\" class=\"attachment-full size-full wp-image-6395\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2892b6f elementor-widget elementor-widget-image\" data-id=\"2892b6f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/20-z-INVAP.jpg\" class=\"attachment-full size-full wp-image-6399\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c623a46 elementor-widget elementor-widget-image\" data-id=\"c623a46\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/21-Loma-Negra-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6400\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb07940 elementor-widget elementor-widget-image\" data-id=\"eb07940\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/22-MacDonals-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6401\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac5d721 elementor-widget elementor-widget-image\" data-id=\"ac5d721\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-MAPFRE-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6402\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ec6063 elementor-widget elementor-widget-image\" data-id=\"2ec6063\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-z-Gogierno-de-Mendoza.jpg\" class=\"attachment-full size-full wp-image-6403\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e4a939 elementor-widget elementor-widget-image\" data-id=\"4e4a939\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/24-Molinos-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6404\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f96ca7 elementor-widget elementor-widget-image\" data-id=\"5f96ca7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-Municipio-de-Olavarria-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6405\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a9586b elementor-widget elementor-widget-image\" data-id=\"4a9586b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-y-NA-SA_Nuecleoelectrica_Argentina.jpg\" class=\"attachment-full size-full wp-image-6406\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34e0184 elementor-widget elementor-widget-image\" data-id=\"34e0184\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/26-Petrobras-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6407\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94fedbd elementor-widget elementor-widget-image\" data-id=\"94fedbd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-Polisur-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6408\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-503e83e elementor-widget elementor-widget-image\" data-id=\"503e83e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-z-RAIZEN.jpg\" class=\"attachment-full size-full wp-image-6409\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d74a102 elementor-widget elementor-widget-image\" data-id=\"d74a102\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/28-REPSOL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6410\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1f37a4 elementor-widget elementor-widget-image\" data-id=\"a1f37a4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/29-RODO-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6411\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53cf98 elementor-widget elementor-widget-image\" data-id=\"b53cf98\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-Salto-Grande-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6412\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1315740 elementor-widget elementor-widget-image\" data-id=\"1315740\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-y-Gobierno-de-San-Luis.jpg\" class=\"attachment-full size-full wp-image-6413\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3370832 elementor-widget elementor-widget-image\" data-id=\"3370832\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-z-Gobierno-de-Santa-Fe.jpg\" class=\"attachment-full size-full wp-image-6414\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4c9118 elementor-widget elementor-widget-image\" data-id=\"e4c9118\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/31-SanCor-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6415\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38a321d elementor-widget elementor-widget-image\" data-id=\"38a321d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-SHELL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6416\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ff80f4 elementor-widget elementor-widget-image\" data-id=\"7ff80f4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-z-SOFSE.jpg\" class=\"attachment-full size-full wp-image-6417\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92028fa elementor-widget elementor-widget-image\" data-id=\"92028fa\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-Supermercado-TIA-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6418\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55aef97 elementor-widget elementor-widget-image\" data-id=\"55aef97\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-z-TECHINT.jpg\" class=\"attachment-full size-full wp-image-6419\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11d1c1a elementor-widget elementor-widget-image\" data-id=\"11d1c1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/34-Telefonica-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6420\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-209180c elementor-widget elementor-widget-image\" data-id=\"209180c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-TGLT-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6421\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3372d40 elementor-widget elementor-widget-image\" data-id=\"3372d40\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-z-Trenes_Argentinos.jpg\" class=\"attachment-full size-full wp-image-6422\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-211e1c6 elementor-widget elementor-widget-image\" data-id=\"211e1c6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-U.B.A.-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6423\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2c4d9a elementor-widget elementor-widget-image\" data-id=\"c2c4d9a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Universidad-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6437\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88b270d elementor-widget elementor-widget-image\" data-id=\"88b270d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-z-Y-TEC.jpg\" class=\"attachment-full size-full wp-image-6425\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5b005f elementor-widget elementor-widget-image\" data-id=\"b5b005f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/37-YPF-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6426\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afa8072 elementor-widget elementor-widget-image\" data-id=\"afa8072\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Cordoba-Capital.jpg\" class=\"attachment-full size-full wp-image-6427\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8ca156 elementor-widget elementor-widget-image\" data-id=\"a8ca156\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-Neuquen.jpg\" class=\"attachment-full size-full wp-image-6428\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9ed53b elementor-widget elementor-widget-image\" data-id=\"d9ed53b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-BsAs.jpg\" class=\"attachment-full size-full wp-image-6429\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb1ae72 e-con-full logo-slider-track e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"eb1ae72\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b507e1f elementor-widget elementor-widget-image\" data-id=\"b507e1f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png\" class=\"attachment-full size-full wp-image-5703\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/acerbrag-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c7e006 elementor-widget elementor-widget-image\" data-id=\"6c7e006\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png\" class=\"attachment-full size-full wp-image-5704\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aerolineas-argentinas-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d7b9ba elementor-widget elementor-widget-image\" data-id=\"0d7b9ba\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png\" class=\"attachment-full size-full wp-image-5705\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/aeropuertos-argentina-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5445b46 elementor-widget elementor-widget-image\" data-id=\"5445b46\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png\" class=\"attachment-full size-full wp-image-5706\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/austral-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7583ae5 elementor-widget elementor-widget-image\" data-id=\"7583ae5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-y-Axion_Energy.jpg\" class=\"attachment-full size-full wp-image-6386\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a50be5 elementor-widget elementor-widget-image\" data-id=\"0a50be5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/04-z-Aysa.jpg\" class=\"attachment-full size-full wp-image-6387\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0718d8f elementor-widget elementor-widget-image\" data-id=\"0718d8f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png\" class=\"attachment-full size-full wp-image-5708\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-ciudad-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d59b84 elementor-widget elementor-widget-image\" data-id=\"2d59b84\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/06-z-Banco-Nacion.jpg\" class=\"attachment-full size-full wp-image-6388\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83a60b5 elementor-widget elementor-widget-image\" data-id=\"83a60b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png\" class=\"attachment-full size-full wp-image-5707\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-hipotecario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e619d09 elementor-widget elementor-widget-image\" data-id=\"e619d09\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png\" class=\"attachment-full size-full wp-image-5709\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/banco-provincia-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ac3103 elementor-widget elementor-widget-image\" data-id=\"7ac3103\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/08-BARZA.jpg\" class=\"attachment-full size-full wp-image-6389\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8acb962 elementor-widget elementor-widget-image\" data-id=\"8acb962\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/09-Bayer-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6390\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff32a01 elementor-widget elementor-widget-image\" data-id=\"ff32a01\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png\" class=\"attachment-full size-full wp-image-5710\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/boca-juniors-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-425aa26 elementor-widget elementor-widget-image\" data-id=\"425aa26\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png\" class=\"attachment-full size-full wp-image-5711\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/carrefour-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a210d4 elementor-widget elementor-widget-image\" data-id=\"1a210d4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png\" class=\"attachment-full size-full wp-image-5712\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/citycenter-rosario-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0fbdb1 elementor-widget elementor-widget-image\" data-id=\"d0fbdb1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/12-z-Gobierno-de-la-Ciudad-de-Buenos-Aires.jpg\" class=\"attachment-full size-full wp-image-6391\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee5e404 elementor-widget elementor-widget-image\" data-id=\"ee5e404\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png\" class=\"attachment-full size-full wp-image-5713\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/cnh-industrial-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab30ab2 elementor-widget elementor-widget-image\" data-id=\"ab30ab2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Gobierno-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6436\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3b17f2 elementor-widget elementor-widget-image\" data-id=\"d3b17f2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/13-z-Corporacion_Antiguo_Puerto_Madero.jpg\" class=\"attachment-full size-full wp-image-6393\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-069742f elementor-widget elementor-widget-image\" data-id=\"069742f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png\" class=\"attachment-full size-full wp-image-5714\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/coto-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16a9b38 elementor-widget elementor-widget-image\" data-id=\"16a9b38\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"155\" height=\"154\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png\" class=\"attachment-full size-full wp-image-5715\" alt=\"\" srcset=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso.png 155w, https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/07\/esso-150x150.png 150w\" sizes=\"(max-width: 155px) 100vw, 155px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8164d92 elementor-widget elementor-widget-image\" data-id=\"8164d92\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-y-EXAR.jpg\" class=\"attachment-full size-full wp-image-6394\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9bbf661 elementor-widget elementor-widget-image\" data-id=\"9bbf661\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/15-z-FISIA.jpg\" class=\"attachment-full size-full wp-image-6395\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f34865d elementor-widget elementor-widget-image\" data-id=\"f34865d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/20-z-INVAP.jpg\" class=\"attachment-full size-full wp-image-6399\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e3c48c elementor-widget elementor-widget-image\" data-id=\"0e3c48c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/21-Loma-Negra-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6400\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-317a1b9 elementor-widget elementor-widget-image\" data-id=\"317a1b9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/22-MacDonals-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6401\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ae7c64 elementor-widget elementor-widget-image\" data-id=\"1ae7c64\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-MAPFRE-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6402\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65bab49 elementor-widget elementor-widget-image\" data-id=\"65bab49\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/23-z-Gogierno-de-Mendoza.jpg\" class=\"attachment-full size-full wp-image-6403\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-853bf5f elementor-widget elementor-widget-image\" data-id=\"853bf5f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/24-Molinos-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6404\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-187b09f elementor-widget elementor-widget-image\" data-id=\"187b09f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-Municipio-de-Olavarria-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6405\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a667b2 elementor-widget elementor-widget-image\" data-id=\"0a667b2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/25-y-NA-SA_Nuecleoelectrica_Argentina.jpg\" class=\"attachment-full size-full wp-image-6406\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-804cb12 elementor-widget elementor-widget-image\" data-id=\"804cb12\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/26-Petrobras-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6407\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4dedd58 elementor-widget elementor-widget-image\" data-id=\"4dedd58\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-Polisur-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6408\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-985b72a elementor-widget elementor-widget-image\" data-id=\"985b72a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/27-z-RAIZEN.jpg\" class=\"attachment-full size-full wp-image-6409\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc14331 elementor-widget elementor-widget-image\" data-id=\"fc14331\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/28-REPSOL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6410\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b81abb4 elementor-widget elementor-widget-image\" data-id=\"b81abb4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/29-RODO-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6411\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90a9c5a elementor-widget elementor-widget-image\" data-id=\"90a9c5a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-Salto-Grande-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6412\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9e5338 elementor-widget elementor-widget-image\" data-id=\"e9e5338\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-y-Gobierno-de-San-Luis.jpg\" class=\"attachment-full size-full wp-image-6413\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82ad37f elementor-widget elementor-widget-image\" data-id=\"82ad37f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/30-z-Gobierno-de-Santa-Fe.jpg\" class=\"attachment-full size-full wp-image-6414\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd744f2 elementor-widget elementor-widget-image\" data-id=\"fd744f2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/31-SanCor-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6415\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf42cf6 elementor-widget elementor-widget-image\" data-id=\"cf42cf6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-SHELL-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6416\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96daef4 elementor-widget elementor-widget-image\" data-id=\"96daef4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/32-z-SOFSE.jpg\" class=\"attachment-full size-full wp-image-6417\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4f21f3 elementor-widget elementor-widget-image\" data-id=\"c4f21f3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-Supermercado-TIA-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6418\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2af72af elementor-widget elementor-widget-image\" data-id=\"2af72af\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/33-z-TECHINT.jpg\" class=\"attachment-full size-full wp-image-6419\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-607c771 elementor-widget elementor-widget-image\" data-id=\"607c771\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/34-Telefonica-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6420\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42d91c1 elementor-widget elementor-widget-image\" data-id=\"42d91c1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-TGLT-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6421\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0de1b2 elementor-widget elementor-widget-image\" data-id=\"b0de1b2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/35-z-Trenes_Argentinos.jpg\" class=\"attachment-full size-full wp-image-6422\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d385fe4 elementor-widget elementor-widget-image\" data-id=\"d385fe4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-U.B.A.-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6423\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be35f5b elementor-widget elementor-widget-image\" data-id=\"be35f5b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Universidad-Cordoba.jpg\" class=\"attachment-full size-full wp-image-6437\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f612213 elementor-widget elementor-widget-image\" data-id=\"f612213\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/36-z-Y-TEC.jpg\" class=\"attachment-full size-full wp-image-6425\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8a0a10 elementor-widget elementor-widget-image\" data-id=\"c8a0a10\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/37-YPF-1-140x140-1.jpg\" class=\"attachment-full size-full wp-image-6426\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e86511a elementor-widget elementor-widget-image\" data-id=\"e86511a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Cordoba-Capital.jpg\" class=\"attachment-full size-full wp-image-6427\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-640f208 elementor-widget elementor-widget-image\" data-id=\"640f208\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-Neuquen.jpg\" class=\"attachment-full size-full wp-image-6428\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4607df9 elementor-widget elementor-widget-image\" data-id=\"4607df9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/riva.com.ar\/wp-content\/uploads\/2025\/08\/Provincia-BsAs.jpg\" class=\"attachment-full size-full wp-image-6429\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cdea571 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"cdea571\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1dbbd66 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1dbbd66\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1482f38 elementor-widget__width-initial animated-slow elementor-hidden-mobile elementor-hidden-tablet elementor-widget elementor-widget-heading\" data-id=\"1482f38\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COMPROMISO <span class=\"riva-font\" style=\"font-size:64px\">riva<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0dc00d9 elementor-widget__width-initial animated-slow elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-heading\" data-id=\"0dc00d9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COMPROMISO <span class=\"riva-font\" style=\"font-size:56px\">riva<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a932314 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"a932314\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Construimos responsablemente. En cada proyecto, integramos pr\u00e1cticas \u00e9ticas, sostenibles, promovemos el cuidado del medio ambiente, el desarrollo social y el bienestar de nuestras comunidades, con los m\u00e1s altos est\u00e1ndares de calidad. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b59dde1 animated-slow elementor-widget elementor-widget-button\" data-id=\"b59dde1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conoc\u00e9 m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-425ba8f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"425ba8f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b7d26c1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"b7d26c1\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-3dbfc6a e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"3dbfc6a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#calidad\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e63ab7 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"2e63ab7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CALIDAD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-b997519 e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"b997519\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#seguridad\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17e8c23 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"17e8c23\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SEGURIDAD E HIGIENE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-0ebec0b e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"0ebec0b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#medio-ambiente\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d54a78 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"8d54a78\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MEDIO AMBIENTE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-4a81569 e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"4a81569\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#certificaciones\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc4f1bb elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"fc4f1bb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CERTIFICACIONES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-52d2cf2 e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"52d2cf2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#integridad\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f528848 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"f528848\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PROGRAMA DE INTEGRIDAD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-635dcbb e-con-full animated-slow compromiso-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"635dcbb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#comunidad\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8dd790 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"a8dd790\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COMUNIDAD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c526a36 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c526a36\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6a5945a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6a5945a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fb89ea elementor-widget elementor-widget-html\" data-id=\"9fb89ea\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\r\n@media screen and (max-width: 767px) {\r\n    .slide {\r\n        height: 220px !important;\r\n        min-height: 220px !important;\r\n    }\r\n}\r\n\r\n@media screen and (max-width: 1024px) {\r\n    .slide {\r\n        height: 256px !important;\r\n        min-height: 256px !important;\r\n    }\r\n    \r\n    .slide.centered {\r\n        transform: translateX(-50%) scale(1.3) !important;\r\n    }\r\n}\r\n\r\n@media screen and (max-width: 1280px) {\r\n    .slide {\r\n        width: 50% !important;\r\n    }\r\n    \r\n    .slide.centered {\r\n        position: absolute !important;\r\n        width: 50% !mportant;\r\n        left: 50% !important;\r\n        transform: translateX(-50%) scale(1.5) !important;\r\n    }\r\n}\r\n\r\n\r\n.slider-wrapper {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 0;\r\n  overflow: hidden;\r\n  height: 400px;\r\n  position: relative;\r\n}\r\n\r\n.slide {\r\n  height: 360px; \r\n  transition: transform 0.8s ease, opacity 0.8s ease;\r\n  flex-shrink: 0;\r\n  transform: scale(1);\r\n  opacity: 0;\r\n  display: none;\r\n  position: relative;\r\n}\r\n\r\n.slide img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n.slide-title {\r\n  opacity: 0;\r\n  transition: opacity 0.8s ease;\r\n  z-index: 300;\r\n}\r\n\r\n.slide.visible::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  background: rgba(0, 0, 0, 0.3);\r\n  z-index: 1;\r\n  pointer-events: none;\r\n}\r\n\r\n.slide.is-leaving {\r\n  transform: scale(1);\r\n  opacity: 0;\r\n  transition: transform 0.4s ease, opacity 0.4s ease;\r\n  z-index: 1;\r\n}\r\n\r\n.slide.centered::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  bottom: 0;\r\n  left: 0;\r\n  height: 40%;\r\n  width: 100%;\r\n  background: linear-gradient(to top, #003865C9, transparent);\r\n  z-index: 1;\r\n  pointer-events: none;\r\n}\r\n\r\n.slide.centered {\r\n  transform: scale(1.5);\r\n  z-index: 2;\r\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n.slide.centered .slide-title {\r\n  opacity: 1;\r\n}\r\n\r\n.slide.visible {\r\n  display: flex;\r\n  opacity: 1;\r\n}\r\n\r\n.overlay {\r\n  position: absolute;\r\n  bottom: 0;\r\n  width: 100%;\r\n  background: linear-gradient(to top, rgba(0, 60, 120, 0.8), transparent);\r\n  color: white;\r\n  padding: 15px;\r\n  text-align: center;\r\n  font-weight: bold;\r\n  opacity: 0;\r\n  transition: opacity 0.8s ease;\r\n}\r\n\r\n.slide.centered .overlay {\r\n  opacity: 1;\r\n}\r\n\r\n.slider-arrow {\r\n    cursor: pointer;\r\n}\r\n\r\n.slider-arrow.prev { left: 10px; }\r\n.slider-arrow.next { right: 10px; }\r\n\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  const slideIds = [\"slide1\", \"slide2\", \"slide3\", \"slide4\", \"slide5\", \"slide6\", \"slide7\"];\r\n  let currentIndex = 0;\r\n\r\n  function render() {\r\n    slideIds.forEach((id, i) => {\r\n      const slide = document.getElementById(id);\r\n      slide.classList.remove(\"visible\", \"centered\");\r\n      slide.style.order = 7; \/\/ escondemos por defecto\r\n    });\r\n\r\n    \/\/ Posiciones visuales: left(0), center(1), right(2)\r\n    const center = currentIndex;\r\n    const left = (center - 1 + slideIds.length) % slideIds.length;\r\n    const right = (center + 1) % slideIds.length;\r\n\r\n    const leftEl = document.getElementById(slideIds[left]);\r\n    const centerEl = document.getElementById(slideIds[center]);\r\n    const rightEl = document.getElementById(slideIds[right]);\r\n\r\n    leftEl.style.order = 1;\r\n    leftEl.classList.add(\"visible\");\r\n\r\n    centerEl.style.order = 2;\r\n    centerEl.classList.add(\"visible\", \"centered\");\r\n\r\n    rightEl.style.order = 3;\r\n    rightEl.classList.add(\"visible\");\r\n  }\r\n\r\n  document.querySelector(\".slider-arrow.next\").addEventListener(\"click\", () => {\r\n    currentIndex = (currentIndex + 1) % slideIds.length;\r\n    render();\r\n  });\r\n\r\n  document.querySelector(\".slider-arrow.prev\").addEventListener(\"click\", () => {\r\n    currentIndex = (currentIndex - 1 + slideIds.length) % slideIds.length;\r\n    render();\r\n  });\r\n\r\n  render(); \/\/ inicial\r\n});\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-746463b elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"746463b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DESARROLLOS INMOBILIARIOS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25bda27 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"25bda27\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Desarrollo y acompa\u00f1amiento de proyectos con alto valor agregado para nuestros inversores, socios y compradores finales.  <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb55279 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"eb55279\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2b33546 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2b33546\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ef15b1 slider-arrow prev elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9ef15b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d85cd88 slider-arrow next elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d85cd88\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2fb063d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2fb063d\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-6af7569 e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6af7569\" data-element_type=\"container\" id=\"slide1\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-lambare-889\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4934f9 slide-title elementor-widget elementor-widget-heading\" data-id=\"c4934f9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Lambare 889<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-edc8c9e e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"edc8c9e\" data-element_type=\"container\" id=\"slide2\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-santa-barbara\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b57589 slide-title elementor-widget elementor-widget-heading\" data-id=\"4b57589\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Santa Barbara<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-c06f132 e-con-full slide centered e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"c06f132\" data-element_type=\"container\" id=\"slide3\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-la-mora\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a0f958 slide-title elementor-widget elementor-widget-heading\" data-id=\"1a0f958\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Complejo La Mora<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-320d824 e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"320d824\" data-element_type=\"container\" id=\"slide4\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-libertador-3172\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9092ea7 slide-title elementor-widget elementor-widget-heading\" data-id=\"9092ea7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Libertador 3172 <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-9665ff6 e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"9665ff6\" data-element_type=\"container\" id=\"slide5\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-paseo-colon-1111\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45fd864 slide-title elementor-widget elementor-widget-heading\" data-id=\"45fd864\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Paseo Colon 1111<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-a604b8e e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"a604b8e\" data-element_type=\"container\" id=\"slide6\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-solares-del-alto\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c09444 slide-title elementor-widget elementor-widget-heading\" data-id=\"6c09444\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Solares del Alto<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-86b45b4 e-con-full slide e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"86b45b4\" data-element_type=\"container\" id=\"slide7\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/riva.com.ar\/proyecto\/desarrollo-solares-san-isidro\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afd7fb8 slide-title elementor-widget elementor-widget-heading\" data-id=\"afd7fb8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Solares de San Isidro<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-870c567 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"870c567\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-caa6aa6 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"caa6aa6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8a4f64 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"f8a4f64\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CONTACTO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-508548c elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"508548c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Selecciona la opci\u00f3n que corresponda <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-916d173 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"916d173\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<a class=\"elementor-element elementor-element-cf610e1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"cf610e1\" data-element_type=\"container\" href=\"https:\/\/riva.com.ar\/contacto\/#proveedores\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23aefbb elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"23aefbb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PROVEEDORES<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-3dd1ad8 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"3dd1ad8\" data-element_type=\"container\" href=\"https:\/\/riva.com.ar\/contacto\/#recursos-humanos\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59bee1f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"59bee1f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">RECURSOS HUMANOS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-3c84abf e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"3c84abf\" data-element_type=\"container\" href=\"https:\/\/riva.com.ar\/contacto\/#desarrollos-inmobiliarios\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1aee25 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e1aee25\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">DESARROLLOS INMOBILIARIOS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-6da46ec e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6da46ec\" data-element_type=\"container\" href=\"https:\/\/riva.com.ar\/contacto\/#comercial\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36abe9a elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"36abe9a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">COMERCIAL<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-28e46d4 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"28e46d4\" data-element_type=\"container\" href=\"https:\/\/riva.com.ar\/contacto\/#consultas\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd25620 elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"dd25620\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONSULTAS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a94753 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7a94753\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b109bf1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"b109bf1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8560f49 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"8560f49\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SEGUINOS EN NUESTRAS REDES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65d37fa e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"65d37fa\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72664c0 linkedin-posts elementor-widget elementor-widget-html\" data-id=\"72664c0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"https:\/\/static.elfsight.com\/platform\/platform.js\" async><\/script>\r\n<div class=\"elfsight-app-b1141b4e-1443-4a51-9d94-8a35ff588e06\" data-elfsight-app-lazy><\/div>\r\n\r\n<script>\r\n  const hideElfsightBadge = setInterval(() => {\r\n    const el = document.querySelector('a[href^=\"https:\/\/elfsight.com\/linkedin-feed-widget\"]');\r\n    if (el) {\r\n      el.style.display = \"none\";\r\n      clearInterval(hideElfsightBadge);\r\n    }\r\n  }, 500);\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8572a4f e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"8572a4f\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea1162f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ea1162f\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.instagram.com\/rivaconstructora\/\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"69\" height=\"69\" viewBox=\"0 0 69 69\" fill=\"none\"><path d=\"M59.39 0H9.51C4.25777 0 0 4.25777 0 9.51V59.39C0 64.6422 4.25777 68.9 9.51 68.9H59.39C64.6422 68.9 68.9 64.6422 68.9 59.39V9.51C68.9 4.25777 64.6422 0 59.39 0Z\" fill=\"#003865\"><\/path><path d=\"M50.5097 21.5799C50.5097 23.3399 49.0797 24.7699 47.3197 24.7699C45.5597 24.7699 44.1297 23.3399 44.1297 21.5799C44.1297 19.8199 45.5597 18.3899 47.3197 18.3899C49.0797 18.3899 50.5097 19.8199 50.5097 21.5799ZM10.4797 22.5099V46.3999C10.9897 52.7099 16.0897 57.8499 22.3797 58.4699H46.3497C52.6597 57.9699 57.8697 52.7899 58.4197 46.4799V22.4199C57.8497 16.0699 52.6297 10.8899 46.2597 10.4299L22.2197 10.4599C15.9797 11.1199 10.9897 16.2599 10.4697 22.5099H10.4797ZM23.8197 14.7399C30.6997 14.8699 37.5897 14.6299 44.4697 14.7399C49.6897 14.8199 53.3497 17.6799 54.1197 22.9599V46.0299C53.5897 49.7299 51.3497 52.6299 47.7397 53.7499C45.9897 54.2899 43.7197 54.1599 41.8597 54.1599C36.0897 54.1699 30.3097 54.0699 24.5397 54.0599C24.0997 54.0599 23.6997 54.1999 23.1897 54.1599C18.6897 53.7399 15.3297 50.4199 14.7897 45.9499V23.1399C15.2097 18.6299 18.5197 15.2599 23.0297 14.7699C23.2897 14.7399 23.5497 14.7399 23.8197 14.7399ZM34.4497 22.0299C27.5897 22.0299 22.0197 27.5899 22.0197 34.4599C22.0197 41.3299 27.5797 46.8899 34.4497 46.8899C41.3197 46.8899 46.8797 41.3299 46.8797 34.4599C46.8797 27.5899 41.3197 22.0299 34.4497 22.0299ZM34.4597 42.4799C30.0297 42.4799 26.4297 38.8899 26.4297 34.4499C26.4297 30.0099 30.0197 26.4199 34.4597 26.4199C38.8997 26.4199 42.4897 30.0099 42.4897 34.4499C42.4897 38.8899 38.8997 42.4799 34.4597 42.4799Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f769276 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f769276\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.linkedin.com\/company\/rivaconstructora\/\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"70\" height=\"69\" viewBox=\"0 0 70 69\" fill=\"none\"><path d=\"M8.9498 0.05L60.7498 0C65.3998 0.49 69.0498 4.21 69.4598 8.87V60.02C69.0398 64.74 65.3098 68.5 60.5798 68.9H9.42979C4.70979 68.46 0.949805 64.77 0.549805 60.02V8.7C1.0398 4.23 4.4898 0.64 8.9498 0.04V0.05ZM13.3598 12.8C10.9098 15.25 11.9898 20.34 15.5798 20.95C23.3398 22.26 23.5598 11.01 16.4298 11.48C15.4198 11.55 14.0798 12.09 13.3598 12.81V12.8ZM21.5498 24.94H12.0398V57.42H21.5498V24.94ZM36.9798 24.94H27.2898V57.42H36.9798V37.05C36.9798 36.08 38.8598 34 39.7598 33.55C44.1298 31.34 48.4698 35.03 48.4698 39.57V57.42H57.9798V37.06C57.3498 29.18 52.7698 24.32 44.6098 24.94C41.2298 25.2 38.9098 26.96 36.9898 29.61V24.94H36.9798Z\" fill=\"#003865\"><\/path><path d=\"M36.9803 24.94V29.61C38.9003 26.95 41.2203 25.19 44.6003 24.94C52.7703 24.32 57.3403 29.18 57.9703 37.06V57.42H48.4603V39.57C48.4603 35.03 44.1203 31.35 39.7503 33.55C38.8503 34 36.9703 36.08 36.9703 37.05V57.42H27.2803V24.94H36.9703H36.9803Z\" fill=\"white\"><\/path><path d=\"M21.55 24.9399H12.04V57.4199H21.55V24.9399Z\" fill=\"white\"><\/path><path d=\"M13.3601 12.7999C14.0801 12.0799 15.4201 11.5399 16.4301 11.4699C23.5601 10.9999 23.3401 22.2499 15.5801 20.9399C11.9901 20.3299 10.9001 15.2499 13.3601 12.7899V12.7999Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d743297 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d743297\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.youtube.com\/channel\/UCyaVM56HvwFvECGYolbAHnA\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"96\" height=\"67\" viewBox=\"0 0 96 67\" fill=\"none\"><path d=\"M91.8599 62.14C89.4999 64.74 86.4499 66.08 82.9299 66.23C82.2599 66.26 81.5799 66.2 80.8999 66.23C67.3099 66.7 53.7099 67.03 40.1099 66.82C31.0299 66.68 21.9499 66.64 12.8799 66.24C6.36989 65.95 1.24989 61.2 0.769893 54.65C0.449893 50.16 0.399889 45.45 0.249889 40.94C-0.0201114 32.77 0.189896 24.82 0.569896 16.66C0.679896 14.35 0.639882 11.62 1.28988 9.42005C2.36988 5.75005 5.39989 2.59005 9.01989 1.36005C11.3199 0.580047 13.8499 0.650048 16.2699 0.580048C24.7199 0.310048 33.1899 0.160047 41.6699 0.0600475C54.4499 -0.0899526 67.2299 0.240047 79.9799 0.650047C84.3199 0.790047 87.3599 0.660048 90.8199 3.71005C93.9199 6.44005 94.7999 9.33005 95.0299 13.34C95.3399 18.91 95.5699 24.47 95.6799 30.05C95.8199 37.01 95.4899 43.93 95.1599 50.87C94.9399 55.46 95.1399 58.55 91.8599 62.16V62.14ZM38.6899 18.51V48.31L38.8199 48.38C39.8899 47.67 41.0099 47.05 42.0999 46.37C48.8499 42.22 55.6499 38.09 62.3399 33.84C62.4299 33.78 62.9099 33.48 62.9099 33.43L38.6899 18.51Z\" fill=\"#003865\"><\/path><path d=\"M38.6895 18.51L62.9095 33.43C62.9095 33.48 62.4294 33.79 62.3394 33.84C55.6594 38.1 48.8495 42.22 42.0995 46.37C41.0095 47.04 39.8895 47.67 38.8195 48.38L38.6895 48.31V18.51Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8b9623 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"e8b9623\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e8d2842 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"e8d2842\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d92aa3b elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"d92aa3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CALIDAD<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07e7846 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"07e7846\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b163a8d elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"b163a8d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">TRAYECTORIA<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ddcc2ed e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"ddcc2ed\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f2a568 elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"2f2a568\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">EXPERIENCIA<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c04f41 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"5c04f41\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0b6de2d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"0b6de2d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-316552c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"316552c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef49d9a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ef49d9a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/nosotros\/\">Nosotros<\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-801456b e-con-full footer-block e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"801456b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c4e520 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6c4e520\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/proyectos\/\">Proyectos<\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-312943b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"312943b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51840c1 elementor-widget elementor-widget-button\" data-id=\"51840c1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-residenciales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Residenciales<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7834843 elementor-widget elementor-widget-button\" data-id=\"7834843\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-comerciales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Comerciales<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae2fbf0 elementor-widget elementor-widget-button\" data-id=\"ae2fbf0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-institucionales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Institucionales<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-379739c elementor-widget elementor-widget-button\" data-id=\"379739c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-industriales\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Industriales<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2cfe07 elementor-widget elementor-widget-button\" data-id=\"a2cfe07\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/proyectos-de-infraestructura\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Infraestructura<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f313a0c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"f313a0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b325dfc elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b325dfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/#clientes\">Clientes<\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db242f3 e-con-full footer-block e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"db242f3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94ef77f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"94ef77f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/compromiso-riva\/\">Compromiso <span class=\"font-riva\">riva<\/span><\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c210911 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"c210911\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4bc69e elementor-widget-tablet__width-auto elementor-widget elementor-widget-button\" data-id=\"a4bc69e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#calidad\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Calidad<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1932ecf elementor-widget elementor-widget-button\" data-id=\"1932ecf\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#seguridad\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Seguridad e Higiene<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-571eb3d elementor-widget elementor-widget-button\" data-id=\"571eb3d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#medio-ambiente\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Medio Ambiente<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3176b5 elementor-widget elementor-widget-button\" data-id=\"e3176b5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#comunidad\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Comunidad<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c5cb87 elementor-widget elementor-widget-button\" data-id=\"8c5cb87\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#integridad\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Programa de Integridad<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e14c311 elementor-widget elementor-widget-button\" data-id=\"e14c311\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#certificaciones\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Certificaciones<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be4421a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"be4421a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0def34a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"0def34a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3084ae elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c3084ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Novedades<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dbcc1c2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"dbcc1c2\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.linkedin.com\/company\/rivaconstructora\/\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\"><path d=\"M2.8 0.02L20.04 0C21.59 0.16 22.8 1.4 22.94 2.95V19.97C22.8 21.54 21.56 22.79 19.98 22.93H2.96C1.39 22.78 0.14 21.56 0 19.97V2.9C0.16 1.41 1.31 0.22 2.8 0.02ZM4.27 4.26C3.45 5.08 3.81 6.77 5.01 6.97C7.59 7.41 7.67 3.66 5.29 3.82C4.95 3.84 4.51 4.02 4.27 4.26ZM6.99 8.3H3.83V19.11H6.99V8.3ZM12.13 8.3H8.91V19.11H12.13V12.33C12.13 12.01 12.76 11.31 13.05 11.16C14.5 10.43 15.95 11.65 15.95 13.16V19.1H19.11V12.32C18.9 9.7 17.38 8.08 14.66 8.29C13.54 8.37 12.76 8.96 12.12 9.84V8.29L12.13 8.3Z\" fill=\"white\"><\/path><path d=\"M12.1299 8.30046V9.85046C12.7699 8.97046 13.5399 8.38046 14.6699 8.30046C17.3899 8.09046 18.9099 9.71046 19.1199 12.3305V19.1105H15.9599V13.1705C15.9599 11.6605 14.5199 10.4305 13.0599 11.1705C12.7599 11.3205 12.1399 12.0105 12.1399 12.3405V19.1205H8.91992V8.31046H12.1399L12.1299 8.30046Z\" fill=\"#003865\"><\/path><path d=\"M6.99008 8.2998H3.83008V19.1098H6.99008V8.2998Z\" fill=\"#003865\"><\/path><path d=\"M4.27036 4.26041C4.51036 4.02041 4.95036 3.84041 5.29036 3.82041C7.66036 3.66041 7.59036 7.41041 5.01036 6.97041C3.82036 6.77041 3.45036 5.08041 4.27036 4.26041Z\" fill=\"#003865\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0f9fdf elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e0f9fdf\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.instagram.com\/rivaconstructora\/\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\"><path d=\"M19.76 0H3.17C1.41926 0 0 1.41926 0 3.17V19.76C0 21.5107 1.41926 22.93 3.17 22.93H19.76C21.5107 22.93 22.93 21.5107 22.93 19.76V3.17C22.93 1.41926 21.5107 0 19.76 0Z\" fill=\"white\"><\/path><path d=\"M16.8102 7.17973C16.8102 7.76973 16.3402 8.23973 15.7502 8.23973C15.1602 8.23973 14.6902 7.76973 14.6902 7.17973C14.6902 6.58973 15.1602 6.11973 15.7502 6.11973C16.3402 6.11973 16.8102 6.58973 16.8102 7.17973ZM3.49023 7.48973V15.4397C3.66023 17.5397 5.36023 19.2497 7.45023 19.4597H15.4302C17.5302 19.2897 19.2602 17.5697 19.4502 15.4697V7.45973C19.2602 5.34973 17.5202 3.61973 15.4002 3.46973H7.40023C5.32023 3.69973 3.66023 5.40973 3.49023 7.48973ZM7.93023 4.90973C10.2202 4.94973 12.5102 4.86973 14.8002 4.90973C16.5402 4.93973 17.7502 5.88973 18.0102 7.64973V15.3297C17.8302 16.5597 17.0902 17.5297 15.8902 17.8997C15.3102 18.0797 14.5502 18.0397 13.9302 18.0397C12.0102 18.0397 10.0902 18.0097 8.16023 18.0097C8.01023 18.0097 7.88023 18.0597 7.71023 18.0397C6.21023 17.8997 5.09023 16.7997 4.91023 15.3097V7.71973C5.05023 6.21973 6.15023 5.09973 7.65023 4.93973C7.74023 4.93973 7.82023 4.92973 7.91023 4.93973L7.93023 4.90973ZM11.4702 7.32973C9.19023 7.32973 7.33023 9.17973 7.33023 11.4697C7.33023 13.7597 9.18023 15.6097 11.4702 15.6097C13.7602 15.6097 15.6102 13.7597 15.6102 11.4697C15.6102 9.17973 13.7602 7.32973 11.4702 7.32973ZM11.4702 14.1397C9.99023 14.1397 8.80023 12.9397 8.80023 11.4697C8.80023 9.99973 10.0002 8.79973 11.4702 8.79973C12.9402 8.79973 14.1402 9.99973 14.1402 11.4697C14.1402 12.9397 12.9402 14.1397 11.4702 14.1397Z\" fill=\"#003865\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4f6ffb e-transform elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e4f6ffb\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.youtube.com\/channel\/UCyaVM56HvwFvECGYolbAHnA\" target=\"_blank\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"23\" viewBox=\"0 0 32 23\" fill=\"none\"><path d=\"M30.5306 20.6623C29.7405 21.5223 28.7306 21.9723 27.5606 22.0223C27.3406 22.0223 27.1106 22.0223 26.8806 22.0223C22.3606 22.1823 17.8306 22.2923 13.3006 22.2223C10.2806 22.1723 7.25055 22.1623 4.24055 22.0323C2.07055 21.9323 0.370554 20.3523 0.210554 18.1723C0.100554 16.6823 0.0905519 15.1123 0.0405519 13.6123C-0.0494481 10.8923 0.0205525 8.24227 0.150553 5.53227C0.190553 4.76227 0.170554 3.85227 0.390554 3.12227C0.750554 1.90227 1.76055 0.852269 2.96055 0.442269C3.73055 0.182269 4.57055 0.202269 5.37055 0.182269C8.18055 0.0922689 11.0006 0.0422689 13.8206 0.0122689C18.0706 -0.0377311 22.3306 0.0722689 26.5706 0.212269C28.0106 0.262269 29.0306 0.212269 30.1806 1.23227C31.2106 2.14227 31.5006 3.10227 31.5806 4.44227C31.6806 6.29227 31.7606 8.14227 31.8006 10.0023C31.8506 12.3223 31.7406 14.6223 31.6306 16.9323C31.5606 18.4623 31.6306 19.4823 30.5306 20.6923V20.6623ZM12.8406 6.14227V16.0623L12.8806 16.0823C13.2406 15.8423 13.6106 15.6423 13.9706 15.4123C16.2206 14.0323 18.4806 12.6623 20.7006 11.2423C20.7306 11.2223 20.8906 11.1223 20.8906 11.1023L12.8306 6.14227H12.8406Z\" fill=\"white\"><\/path><path d=\"M12.8408 6.14258L20.9008 11.1026C20.9008 11.1026 20.7408 11.2226 20.7108 11.2426C18.4908 12.6626 16.2208 14.0326 13.9808 15.4126C13.6208 15.6326 13.2408 15.8426 12.8908 16.0826L12.8508 16.0626V6.14258H12.8408Z\" fill=\"#003865\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb21e77 e-con-full footer-block e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"bb21e77\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f4bae0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5f4bae0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/desarrollos-inmobiliarios\/\">Desarrollos Inmobiliarios<\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a8d67f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1a8d67f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-404b440 elementor-widget elementor-widget-button\" data-id=\"404b440\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/desarrollos-inmobiliarios\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nuestros servicios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39b6b4c elementor-widget elementor-widget-button\" data-id=\"39b6b4c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/desarrollos-inmobiliarios\/#desarrollos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d9580a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2d9580a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6fd258 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d6fd258\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Certificaciones<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0f1805 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"d0f1805\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea40edd elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ea40edd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/riva.com.ar\/compromiso-riva\/#certificaciones\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"63\" height=\"53\" viewBox=\"0 0 63 53\" fill=\"none\"><g clip-path=\"url(#clip0_105_292)\"><path d=\"M62.8895 28.0301C62.7095 28.0001 62.7895 28.1201 62.7795 28.2301C62.0095 33.3301 59.8095 36.2601 54.7095 37.5301C49.3695 38.8601 42.1095 37.5801 39.4695 32.2201C37.7595 28.7501 37.8195 22.8301 39.7195 19.4501C43.0395 13.5401 52.3595 12.9201 57.8295 15.9801C61.1595 17.8401 62.2395 20.3901 62.7795 24.0501C62.7995 24.1601 62.7095 24.2801 62.8895 24.2501V28.0301ZM50.2095 19.9701C47.2595 20.2301 46.9395 21.9201 46.8395 24.5101C46.7795 26.1201 46.6595 30.1101 47.7895 31.3101C49.0195 32.6101 52.4995 32.5701 53.6095 31.1601C54.5295 29.9901 54.3995 27.6201 54.4095 26.1701C54.4195 24.7201 54.4795 23.0701 53.9195 21.6701C53.3595 20.2701 51.5895 19.8401 50.2095 19.9701Z\" fill=\"white\"><\/path><path d=\"M0 14.3899H14.73V20.1199H11.35V31.8799H14.73V37.5499H0V31.8799H3.33V20.1199H0V14.3899Z\" fill=\"white\"><\/path><path d=\"M28.7796 52.0599C28.8096 51.8899 28.6896 51.9499 28.5796 51.9499C21.0096 51.6699 13.2096 46.8399 9.00961 40.6699C8.85961 40.4499 8.66961 40.2199 8.59961 39.9599H9.65961C10.8596 41.6499 12.1896 43.2699 13.7596 44.6299C13.9496 44.7899 14.8396 45.5699 14.9996 45.5699C15.0996 45.5699 15.1796 45.5299 15.2596 45.4899L17.3996 44.2499C17.4996 44.1799 17.5096 44.0499 17.5196 43.9399C16.8196 42.9799 16.0096 42.0899 15.3496 41.0899C15.1296 40.7499 14.8396 40.3399 14.7296 39.9599H15.7296C16.1696 40.6099 16.5996 41.2599 17.0796 41.8799C17.2696 42.1199 18.4196 43.5599 18.5896 43.5699L23.0296 42.0199L22.2296 39.8999H23.1996L24.0996 41.6799C25.0896 41.5599 26.0796 41.3399 27.0696 41.2199C27.9696 41.1099 29.0896 41.1499 29.9296 40.9899C29.9896 40.9799 30.1296 40.8899 30.1296 40.8499V39.9599H31.0196C31.2196 39.9599 31.1096 40.6999 31.1196 40.7799C31.1596 41.1199 31.7296 40.9699 31.9996 40.9899C33.7496 41.1199 35.4896 41.3799 37.2096 41.7399C37.3696 41.5399 38.0396 39.9599 38.1396 39.9599H38.9996C39.1296 39.9599 38.9996 40.2699 38.9896 40.3499C38.9196 40.6099 38.2496 41.9099 38.3496 42.0199L42.6696 43.5099L42.8196 43.4299C43.7796 42.3299 44.6496 41.1599 45.4796 39.9599H46.5396C46.4496 40.1899 46.2996 40.4299 46.1596 40.6399C45.7496 41.2899 45.2796 41.9499 44.8196 42.5599C44.6496 42.7799 43.7396 43.7999 43.7296 43.9399C43.7296 43.9899 43.7296 44.0299 43.7596 44.0799C43.8196 44.1899 45.6796 45.2299 45.9296 45.3499C46.0496 45.4099 46.2096 45.5199 46.3396 45.5199C46.5196 45.5199 47.3196 44.7899 47.5096 44.6199C48.6596 43.5799 49.7096 42.3999 50.6696 41.1899C50.8096 41.0099 51.4796 40.0099 51.5396 39.9699C51.6196 39.9199 52.5596 39.9599 52.6196 40.0199C49.1196 45.6099 43.4396 49.7099 37.0196 51.2699C35.6296 51.6099 34.0696 51.8899 32.6396 51.9399C32.5296 51.9399 32.4096 51.8799 32.4396 52.0499H28.7696L28.7796 52.0599ZM30.1596 42.0199C28.5696 42.0199 26.8996 42.1599 25.3396 42.5099C25.1896 42.5399 24.8996 42.5899 24.7796 42.6399C24.5596 42.7399 24.8996 43.2799 24.9896 43.4399C25.7896 44.9999 26.9296 46.4999 28.0096 47.8799C28.2496 48.0199 28.6096 47.7999 28.8796 47.7699C29.0296 47.7499 30.1596 47.7299 30.1596 47.5599V42.0299V42.0199ZM31.1896 42.0199V47.6399C31.7696 47.6699 32.4996 47.8999 33.0596 47.9299C33.1996 47.9299 33.2796 47.9499 33.4096 47.8799C33.5296 47.8099 33.9896 47.1399 34.1096 46.9799C35.0996 45.6499 36.0196 44.1799 36.7596 42.6899C34.9496 42.2399 33.0696 42.0199 31.1996 42.0299L31.1896 42.0199ZM23.6096 42.9499C23.5096 42.8899 22.6696 43.1599 22.4896 43.2099C21.9096 43.3799 21.2596 43.5999 20.6996 43.8299C20.5096 43.9099 19.6396 44.2499 19.5496 44.3499C19.3596 44.5599 19.8996 44.9999 20.0696 45.1499C21.0496 46.0799 22.3796 47.1099 23.4996 47.8499C23.8496 48.0799 24.8496 48.7399 25.1896 48.8599C25.6096 48.9999 26.4296 48.3599 26.8896 48.3299L26.8596 48.1099C25.6896 46.4499 24.5296 44.7699 23.6196 42.9599L23.6096 42.9499ZM41.7896 44.2599C40.9496 43.9499 40.1196 43.5799 39.2596 43.3199C39.0096 43.2499 37.9396 42.9199 37.7796 43.0199C36.8096 44.7499 35.7396 46.4199 34.5796 48.0199L34.5196 48.3799C34.9496 48.4099 35.6096 48.9399 36.0196 48.8299C36.0596 48.8199 36.4496 48.5999 36.5396 48.5499C37.8996 47.8199 39.5996 46.5699 40.7396 45.5199C40.9396 45.3299 41.6396 44.6899 41.7496 44.5199C41.7996 44.4399 41.8296 44.3599 41.7996 44.2599H41.7896ZM24.2996 49.4199C22.6796 48.4999 21.0996 47.3699 19.7196 46.1199C19.5296 45.9399 18.5896 44.9299 18.4796 44.8999C18.2996 44.8499 17.9496 45.0699 17.7696 45.1499C17.5596 45.2499 16.0896 46.0999 16.0596 46.1899C16.0396 46.2499 16.0396 46.3299 16.0596 46.3999C16.1096 46.5699 17.6396 47.4999 17.8996 47.6499C19.0496 48.3199 20.3396 48.9299 21.5896 49.3999C21.9896 49.5499 23.2996 50.0499 23.6396 50.0499C23.8396 50.0499 24.4296 49.6099 24.2896 49.4199H24.2996ZM45.3396 46.0999L43.2096 44.9299L42.8096 44.8999C41.0396 46.5999 39.1696 48.1799 37.0496 49.4299C36.9096 49.6699 37.4796 50.0199 37.6896 50.0499C39.9896 49.3899 42.2996 48.3999 44.3096 47.0899C44.5396 46.9399 45.2796 46.4999 45.3396 46.2799C45.3496 46.2299 45.3696 46.1399 45.3396 46.0999ZM36.1596 50.2299C36.1596 50.2299 35.6596 49.9099 35.5796 49.8599C32.8696 48.2999 29.0996 48.2299 26.2896 49.5899C26.1096 49.6799 25.3796 50.0699 25.2796 50.1799C24.9696 50.5399 25.8496 50.5899 26.0796 50.6399C28.8696 51.1899 32.4196 51.1799 35.2096 50.6499C35.3496 50.6199 36.0896 50.4699 36.1396 50.4399C36.1996 50.3999 36.1896 50.2699 36.1596 50.2199V50.2299Z\" fill=\"white\"><\/path><path d=\"M32.5603 0C32.5303 0.18 32.6503 0.11 32.7603 0.11C40.2103 0.52 47.7403 5 51.9603 11.07C52.0403 11.19 52.5203 11.84 52.4503 11.92C52.2803 11.98 51.4803 11.97 51.3703 11.91C51.3103 11.88 50.7103 10.95 50.5803 10.78C49.7303 9.69 48.7103 8.58 47.6903 7.65C47.3703 7.36 46.6203 6.66 46.2903 6.47C46.2303 6.43 46.2003 6.41 46.1203 6.41C45.9203 6.4 45.1103 6.97 44.8703 7.11C44.6403 7.24 43.8003 7.63 43.6803 7.76C43.6303 7.81 43.6103 7.86 43.6203 7.93L46.4303 11.89C46.4303 11.89 46.3003 11.98 46.2903 11.98H45.3403C44.5103 10.7 43.6103 9.44 42.5003 8.39L38.1903 9.91C37.9903 10.18 38.8603 11.6 38.9103 11.98H37.9103C37.7903 11.98 37.2203 10.49 37.0803 10.3C37.0503 10.26 37.0203 10.24 36.9703 10.23C36.1003 10.41 35.2303 10.59 34.3403 10.71C33.2503 10.85 32.1503 10.89 31.0503 11V11.92C30.7403 12.01 30.3903 12 30.0703 11.95C29.9203 11.85 30.1403 11.11 29.8703 10.95C27.8603 10.85 25.8403 10.68 23.8903 10.2C23.7503 10.41 23.1603 11.92 23.0803 11.97C22.9503 12.05 22.2403 12.02 22.0603 11.97C21.9203 11.83 22.8603 10.3 22.8003 9.97L18.4703 8.43C17.4703 9.52 16.5503 10.68 15.7503 11.93C15.7203 11.95 15.5103 12.03 15.4903 12.03H14.6603C15.1203 11.04 15.7803 10.12 16.4403 9.25C16.5803 9.06 17.4903 8.04 17.4703 7.93L14.9203 6.43C14.7503 6.41 13.8803 7.19 13.6903 7.35C12.1403 8.7 10.8003 10.3 9.59027 11.97H8.53027C8.60027 11.72 8.79027 11.48 8.94027 11.26C13.0303 5.3 19.5903 1.31 26.7603 0.25C27.2003 0.19 27.6303 0.14 28.0703 0.12C28.1803 0.12 28.3003 0.18 28.2703 0.01H32.5703L32.5603 0ZM25.0703 1.82C25.0703 1.82 25.5503 2.13 25.6503 2.19C28.3803 3.8 32.6803 3.71 35.4003 2.11C35.5403 2.03 36.2003 1.65 35.8603 1.5C32.6403 0.82 29.2203 0.71 25.9703 1.33C25.7803 1.37 24.7403 1.47 25.0803 1.81L25.0703 1.82ZM22.0403 3.98C22.5403 3.63 23.0703 3.3 23.5703 2.96C23.7703 2.83 24.3203 2.69 24.1103 2.35C24.0803 2.3 23.6403 1.99 23.5703 1.97C23.5003 1.95 22.9803 2.06 22.8803 2.09C21.4403 2.51 19.4703 3.44 18.1403 4.17C17.8203 4.35 15.9703 5.45 15.9003 5.65C15.8803 5.7 15.8703 5.81 15.8903 5.86C15.9203 5.98 17.8003 6.86 18.0203 7.07L18.3203 7.09C19.5303 6.01 20.7203 4.9 22.0503 3.97L22.0403 3.98ZM37.4203 1.96C37.2603 1.99 36.7303 2.37 36.8903 2.58C38.5803 3.57 40.1703 4.74 41.6203 6.05C41.8203 6.23 42.4403 6.95 42.5903 7.02C42.7103 7.08 42.8603 7.06 42.9803 7.01C43.2303 6.75 44.9403 5.98 45.0303 5.79C45.0903 5.66 45.0603 5.6 44.9703 5.5C44.8003 5.31 43.9003 4.79 43.6203 4.62C42.4103 3.88 41.0103 3.16 39.6803 2.65C39.3303 2.52 37.6703 1.92 37.4103 1.96H37.4203ZM34.2303 3.67L34.2603 3.89C35.4703 5.51 36.5403 7.22 37.5503 8.97C37.7303 9.09 41.5503 7.79 41.6203 7.58C41.6603 7.46 41.6003 7.41 41.5403 7.33C41.4203 7.16 41.0003 6.78 40.8203 6.62C40.0103 5.87 38.9803 5.06 38.0603 4.45C37.6903 4.2 35.9603 3.1 35.6403 3.11C35.3203 3.12 34.6103 3.65 34.2303 3.67ZM26.6503 3.68C26.2303 3.61 25.5203 3.05 25.1303 3.2C24.7803 3.34 24.1203 3.79 23.7703 4.01C22.2403 4.97 20.8603 6.13 19.5303 7.34C19.4403 7.45 19.4203 7.6 19.4503 7.73C20.4203 8.09 21.3803 8.5 22.3803 8.78C22.5803 8.84 23.3003 9.08 23.4503 8.98C23.5003 8.95 23.9303 8.07 24.0203 7.92C24.5903 6.96 25.1803 6 25.8203 5.07C25.9903 4.83 26.5603 4.19 26.6403 4C26.6803 3.89 26.6903 3.78 26.6603 3.67L26.6503 3.68ZM29.9803 4.36L27.8103 4.08C27.0003 5.19 26.1503 6.28 25.4303 7.46C25.2203 7.8 24.6903 8.58 24.5803 8.9C24.5503 9 24.4903 9.26 24.5403 9.34C24.6403 9.5 27.8103 9.89 28.2303 9.92C28.5403 9.94 29.0303 9.98 29.3103 9.97C29.3903 9.97 29.9503 9.88 29.9703 9.85V4.36H29.9803ZM36.4603 9.29C36.5203 9.23 36.2903 8.83 36.2403 8.74C35.4203 7.13 34.2703 5.61 33.1703 4.19C32.8503 3.99 31.5203 4.43 31.0703 4.37V9.99C32.8903 9.93 34.6903 9.72 36.4603 9.3V9.29Z\" fill=\"white\"><\/path><path d=\"M31.9895 16.11V14.79H36.9195L36.8895 22.7H32.0995C31.0495 20.97 29.0895 20.05 27.1695 19.63C26.2495 19.43 24.2095 19.17 23.3995 19.65C22.4895 20.19 22.9695 21.09 23.8095 21.33C26.3395 22.13 28.9195 22.75 31.4495 23.55C35.5595 24.84 38.7395 28.19 37.3995 32.8C35.6895 38.68 27.5995 38.88 22.9095 36.86C22.4295 36.65 21.7895 36.18 21.3795 36.04C21.2995 36.01 21.2295 36.01 21.1495 36.01V37.56H16.0495V29.02H20.6895C21.5595 30.95 23.6895 32.07 25.6895 32.48C26.8295 32.71 28.2895 32.72 29.4195 32.45C29.7395 32.37 30.4195 32.18 30.5295 31.84C30.7595 31.13 29.6595 30.81 29.1495 30.63C26.6895 29.77 24.0395 29.2 21.5695 28.35C17.5795 26.99 15.0495 24.05 16.0295 19.63C17.2995 13.89 25.4395 13.23 29.9395 15.16C30.4795 15.39 31.1795 15.91 31.6495 16.08C31.7595 16.12 31.8595 16.14 31.9795 16.12L31.9895 16.11Z\" fill=\"white\"><\/path><\/g><defs><clipPath id=\"clip0_105_292\"><rect width=\"62.89\" height=\"52.06\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c04e85f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"c04e85f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a13cd51 elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"a13cd51\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Novedades<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dff97b7 e-con-full footer-block e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"dff97b7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f6c82c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1f6c82c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/contacto\/\">Contactanos<\/a><\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06027d8 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"06027d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecda35e elementor-widget elementor-widget-button\" data-id=\"ecda35e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/#proveedores\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Proveedores<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37db15b elementor-tablet-align-left elementor-widget elementor-widget-button\" data-id=\"37db15b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/#recursos-humanos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Recursos Humanos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a502b6f elementor-widget elementor-widget-button\" data-id=\"a502b6f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/#desarrollos-inmobiliarios\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Desarrollos Inmobiliarios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5feaef9 elementor-widget elementor-widget-button\" data-id=\"5feaef9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/#comercial\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Comercial<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec57462 elementor-widget elementor-widget-button\" data-id=\"ec57462\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riva.com.ar\/contacto\/#consultas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\"><g clip-path=\"url(#clip0_62_2)\"><path d=\"M0.569951 11.3901L7.38995 6.03007L0.449951 0.570068\" stroke=\"#A3A3A3\" stroke-width=\"1.45\" stroke-miterlimit=\"10\"><\/path><\/g><defs><clipPath id=\"clip0_62_2\"><rect width=\"8.56\" height=\"11.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Consultas<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b577f65 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"b577f65\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6fa2f7c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6fa2f7c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cc7174 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7cc7174\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Buscar en el sitio<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6b6bfa elementor-widget__width-initial search-bar elementor-widget elementor-widget-wpr-search\" data-id=\"c6b6bfa\" data-element_type=\"widget\" data-widget_type=\"wpr-search.default\">\n\t\t\t\t\t\n\t\t<form role=\"search\" method=\"get\" class=\"wpr-search-form\" action=\"https:\/\/riva.com.ar\/en\">\n\n\t\t\t<div class=\"wpr-search-form-input-wrap elementor-clearfix\">\n\t\t\t\t<input class=\"wpr-search-form-input\" placeholder=\"Buscar...\" aria-label=\"Search\" type=\"search\" name=\"s\" title=\"Search\" value=\"\" wpr-query-type=\"all\" wpr-taxonomy-type=\"\" number-of-results=\"2\" ajax-search=\"\" show-description=\"yes\" number-of-words=\"30\" show-ajax-thumbnails=\"\" show-view-result-btn=\"\" show-product-price=\"no\" view-result-text=\"View Results\" no-results=\"No Results Found\" exclude-without-thumb=\"\" link-target=\"_self\" password-protected=\"no\" attachments=\"no\">\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/form>\n\t\t<div class=\"wpr-data-fetch\">\n\t\t\t<span class=\"wpr-close-search\"><\/span>\n\t\t\t<ul><\/ul>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe63f48 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"fe63f48\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ea7e23a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"ea7e23a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-583faa9 elementor-widget elementor-widget-heading\" data-id=\"583faa9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/riva.com.ar\/\">riva<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9d264f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c9d264f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Copyright \u00a9 2025 <span class=\"riva-font\">riva<\/span> S.A.I.I.C.F.A.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f3663b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4f3663b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-323dd36 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"323dd36\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Suipacha 1067, C1008 Ciudad de Buenos Aires, Argentina.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6f6d13 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e6f6d13\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tel.(54 011) 4312-9229\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9aad7a9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9aad7a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"mailto:info@riva.com.ar%20\">info@riva.com.ar <\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>Nosotros Proyectos Desarrollos Inmobiliarios Compromiso riva Contacto Nosotros Proyectos Desarrollos Inmobiliarios Compromiso riva Contacto EMPRESA CONSTRUCTORA Obras que conectan personas, fortalecen &#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"translation":{"provider":"WPGlobus","version":"3.0.0","language":"en","enabled_languages":["es","en"],"languages":{"es":{"title":true,"content":true,"excerpt":false},"en":{"title":false,"content":false,"excerpt":false}}},"acf":[],"_links":{"self":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6453"}],"collection":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/comments?post=6453"}],"version-history":[{"count":337,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6453\/revisions"}],"predecessor-version":[{"id":9093,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6453\/revisions\/9093"}],"wp:attachment":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/media?parent=6453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}