{"id":6604,"date":"2025-09-02T20:17:03","date_gmt":"2025-09-02T23:17:03","guid":{"rendered":"https:\/\/riva.com.ar\/?page_id=6604"},"modified":"2026-03-28T18:25:19","modified_gmt":"2026-03-28T21:25:19","slug":"proyectos","status":"publish","type":"page","link":"https:\/\/riva.com.ar\/en\/proyectos\/","title":{"rendered":"proyectos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6604\" class=\"elementor elementor-6604\" 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-9d90709 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"9d90709\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51a283c video-html elementor-widget elementor-widget-html\" data-id=\"51a283c\" 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-ce70ec2 e-con-full 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-023ae16 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"023ae16\" 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-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\">Construcci\u00f3n de calidad que refleja compromiso,\nresultados y una historia de excelencia.<\/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-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=\"#proyectos\">\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<div class=\"elementor-element elementor-element-442e667 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=\"442e667\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-57d39cc e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"57d39cc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d55340 elementor-widget elementor-widget-image\" data-id=\"1d55340\" 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-3b31730 elementor-widget elementor-widget-html\" data-id=\"3b31730\" 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-18dfa3f 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=\"18dfa3f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d124a40 comunicado-btn elementor-widget elementor-widget-button\" data-id=\"d124a40\" 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-2e59ace elementor-widget elementor-widget-button\" data-id=\"2e59ace\" 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-2f293e1 elementor-widget elementor-widget-button\" data-id=\"2f293e1\" 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-49a2467 elementor-widget elementor-widget-button\" data-id=\"49a2467\" 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-a9ee46d compromiso-riva-btn elementor-widget elementor-widget-heading\" data-id=\"a9ee46d\" 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-502f601 elementor-widget elementor-widget-button\" data-id=\"502f601\" 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-3e4a0b1 hamb-btn elementor-hidden-desktop elementor-hidden-laptop elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3e4a0b1\" 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-28221c7 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=\"28221c7\" 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-fac5c23 close-nav elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fac5c23\" 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-cb07e9f comunicado-btn elementor-widget elementor-widget-button\" data-id=\"cb07e9f\" 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-3cf558c elementor-widget elementor-widget-button\" data-id=\"3cf558c\" 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-837953e elementor-widget elementor-widget-button\" data-id=\"837953e\" 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-1fa7b05 elementor-widget elementor-widget-button\" data-id=\"1fa7b05\" 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-476735a compromiso-riva-btn elementor-widget elementor-widget-heading\" data-id=\"476735a\" 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-c65f143 elementor-widget elementor-widget-button\" data-id=\"c65f143\" 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>\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\" id=\"calidad\" 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\" id=\"proyectos\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30428d5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"30428d5\" data-element_type=\"widget\" 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\ntransformar, conectar y construir futuro. Nuestro portfolio refleja la escala,\ncomplejidad e impacto de cada desaf\u00edo que asumimos.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00a083f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"00a083f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1bacf7b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1bacf7b\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-c11f7fb 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=\"c11f7fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/proyectos-residenciales\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5525951 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"5525951\" 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\">RESIDENCIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-f7f64cc e-con-full animated-slow comer-in e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"f7f64cc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/proyectos-comerciales\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b371fe2 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"b371fe2\" 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\">COMERCIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-ffd7977 e-con-full animated-slow insti-card e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"ffd7977\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/proyectos-institucionales\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28d4c2c elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"28d4c2c\" 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\">INSTITUCIONALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-5ac0611 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=\"5ac0611\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/proyectos-industriales\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9865f7d elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"9865f7d\" 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\">INDUSTRIALES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-5b6c877 e-con-full animated-slow comer-in e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child\" data-id=\"5b6c877\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\" href=\"https:\/\/riva.com.ar\/proyectos-de-infraestructura\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99494c5 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"99494c5\" 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\">INFRAESTRUCTURA<\/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-6ce3dab e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"6ce3dab\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-aa58008 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"aa58008\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b46ad8e elementor-widget elementor-widget-html\" data-id=\"b46ad8e\" 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-b5e9ef5 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"b5e9ef5\" 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-53e8c4a elementor-widget__width-initial animated-slow elementor-widget elementor-widget-heading\" data-id=\"53e8c4a\" 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-6407884 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=\"6407884\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67b6f27 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"67b6f27\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efb181d slider-arrow prev elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"efb181d\" 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-33335f7 slider-arrow next elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"33335f7\" 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-422f713 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"422f713\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-21d364a 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=\"21d364a\" 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-9d80e1f slide-title elementor-widget elementor-widget-heading\" data-id=\"9d80e1f\" 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-860d647 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=\"860d647\" 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-d3b2059 slide-title elementor-widget elementor-widget-heading\" data-id=\"d3b2059\" 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-1604fa8 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=\"1604fa8\" 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-8a160c9 slide-title elementor-widget elementor-widget-heading\" data-id=\"8a160c9\" 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-5ed7558 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=\"5ed7558\" 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-f6c8fe4 slide-title elementor-widget elementor-widget-heading\" data-id=\"f6c8fe4\" 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-80cc7c5 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=\"80cc7c5\" 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-9653b5c slide-title elementor-widget elementor-widget-heading\" data-id=\"9653b5c\" 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-f23945c 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=\"f23945c\" 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-dbd2a17 slide-title elementor-widget elementor-widget-heading\" data-id=\"dbd2a17\" 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-84099d5 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=\"84099d5\" 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-514dd41 slide-title elementor-widget elementor-widget-heading\" data-id=\"514dd41\" 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-dec3681 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"dec3681\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d4988e3 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"d4988e3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f84fd7e e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"f84fd7e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6309029 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6309029\" 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-35acb15 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=\"35acb15\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f34c0d4 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f34c0d4\" 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-cd93f41 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"cd93f41\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0610667 elementor-widget elementor-widget-button\" data-id=\"0610667\" 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-01faf99 elementor-widget elementor-widget-button\" data-id=\"01faf99\" 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-bcda897 elementor-widget elementor-widget-button\" data-id=\"bcda897\" 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-180c334 elementor-widget elementor-widget-button\" data-id=\"180c334\" 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-a9d9721 elementor-widget elementor-widget-button\" data-id=\"a9d9721\" 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-e1c494a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"e1c494a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c27244 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6c27244\" 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-6696f9d 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=\"6696f9d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8abfd90 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"8abfd90\" 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-17c09bf e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"17c09bf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d798409 elementor-widget-tablet__width-auto elementor-widget elementor-widget-button\" data-id=\"d798409\" 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-e7a9ec4 elementor-widget elementor-widget-button\" data-id=\"e7a9ec4\" 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-1cde2c5 elementor-widget elementor-widget-button\" data-id=\"1cde2c5\" 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-7a5b9d0 elementor-widget elementor-widget-button\" data-id=\"7a5b9d0\" 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-4a7d085 elementor-widget elementor-widget-button\" data-id=\"4a7d085\" 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-2dc0103 elementor-widget elementor-widget-button\" data-id=\"2dc0103\" 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-db1d137 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"db1d137\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4560396 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4560396\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7364d7d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7364d7d\" 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-2c25743 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2c25743\" 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-371c00d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"371c00d\" 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-9dd1a90 e-transform elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9dd1a90\" 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-9ed8326 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=\"9ed8326\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0ad73a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d0ad73a\" 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-e1335f5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"e1335f5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e0e0cb elementor-widget elementor-widget-button\" data-id=\"6e0e0cb\" 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-75490df elementor-widget elementor-widget-button\" data-id=\"75490df\" 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-8df7b12 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"8df7b12\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e243ba elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e243ba\" 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-8670c24 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"8670c24\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddf7ace elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ddf7ace\" 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-b317bbd e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"b317bbd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f76fb73 elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"f76fb73\" 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-d0d0cf2 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=\"d0d0cf2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bae78f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5bae78f\" 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-4503d19 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4503d19\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-094c642 elementor-widget elementor-widget-button\" data-id=\"094c642\" 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-e5c99b5 elementor-tablet-align-left elementor-widget elementor-widget-button\" data-id=\"e5c99b5\" 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-51b4717 elementor-widget elementor-widget-button\" data-id=\"51b4717\" 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-85338e6 elementor-widget elementor-widget-button\" data-id=\"85338e6\" 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-ce86fc3 elementor-widget elementor-widget-button\" data-id=\"ce86fc3\" 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-323830f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"323830f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21795fb e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"21795fb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a624bf6 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"a624bf6\" 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-4b9b559 elementor-widget__width-initial search-bar elementor-widget elementor-widget-wpr-search\" data-id=\"4b9b559\" 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-c453d65 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"c453d65\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-500745b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"500745b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8568ce2 elementor-widget elementor-widget-heading\" data-id=\"8568ce2\" 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-f32aec4 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f32aec4\" 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-365cc28 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"365cc28\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cac5dc1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"cac5dc1\" 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-ad84e8a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ad84e8a\" 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-b2ef4fa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b2ef4fa\" 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 PROYECTOS Construcci\u00f3n de calidad que refleja compromiso, resultados y una historia de excelencia. Conoc\u00e9 &#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":true,"content":false,"excerpt":false}}},"acf":[],"_links":{"self":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6604"}],"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=6604"}],"version-history":[{"count":92,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6604\/revisions"}],"predecessor-version":[{"id":9100,"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/pages\/6604\/revisions\/9100"}],"wp:attachment":[{"href":"https:\/\/riva.com.ar\/en\/wp-json\/wp\/v2\/media?parent=6604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}