.elementor-165 .elementor-element.elementor-element-d3c103a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-165 .elementor-element.elementor-element-d3c103a:not(.elementor-motion-effects-element-type-background), .elementor-165 .elementor-element.elementor-element-d3c103a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-165 .elementor-element.elementor-element-5f360c6{background-color:#4C629917;padding:8px 15px 5px 15px;border-radius:100px 100px 100px 100px;text-align:center;}.elementor-165 .elementor-element.elementor-element-5f360c6.elementor-element{--align-self:center;}.elementor-165 .elementor-element.elementor-element-5f360c6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;color:#23469E;}.elementor-165 .elementor-element.elementor-element-0602e74{text-align:center;}.elementor-165 .elementor-element.elementor-element-0602e74 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-165 .elementor-element.elementor-element-317c43f{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:center;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-165 .elementor-element.elementor-element-317c43f.elementor-element{--align-self:center;}.elementor-165 .elementor-element.elementor-element-e243884{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}:root{--page-title-display:none;}/* Start custom CSS */:root{
  --nr-red: #ff1f17;
  --nr-blue: #0d4bb3;
  --nr-green: #25d366;
  --nr-text: #1f2937;
  --nr-text-soft: #667085;
  --nr-border: #e5e7eb;
  --nr-bg: #f4f5f7;
  --nr-card: #ffffff;
  --nr-radius-xl: 24px;
  --nr-radius-lg: 18px;
  --nr-radius-md: 14px;
  --nr-shadow: 0 10px 30px rgba(0,0,0,.06);
  --nr-transition: .25s ease;
}

.nr-portal-tiendas{
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--nr-text);
}

.nr-portal-tiendas__filters{
  background: transparent;
}

.nr-filter-group--search{
  max-width: 680px;
  margin: 0 auto 18px;
}

.nr-input--search{
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid #d8dde6;
  background: #fff;
  padding: 0 18px;
  font-size: 17px;
  color: var(--nr-text);
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.nr-input--search:focus,
.nr-select:focus{
  outline: none;
  border-color: rgba(13, 75, 179, .35);
  box-shadow: 0 0 0 4px rgba(13, 75, 179, .08);
}

.nr-chip-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 18px;
}

.nr-chip{
  border: 1px solid #d7dce3;
  background: #fff;
  color: #667085;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--nr-transition);
}

.nr-chip:hover{
  transform: translateY(-1px);
  border-color: #cfd6df;
}

.nr-chip.is-active{
  background: var(--nr-red);
  color: #fff;
  border-color: var(--nr-red);
}

.nr-filter-grid--secondary{
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: end;
  margin-top: 10px;
}

.nr-filter-group{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nr-filter-group label{
  font-size: 13px;
  font-weight: 700;
  color: var(--nr-text);
}

.nr-select{
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--nr-border);
  background: #fff;
  padding: 0 14px;
  font-size: 15px;
}

.nr-filter-actions{
  display: flex;
  gap: 10px;
}

.nr-btn{
  appearance: none;
  border: 0;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--nr-transition);
}

.nr-btn:hover{
  transform: translateY(-1px);
}

.nr-btn--primary{
  background: var(--nr-blue);
  color: #fff;
}

.nr-btn--ghost{
  background: #fff;
  color: var(--nr-text);
  border: 1px solid var(--nr-border);
}

.nr-map-header{
  background: var(--nr-blue);
  color: #fff;
  border-radius: 18px 18px 0 0;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
}

.nr-map-card--top{
  background: #fff;
  border: 1px solid var(--nr-border);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  box-shadow: var(--nr-shadow);
}

.nr-store-map{
  width: 100%;
  height: 420px;
  min-height: 420px;
  background: #eaf1f8;
}

.nr-portal-tiendas__results-head{
  margin-bottom: 10px;
}

.nr-results-text{
  margin: 0;
  font-size: 16px;
  color: var(--nr-text-soft);
}

.nr-store-list--grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nr-store-card{
  background: #fff;
  border: 1.5px solid #eceef2;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,.03);
  transition: all var(--nr-transition);
}

.nr-store-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.nr-store-card.is-active{
  border-color: var(--nr-red);
  box-shadow: 0 0 0 2px rgba(255,31,23,.08);
}

.nr-store-card__title{
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.nr-store-card__meta{
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--nr-text-soft);
  line-height: 1.55;
}

.nr-store-card__actions{
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.nr-btn--map{
  flex: 1 1 auto;
  background: #fff;
  color: var(--nr-text);
  border: 1px solid #d8dde6;
}

.nr-btn--whatsapp{
  background: var(--nr-green);
  color: #fff;
  white-space: nowrap;
}

.nr-portal-tiendas__empty{
  grid-column: 1 / -1;
  background: #fff;
  border: 1px dashed var(--nr-border);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
}

.leaflet-container{
  font-family: inherit;
}

.leaflet-popup-content-wrapper{
  border-radius: 14px;
}

.nr-map-popup h4{
  margin: 0 0 8px;
  font-size: 16px;
}

.nr-map-popup p{
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--nr-text-soft);
}

@media (max-width: 1024px){
  .nr-store-list--grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nr-filter-grid--secondary{
    grid-template-columns: 1fr 1fr;
  }

  .nr-filter-actions{
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px){
  .nr-store-list--grid{
    grid-template-columns: 1fr;
  }

  .nr-filter-grid--secondary{
    grid-template-columns: 1fr;
  }

  .nr-filter-actions{
    flex-direction: column;
  }

  .nr-store-card__actions{
    flex-direction: column;
  }

  .nr-btn{
    width: 100%;
  }

  .nr-store-map{
    height: 340px;
    min-height: 340px;
  }

  .nr-chip-filters{
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
}

.nr-portal-tiendas.is-loading{
  opacity:.72;
  pointer-events:none;
  transition:opacity .2s ease;
}

.nr-input--search{
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.nr-store-card.is-active{
  border-color: var(--nr-red);
  box-shadow: 0 0 0 2px rgba(255,31,23,.08), 0 12px 30px rgba(0,0,0,.06);
}/* End custom CSS */