.elementor-138483 .elementor-element.elementor-element-718ba04{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS *//* ============================================================
   INMOBILIARE RETAIL SUMMIT 2026 — HOME CSS LOCAL
   Compatible con CSS global Summits v2.5
============================================================ */

/* STATS STRIP */
.rs-stats {
  width: 100%;
  background: var(--inmo-white);
  padding: 0 24px;
}

.rs-stats .strip {
  display: flex;
  background: var(--inmo-white);
  border: 1px solid var(--inmo-border);
  overflow: hidden;
}

.rs-stats .item {
  flex: 1;
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--inmo-border);
  transition: background .2s;
}

.rs-stats .item:last-child {
  border-right: none;
}

.rs-stats .item:hover {
  background: #faf8f4;
}

.rs-stats .num {
  font-family: var(--inmo-font);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: var(--inmo-gold);
  letter-spacing: -.02em;
  display: block;
}

.rs-stats .lbl {
  font-family: var(--inmo-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--inmo-text-m);
  margin-top: 8px;
  display: block;
}

@media (max-width: 640px) {
  .rs-stats .strip {
    flex-wrap: wrap;
  }

  .rs-stats .item {
    flex: 1 0 50%;
    border-bottom: 1px solid var(--inmo-border);
  }

  .rs-stats .item:nth-child(2n) {
    border-right: none;
  }

  .rs-stats .item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* QUE ES EL EVENTO */
.rs-about .photo-slot {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center top;
  border-radius: var(--inmo-radius);
  overflow: hidden;
}

.rs-about .lead {
  font-family: var(--inmo-font);
  font-size: 17px;
  font-weight: 300;
  color: var(--inmo-text-b);
  line-height: 1.85;
  margin: 0 0 18px;
}

.rs-about .body {
  font-family: var(--inmo-font);
  font-size: 15px;
  color: var(--inmo-text-m);
  line-height: 1.8;
  margin: 0 0 18px;
}

@media (max-width: 768px) {
  .rs-about .photo-slot {
    height: 300px;
  }
}

/* POR QUE ASISTIR + AUDIENCIA */
.rs-why .body-copy {
  font-family: var(--inmo-font);
  font-size: 15px;
  color: var(--inmo-text-m);
  line-height: 1.8;
  margin: 4px 0 24px;
}

.rs-why .bullet-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rs-why .bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--inmo-font);
  font-size: 15px;
  color: var(--inmo-text-b);
  line-height: 1.65;
}

.rs-why .bullet-list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--inmo-gold);
  margin-top: 7px;
}

.rs-why .highlight-box {
  margin-top: 28px;
  padding: 18px 22px;
  background: var(--inmo-white);
  border-left: 3px solid var(--inmo-gold);
}

.rs-why .highlight-box p {
  font-family: var(--inmo-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--inmo-gold);
  margin: 0;
}

.rs-why .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--inmo-border);
  border: 1px solid var(--inmo-border);
  margin-bottom: 20px;
}

.rs-why .logo-item {
  background: var(--inmo-white);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.rs-why .logo-item img {
  max-width: 88%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .85;
  transition: opacity .25s, transform .25s;
}

.rs-why .logo-item img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.rs-why .audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--inmo-border);
  border: 1px solid var(--inmo-border);
}

.rs-why .audience-item {
  background: var(--inmo-white);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--inmo-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--inmo-text-b);
  transition: background .2s;
}

.rs-why .audience-item:hover {
  background: #faf8f4;
}

.rs-why .audience-item.full {
  grid-column: 1 / -1;
}

.rs-why .icon-circle,
.rs-net .icon-circle,
.rs-format .icon-circle,
.rs-info .icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--inmo-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--inmo-gold);
  flex-shrink: 0;
}

.rs-why .icon-circle {
  width: 40px;
  height: 40px;
}

.rs-why .icon-circle svg {
  width: 18px;
  height: 18px;
}

.rs-net .icon-circle svg,
.rs-format .icon-circle svg,
.rs-info .icon-circle svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 768px) {
  .rs-why .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-why .audience-grid {
    grid-template-columns: 1fr;
  }

  .rs-why .audience-item.full {
    grid-column: auto;
  }
}

/* TEMAS */
.rs-topics .header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px;
}

.rs-topics .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--inmo-gold-border);
  border: 1px solid var(--inmo-gold-border);
}

.rs-topics .card {
  background: var(--inmo-dark-2);
  position: relative;
  overflow: hidden;
  transition: background .2s;
}

.rs-topics .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background .25s;
  z-index: 2;
}

.rs-topics .card:hover {
  background: #1a1a1a;
}

.rs-topics .card:hover::before {
  background: var(--inmo-gold);
}

.rs-topics .img {
  height: 200px;
  background-size: cover;
  background-position: center center;
  opacity: .55;
  transition: opacity .3s;
}

.rs-topics .img.top {
  background-position: center top;
}

.rs-topics .card:hover .img {
  opacity: .80;
}

.rs-topics .body {
  padding: 20px 22px 24px;
}

.rs-topics .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(232, 200, 133, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--inmo-gold);
  margin-bottom: 10px;
}

.rs-topics .icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.rs-topics .title {
  font-family: var(--inmo-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--inmo-gold);
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.rs-topics .desc {
  font-family: var(--inmo-font);
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .rs-topics .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .rs-topics .grid {
    grid-template-columns: 1fr;
  }
}

/* FORMATO */
.rs-format .layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: start;
}

.rs-format .intro {
  font-family: var(--inmo-font);
  font-size: 15px;
  color: var(--inmo-text-m);
  line-height: 1.8;
  margin: 4px 0 0;
}

.rs-format .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--inmo-border);
  border: 1px solid var(--inmo-border);
}

.rs-format .item {
  background: var(--inmo-white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background .2s;
}

.rs-format .item:hover {
  background: #faf8f4;
}

.rs-format .photo-slot {
  height: 200px;
  background: #e8e5e0;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  overflow: hidden;
}

.rs-format .content {
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}

.rs-format .text {
  flex: 1;
}

.rs-format .text h4 {
  font-family: var(--inmo-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--inmo-text-h);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 6px;
}

.rs-format .text p {
  font-family: var(--inmo-font);
  font-size: 13px;
  color: var(--inmo-text-m);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .rs-format .layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .rs-format .grid {
    grid-template-columns: 1fr;
  }

  .rs-format .photo-slot {
    height: 160px;
  }
}

/* NETWORKING */
.rs-net .intro {
  font-family: var(--inmo-font);
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 255, 255, .70);
  line-height: 1.85;
  margin: 16px 0 0;
}

.rs-net .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--inmo-gold-border);
  border: 1px solid var(--inmo-gold-border);
}

.rs-net .benefit {
  background: var(--inmo-dark-2);
  padding: 24px 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background .2s;
}

.rs-net .benefit:hover {
  background: #1a1a1a;
}

.rs-net .benefit span {
  font-family: var(--inmo-font);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
}

.rs-net .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 48px;
}

.rs-net .gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.rs-net .photo-slot {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .4s ease;
}

.rs-net .gallery-item:hover .photo-slot {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .rs-net .benefits {
    grid-template-columns: 1fr;
  }

  .rs-net .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .rs-net .gallery {
    grid-template-columns: 1fr;
  }
}

/* SEDE */
.rs-venue .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.rs-venue .lead {
  font-family: var(--inmo-font);
  font-size: 17px;
  font-weight: 300;
  color: var(--inmo-text-b);
  line-height: 1.85;
  margin: 0 0 20px;
}

.rs-venue .address-box {
  font-family: var(--inmo-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--inmo-text-h);
  line-height: 1.7;
  margin: 0 0 28px;
  border-left: 3px solid var(--inmo-gold);
  padding: 4px 0 4px 18px;
}

.rs-venue .address-box p {
  margin: 0;
}

.rs-venue .btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rs-venue .photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--inmo-radius);
}

.rs-venue .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .rs-venue .layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* GALERIA */
.rs-gallery .header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.rs-gallery .intro {
  font-family: var(--inmo-font);
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, .60);
  margin: 8px auto 0;
  max-width: 440px;
  line-height: 1.75;
}

.rs-gallery .grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 48px;
}

.rs-gallery .main {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  aspect-ratio: 16 / 9;
}

.rs-gallery .tall {
  grid-column: 3;
  grid-row: 1 / 3;
  min-height: 400px;
}

.rs-gallery .sm {
  aspect-ratio: 4 / 3;
}

.rs-gallery .grid-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}

.rs-gallery .grid-bottom .item {
  aspect-ratio: 4 / 3;
}

.rs-gallery .item {
  position: relative;
  overflow: hidden;
}

.rs-gallery .photo-slot {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}

.rs-gallery .item:hover .photo-slot {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .rs-gallery .grid-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .rs-gallery .grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .rs-gallery .main {
    grid-column: 1 / -1;
  }

  .rs-gallery .tall {
    grid-column: 1;
    grid-row: auto;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .rs-gallery .grid-top {
    grid-template-columns: 1fr;
  }

  .rs-gallery .grid-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

/* PARTNERS */
.rs-partners .layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: center;
}

.rs-partners .intro {
  font-family: var(--inmo-font);
  font-size: 15px;
  color: var(--inmo-text-m);
  line-height: 1.8;
  margin: 4px 0 28px;
}

.rs-partners .btn-gold-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  font-family: var(--inmo-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  color: var(--inmo-gold);
  border: 2px solid var(--inmo-gold);
  transition: all .2s;
  border-radius: var(--inmo-radius);
}

.rs-partners .btn-gold-outline:hover {
  background: var(--inmo-gold);
  color: #0d0d0d;
}

.rs-partners .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--inmo-border);
  border: 1px solid var(--inmo-border);
}

.rs-partners .logo-slot {
  flex: 1 1 calc(33.333% - 1px);
  min-width: 180px;
  min-height: 130px;
  background: var(--inmo-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
}

.rs-partners .logo-slot img {
  max-width: 88%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .85;
  transition: opacity .25s, transform .25s;
}

.rs-partners .logo-slot img:hover {
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .rs-partners .layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .rs-partners .logo-slot {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

/* INFO GENERAL */
.rs-info {
  width: 100%;
  background: var(--inmo-white);
  padding: 0 24px 48px;
}

.rs-info .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--inmo-border);
  border: 1px solid var(--inmo-border);
}

.rs-info .item {
  background: var(--inmo-white);
  padding: 32px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.rs-info .data-label {
  font-family: var(--inmo-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--inmo-gold);
  margin: 0 0 6px;
}

.rs-info .data-value {
  font-family: var(--inmo-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--inmo-text-h);
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .rs-info {
    padding: 0 20px 72px;
  }

  .rs-info .grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */