#wpadminbar {
    display: none;  
}
.ere-property-slider .property-inner .property-main-info .property-heading a{

color: #9badc3!important;

}

.property-date{
display:none!important;
} 
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div span {

color:#FFF!important;

}
.ere-property-slider .property-inner .property-main-info .property-heading a {
    color: #000!important;
}

@media (max-width: 768px) {
    /* Reducir tamaño del icono TikTok */
    .clase-del-icono-tiktok {
        max-width: 45px !important;
        max-height: 45px !important;
    }

    /* Mover icono más abajo y a la derecha */
    .clase-del-icono-tiktok {
        bottom: 15px !important;
        right: 15px !important;
        position: fixed !important;
    }
}

/* 🔹 Evitar que el logo móvil se deforme */
@media (max-width: 768px) {
    .site-logo img {
        max-height: 60px !important;
        height: auto !important;
        width: auto !important;
        object-fit: contain !important;
    }
}

@media (max-width: 768px) {
    img[src*="tiktok"] {
        max-width: 45px !important;
        max-height: 45px !important;
    }
}

@media (max-width: 767px) {
  .vp-botones {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    width: 100%;
  }

  .vp-botones a {
    flex: 1;
    text-align: center;
    padding: 14px 6px;
    font-size: 12px;
    white-space: nowrap;
  }
}


/* =====================================================
   1. BARRA FIJA INFERIOR - TARJETA VIRTUAL AGENTE
   Foto + nombre + WhatsApp + Contacto + Compartir
===================================================== */

.vp-barra-fija{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#121212;
  border-top:3px solid #B60402;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:7px 9px 9px;
  box-shadow:0 -6px 25px rgba(0,0,0,.35);
}

.vp-agente-info{
  display:flex;
  align-items:center;
  gap:10px;
  width:55%;
}

.vp-agente-info img{
  width:62px;
  height:62px;
  border-radius:50%;
  object-fit:cover;
  border:1.5px solid #c9a15a;
}

.vp-agente-info strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.05;
  font-weight:700;
  white-space:nowrap;
}

.vp-agente-info span{
  display:block;
  color:#c9a15a;
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}

.vp-barra-botones{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:13px;
  width:45%;
}

.vp-barra-botones a{
  color:#fff !important;
  text-decoration:none;
  text-align:center;
  font-size:25px;
  line-height:1;
}

.vp-barra-botones small{
  display:block;
  font-size:8px;
  margin-top:5px;
}

.vp-barra-botones a.vp-whatsapp,
.vp-barra-botones a:first-child{
  font-size:33px;
}

body{
  padding-bottom:96px;
}

html{
  scroll-behavior:smooth;
}


/* =====================================================
   2. VISIBILIDAD PORTADA DESKTOP / MOBILE
===================================================== */

@media only screen and (max-width:767px){
  .vp-portada-desktop{
    display:none !important;
  }
}

@media only screen and (min-width:768px){
  .vp-portada-mobile{
    display:none !important;
  }
}


/* =====================================================
   3. ICONOS PREMIUM DESKTOP
===================================================== */

.vp-iconos-premium{
  width:100%;
  margin-top:14px;
}

.vp-mini-iconos{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:28px;
  width:100%;
  text-align:center;
}

.vp-mini-iconos div{
  width:33.33%;
  color:#ffffff !important;
  text-align:center;
}

.vp-mini-iconos i{
  display:block;
  color:#c9a15a !important;
  font-size:30px;
  margin-bottom:8px;
}

.vp-mini-iconos span{
  display:block;
  color:#ffffff !important;
  font-size:15px;
  line-height:1.25;
  font-weight:500;
}


/* =====================================================
   4. PORTADA MOBILE - ANCHO COMPLETO SIN BORDES BLANCOS
===================================================== */

@media only screen and (max-width:767px){

  body, html{
    overflow-x:hidden !important;
  }

  .vp-portada-mobile{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:0 !important;
    background-size:cover !important;
    background-position:center top !important;
    overflow:hidden !important;
    position:relative !important;
  }

  .vp-portada-mobile:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.55)) !important;
    z-index:1;
  }

  .vp-portada-mobile *{
    position:relative;
    z-index:2;
  }


/* =====================================================
   5. MOBILE - FOTO IZQUIERDA MÁS GRANDE + DATOS DERECHA
===================================================== */

  .vp-mobile-contenido{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-end !important;
    width:100% !important;
    min-height:365px !important;
    padding:35px 16px 5px !important;
    margin:0 !important;
  }

  .vp-mobile-foto{
    width:43% !important;
    max-width:43% !important;
    padding:0 !important;
    margin:0 !important;
  }

  .vp-mobile-foto img{
    width:195px !important;
    max-width:195px !important;
    height:auto !important;
    display:block !important;
    margin:0 !important;
    transform:translateY(-8px);
  }

  .vp-mobile-datos{
    width:57% !important;
    max-width:57% !important;
    padding:10px 8px 8px !important;
    margin:0 0 4px !important;
    text-align:left !important;
    background:rgba(0,0,0,.50) !important;
    border-left:1px solid rgba(201,161,90,.65) !important;
  }


/* =====================================================
   6. MOBILE - NOMBRE Y CARGO
===================================================== */

  .vp-mobile-nombre h1,
  .vp-mobile-nombre h2{
    color:#ffffff !important;
    font-size:24px !important;
    line-height:1.05 !important;
    margin:0 0 5px !important;
    padding:0 !important;
    text-align:left !important;
    font-weight:500 !important;
  }

  .vp-mobile-nombre p{
    color:#c9a15a !important;
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    margin:5px 0 0 !important;
    padding:0 !important;
    text-align:left !important;
  }


/* =====================================================
   7. MOBILE - ICONOS PREMIUM COMPACTOS
===================================================== */

  .vp-iconos-premium{
    margin-top:7px !important;
    width:100% !important;
  }

  .vp-mini-iconos{
    display:flex !important;
    justify-content:space-between !important;
    align-items:flex-start !important;
    gap:5px !important;
    margin:0 !important;
    padding:0 !important;
  }

  .vp-mini-iconos div{
    width:33.33% !important;
    text-align:center !important;
    color:#ffffff !important;
    font-size:8px !important;
    line-height:1.08 !important;
  }

  .vp-mini-iconos i{
    display:block !important;
    color:#c9a15a !important;
    font-size:16px !important;
    margin-bottom:3px !important;
  }

  .vp-mini-iconos span{
    color:#ffffff !important;
    font-size:8px !important;
    line-height:1.08 !important;
  }


/* =====================================================
   8. MOBILE - BOTONES CHAT / LLAMAR / AGENDAR
===================================================== */

  .vp-botones-hero-mobile{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    margin-top:0 !important;
    padding:0 !important;
    background:#000 !important;
    overflow:hidden !important;
  }

  .vp-botones-hero-mobile .vc_column_container,
  .vp-botones-hero-mobile > .wpb_column{
    width:33.333% !important;
    max-width:33.333% !important;
    flex:0 0 33.333% !important;
    float:none !important;
    padding:0 !important;
    margin:0 !important;
  }

  .vp-botones-hero-mobile .vc_column-inner,
  .vp-botones-hero-mobile .wpb_wrapper,
  .vp-botones-hero-mobile .vc_btn3-container{
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
  }

  .vp-botones-hero-mobile .vc_btn3{
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:10px 2px !important;
    border-radius:0 !important;
    font-size:12.5px !important;
    font-weight:600 !important;
    white-space:nowrap !important;
    text-align:center !important;
  }


/* =====================================================
   9. MOBILE - TEXTO ESPECIALISTA ANCHO COMPLETO
===================================================== */

  .vp-texto-especialista{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:28px 22px !important;
    background:#ffffff !important;
    text-align:center !important;
  }

  .vp-texto-especialista h2,
  .vp-texto-especialista h3{
    color:#c9a15a !important;
    font-size:22px !important;
    line-height:1.25 !important;
    text-align:center !important;
    margin-bottom:12px !important;
  }

  .vp-texto-especialista p{
    color:#222222 !important;
    font-size:16px !important;
    line-height:1.65 !important;
    text-align:center !important;
  }

}

/* =====================================================
   SCROLL SUAVE ENTRE BLOQUES DE LA TARJETA
   Permite que botones como "Compartir"
   se desplacen suavemente al bloque destino
===================================================== */

html{
  scroll-behavior:smooth;
}

/* =====================================================
   BLOQUE ESPECIALISTA - DESKTOP Y MOBILE
   Texto premium + barra 19+ / Confianza / Operaciones / Atención
===================================================== */

.vp-bloque-especialista{
  width:100%;
  background:#ffffff;
  padding:35px 40px;
  text-align:center;
}

.vp-especialista-box{
  max-width:1100px;
  margin:0 auto;
}

.vp-especialista-titulo h2{
  color:#8a6428;
  font-size:34px;
  line-height:1.25;
  font-weight:700;
  margin:0;
  text-align:center;
}

.vp-linea-dorada{
  width:90px;
  height:2px;
  background:#c9a15a;
  margin:16px auto 18px;
}

.vp-especialista-titulo p{
  color:#222;
  font-size:18px;
  line-height:1.6;
  margin:0 0 25px;
  text-align:center;
}

.vp-confianza-row{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
  background:#101010;
  border:1px solid #c9a15a;
  border-radius:14px;
  padding:20px 10px;
}

.vp-confianza-row div{
  text-align:center;
  padding:0 10px;
  border-right:1px solid rgba(201,161,90,.35);
}

.vp-confianza-row div:last-child{
  border-right:none;
}

.vp-confianza-row i{
  display:block;
  color:#c9a15a;
  font-size:30px;
  margin-bottom:8px;
}

.vp-confianza-row strong{
  display:block;
  color:#ffffff;
  font-size:18px;
  line-height:1.15;
  font-weight:700;
}

.vp-confianza-row span{
  display:block;
  color:#ffffff;
  font-size:13px;
  line-height:1.2;
  margin-top:5px;
}

/* =====================================================
   BLOQUE ESPECIALISTA - AJUSTE SOLO CELULAR
===================================================== */

@media only screen and (max-width:767px){

  .vp-bloque-especialista{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:26px 16px 24px !important;
  }

  .vp-especialista-titulo h2{
    font-size:24px !important;
  }

  .vp-especialista-titulo p{
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .vp-confianza-row{
    grid-template-columns:repeat(4, 1fr) !important;
    border-radius:12px !important;
    padding:14px 5px !important;
  }

  .vp-confianza-row div{
    padding:0 5px !important;
  }

  .vp-confianza-row i{
    font-size:21px !important;
  }

  .vp-confianza-row strong{
    font-size:12px !important;
  }

  .vp-confianza-row span{
    font-size:8.5px !important;
  }
}

/* =====================================================
   BLOQUE CONOCE MI TARJETA
   Tarjetas Premium con Imagen de Fondo
===================================================== */

.vp-conoce-tarjeta{
  background:#101010;
  padding:40px 20px;
  text-align:center;
}

.vp-conoce-box{
  max-width:1200px;
  margin:0 auto;
}

.vp-conoce-box h2{
  color:#c9a15a;
  font-size:34px;
  font-weight:700;
  margin:0;
  text-transform:uppercase;
  letter-spacing:1px;
}

.vp-linea-dorada{
  width:90px;
  height:2px;
  background:#c9a15a;
  margin:15px auto 30px;
}

.vp-conoce-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.vp-card-servicio{
  position:relative;
  overflow:hidden;
  min-height:170px;
  border:1px solid #c9a15a;
  border-radius:14px;
  text-decoration:none !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background-size:cover;
  background-position:center;
  transition:all .3s ease;
}

.vp-card-servicio:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
      rgba(0,0,0,.35),
      rgba(0,0,0,.78)
  );
}

.vp-card-servicio:hover{
  transform:translateY(-4px);
}

.vp-card-servicio i,
.vp-card-servicio span{
  position:relative;
  z-index:2;
}

.vp-card-servicio i{
  color:#c9a15a;
  font-size:34px;
  margin-bottom:10px;
}

.vp-card-servicio span{
  color:#ffffff;
  font-size:16px;
  line-height:1.25;
  font-weight:700;
  text-align:center;
  text-shadow:0 2px 10px rgba(0,0,0,.60);
}

/* =====================================================
   IMÁGENES DE FONDO
===================================================== */

.vp-card-propiedades{
  background-image:url("https://ventasprimeras.com/wp-content/uploads/2026/03/vender-propiedades-de-lujo-ofrecer-alquiler.webp");
}

.vp-card-venta{
  background-image:url("https://ventasprimeras.com/wp-content/uploads/2026/03/conoce-cuanto-cuesta-tu-propiedad-tasacion-Copiar.webp");
}

.vp-card-inversion{
  background-image:url("https://ventasprimeras.com/wp-content/uploads/2025/09/distritos-top-de-lima.webp");
}

.vp-card-asesoria{
  background-image:url("https://ventasprimeras.com/wp-content/uploads/2026/03/vender-propiedad-de-lujo-en-Lima.webp");
}

/* =====================================================
   VERSIÓN CELULAR
===================================================== */

@media only screen and (max-width:767px){

  .vp-conoce-tarjeta{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:30px 14px !important;
  }

  .vp-conoce-box h2{
    font-size:24px !important;
  }

  .vp-conoce-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
  }

  .vp-card-servicio{
    min-height:125px !important;
  }

  .vp-card-servicio i{
    font-size:24px !important;
    margin-bottom:6px !important;
  }

  .vp-card-servicio span{
    font-size:13px !important;
    line-height:1.15 !important;
  }

}

/* =====================================================
   COUNTER WPBAKERY - 3 CONTADORES EN UNA FILA MOBILE
===================================================== */

@media only screen and (max-width:767px){

  .vp-counter-3-mobile{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:flex-start !important;
    width:100% !important;
  }

  .vp-counter-3-mobile > .wpb_column,
  .vp-counter-3-mobile > .vc_column_container{
    width:33.333% !important;
    max-width:33.333% !important;
    flex:0 0 33.333% !important;
    float:none !important;
    display:block !important;
    padding:0 !important;
    margin:0 !important;
  }

  .vp-counter-3-mobile .vc_column-inner{
    padding:0 3px !important;
  }

  .vp-counter-3-mobile .wpb_wrapper{
    margin:0 !important;
    padding:0 !important;
    text-align:center !important;
  }

  .vp-counter-3-mobile .counter,
  .vp-counter-3-mobile .counter-wrap,
  .vp-counter-3-mobile .counter-content,
  .vp-counter-3-mobile .gr-counter,
  .vp-counter-3-mobile .ube-counter{
    margin:0 !important;
    padding:0 !important;
    text-align:center !important;
  }

  .vp-counter-3-mobile .counter-number,
  .vp-counter-3-mobile .gr-number-counter,
  .vp-counter-3-mobile .ube-counter-number{
    font-size:24px !important;
    line-height:1 !important;
  }

  .vp-counter-3-mobile .counter-title,
  .vp-counter-3-mobile .gr-counter-title,
  .vp-counter-3-mobile .ube-counter-title{
    font-size:8px !important;
    line-height:1.05 !important;
    letter-spacing:0 !important;
  }

  .vp-counter-3-mobile i,
  .vp-counter-3-mobile .counter-icon,
  .vp-counter-3-mobile .icon{
    font-size:13px !important;
    margin-bottom:2px !important;
  }

}


/* =====================================================
   ERE DOWNLOAD DOCUMENT - ESTILO VENTAS PRIMERAS
   ===================================================== */

/* Campos Nombre, Email y futuros campos */
#ered_download_popup input[type="text"],
#ered_download_popup input[type="email"],
#ered_download_popup input[type="tel"] {
    border: 1px solid #c40000 !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: none !important;
}

/* Cuando se hace clic dentro del campo */
#ered_download_popup input[type="text"]:focus,
#ered_download_popup input[type="email"]:focus,
#ered_download_popup input[type="tel"]:focus {
    border-color: #9f0000 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* BOTÓN DESCARGAR */
#ered_download_popup .ladda-button,
#ered_download_popup button[type="submit"] {
    background: #c40000 !important;
    border-color: #c40000 !important;
    color: #ffffff !important;
}

/* Botón al pasar el mouse */
#ered_download_popup .ladda-button:hover,
#ered_download_popup button[type="submit"]:hover {
    background: #9f0000 !important;
    border-color: #9f0000 !important;
    color: #ffffff !important;
}

/* ==========================================================
   VENTAS PRIMERAS
   PROPIEDADES SIMILARES - CSS MAESTRO FINAL
   ========================================================== */


/* ==========================================================
   BLOQUE GENERAL
   ========================================================== */

.vp-similar-properties{
    width:calc(100% - 40px) !important;
    max-width:1200px !important;
    margin:50px auto 60px !important;
    padding:0 !important;
    clear:both !important;
    box-sizing:border-box !important;
}


/* ==========================================================
   GRID - 3 TARJETAS PC
   ========================================================== */

.vp-similar-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px !important;
    width:100% !important;
    margin-top:28px !important;
    align-items:stretch !important;
    box-sizing:border-box !important;
}


/* ==========================================================
   TARJETA
   ========================================================== */

.vp-similar-card{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;

    width:100% !important;
    min-width:0 !important;
    height:100% !important;

    margin:0 !important;

    background:#ffffff !important;
    border:1px solid #e1e1e1 !important;
    border-radius:7px !important;

    overflow:hidden !important;
    box-sizing:border-box !important;

    box-shadow:0 5px 18px rgba(0,0,0,.07) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}

.vp-similar-card:hover{
    transform:translateY(-3px);
    box-shadow:0 9px 24px rgba(0,0,0,.11) !important;
}


/* ==========================================================
   IMAGEN
   ========================================================== */

.vp-similar-image{
    position:relative !important;
    display:block !important;

    width:100% !important;
    height:230px !important;

    overflow:hidden !important;
    background:#f5f5f5 !important;
}

.vp-similar-image img{
    display:block !important;

    width:100% !important;
    height:100% !important;
    max-width:none !important;

    margin:0 !important;

    object-fit:cover !important;
}


/* ==========================================================
   ETIQUETAS VENTA / ALQUILER
   ========================================================== */

/* Contenedor para cuando existen las dos etiquetas */

.vp-similar-statuses{
    position:absolute !important;

    top:14px !important;
    left:14px !important;
    right:14px !important;

    z-index:30 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    pointer-events:none !important;
}


/* Etiqueta general */

.vp-similar-status{
    display:inline-block !important;

    width:auto !important;

    padding:8px 14px !important;
    margin:0 !important;

    background:#b60402 !important;
    color:#ffffff !important;

    border-radius:3px !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    text-transform:uppercase !important;
}


/* Si todavía existe una sola etiqueta directamente sobre la imagen */

.vp-similar-image > .vp-similar-status{
    position:absolute !important;
    top:14px !important;
    left:14px !important;
    z-index:20 !important;
}


/* VENTA - ROJO / IZQUIERDA */

.vp-similar-statuses .status-venta{
    position:static !important;
    order:1 !important;

    background:#b60402 !important;
    color:#ffffff !important;

    margin-left:0 !important;
    margin-right:auto !important;
}


/* ALQUILER - AZUL / DERECHA */

.vp-similar-statuses .status-alquiler,
.vp-similar-statuses .status-alquilar{
    position:static !important;
    order:2 !important;

    background:#0072b5 !important;
    color:#ffffff !important;

    margin-left:auto !important;
    margin-right:0 !important;
}


/* ==========================================================
   CONTENIDO DE TARJETA
   ========================================================== */

.vp-similar-content{
    display:flex !important;
    flex-direction:column !important;
    flex:1 !important;

    width:100% !important;

    padding:14px 18px 10px !important;

    box-sizing:border-box !important;
}


/* ==========================================================
   TIPO DE PROPIEDAD
   CASA / TERRENO / DEPARTAMENTO, ETC.
   ========================================================== */

.vp-similar-type{
    display:flex !important;
    align-items:center !important;

    width:100% !important;
    min-height:27px !important;

    margin:0 0 5px !important;
    padding:5px 10px !important;

    background:#f3f3f3 !important;

    border:1px solid #dedede !important;
    border-radius:3px !important;

    box-sizing:border-box !important;

    color:#555555 !important;

    font-size:10px !important;
    font-weight:400 !important;
    line-height:1.2 !important;

    text-transform:uppercase !important;
}


/* ==========================================================
   TÍTULO
   ========================================================== */

.vp-similar-title{
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;

    margin:0 !important;
    padding:0 !important;

    overflow:hidden !important;

    font-size:17px !important;
    line-height:1.24 !important;
}

.vp-similar-title a{
    display:-webkit-box !important;

    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:3 !important;

    overflow:hidden !important;

    color:#171717 !important;
    text-decoration:none !important;
}

.vp-similar-title a:hover{
    color:#b60402 !important;
}


/* ==========================================================
   UBICACIÓN
   ========================================================== */

.vp-similar-location{
    display:flex !important;
    align-items:center !important;

    width:100% !important;
    min-height:29px !important;

    margin:0 !important;
    padding:0 !important;

    color:#555555 !important;

    font-size:13px !important;

    box-sizing:border-box !important;
}

.vp-similar-location i{
    color:#b60402 !important;
    margin-right:5px !important;
}


/* ==========================================================
   PRECIOS
   VENTA IZQUIERDA / ALQUILER DERECHA
   ========================================================== */

.vp-similar-prices{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;
    min-height:48px !important;

    margin:0 !important;
    padding:0 !important;

    border-top:1px solid #e7e7e7 !important;

    box-sizing:border-box !important;
}


/* Precio general */

.vp-similar-price{
    display:flex !important;
    align-items:center !important;

    min-height:48px !important;

    margin:0 !important;
    padding:8px 0 !important;

    color:#b60402 !important;

    font-size:19px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    box-sizing:border-box !important;
}
/* PRECIO VENTA */
.vp-similar-prices .vp-price-sale{
    color:#b60402 !important;
    justify-content:flex-start !important;
    text-align:left !important;
}

/* PRECIO ALQUILER */
.vp-similar-prices .vp-price-rent{
    color:#0072b5 !important;
    justify-content:flex-end !important;
    text-align:right !important;
    margin-left:auto !important;
}

/* Para el HTML actual que todavía no tenga .vp-similar-prices */

.vp-similar-content > .vp-similar-price{
    width:100% !important;
    border-top:1px solid #e7e7e7 !important;
}


/* Cuando esté dentro del nuevo contenedor de precios */

.vp-similar-prices .vp-similar-price{
    border-top:0 !important;
}


/* PRECIO VENTA */

.vp-price-sale{
    color:#b60402 !important;
    justify-content:flex-start !important;
    text-align:left !important;
}


/* PRECIO ALQUILER */

.vp-price-rent{
    color:#0072b5 !important;

    justify-content:flex-end !important;
    text-align:right !important;

    margin-left:auto !important;
}


/* Separador cuando existan dos precios */

.vp-price-separator{
    margin:0 7px !important;
    color:#777777 !important;
    font-weight:400 !important;
}


/* ==========================================================
   ÚLTIMA FILA
   AT / AC / DORMITORIOS / ESTACIONAMIENTOS
   ========================================================== */

.vp-similar-features{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;

    width:100% !important;
    min-width:0 !important;
    min-height:46px !important;

    gap:8px !important;

    margin:0 !important;
    padding:9px 2px !important;

    border-top:1px solid #ededed !important;

    box-sizing:border-box !important;

    color:#444444 !important;

    font-size:13px !important;
    font-weight:500 !important;
    line-height:1.2 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
}


/* Cada dato */

.vp-similar-features span{
    display:inline-flex !important;
    align-items:center !important;

    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    white-space:nowrap !important;

    font-size:13px !important;
    font-weight:500 !important;
    line-height:1.2 !important;
}


/* Iconos */

.vp-similar-features i{
    flex:0 0 auto !important;

    margin-right:3px !important;

    color:#444444 !important;

    font-size:15px !important;
    line-height:1 !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width:991px) and (min-width:768px){

    .vp-similar-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:22px !important;
    }

    .vp-similar-features{
        gap:7px !important;
        font-size:12px !important;
    }

    .vp-similar-features span{
        font-size:12px !important;
    }

    .vp-similar-features i{
        font-size:14px !important;
        margin-right:2px !important;
    }
}


/* ==========================================================
   CELULAR
   ========================================================== */

@media (max-width:767px){

    .vp-similar-properties{
        width:auto !important;

        margin:35px 15px 45px !important;
        padding:0 !important;
    }


    .vp-similar-grid{
        grid-template-columns:1fr !important;

        gap:24px !important;

        margin-top:22px !important;
    }


    .vp-similar-card{
        border:1px solid #d8d8d8 !important;
        border-radius:6px !important;

        box-shadow:0 4px 15px rgba(0,0,0,.08) !important;
    }


    .vp-similar-image{
        height:210px !important;
    }


    .vp-similar-status{
        padding:7px 12px !important;
        font-size:10px !important;
    }


    .vp-similar-image > .vp-similar-status{
        top:12px !important;
        left:12px !important;
    }


    .vp-similar-statuses{
        top:12px !important;
        left:12px !important;
        right:12px !important;
    }


    .vp-similar-content{
        padding:12px 14px 8px !important;
    }


    .vp-similar-type{
        min-height:26px !important;

        margin-bottom:4px !important;

        font-size:10px !important;
    }


    .vp-similar-title{
        height:auto !important;
        min-height:0 !important;
        max-height:none !important;

        margin-bottom:5px !important;

        font-size:17px !important;
        line-height:1.23 !important;
    }


    .vp-similar-location{
        min-height:27px !important;

        font-size:12px !important;
    }


    .vp-similar-prices{
        min-height:44px !important;
    }


    .vp-similar-price{
        min-height:44px !important;

        padding:7px 0 !important;

        font-size:18px !important;
    }


    .vp-similar-features{
        min-height:44px !important;

        gap:6px !important;

        padding:8px 1px !important;

        font-size:12px !important;
    }


    .vp-similar-features span{
        font-size:12px !important;
    }


    .vp-similar-features i{
        margin-right:2px !important;

        font-size:14px !important;
    }
}

/* ==========================================
   PROPERTY LABELS - CENTRADO
========================================== */

.vp-single-property-labels{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;

    width:100% !important;
    gap:10px !important;

    margin:18px 0 16px 0 !important;
    padding:0 !important;

    text-align:center !important;
}

/* ==========================================
   PROPERTY LABELS - CELULAR
========================================== */

@media (max-width: 767px){

    .single-property-element.property-description
    .vp-single-property-labels{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        flex-wrap:wrap !important;

        width:100% !important;
        max-width:100% !important;

        margin:14px auto 12px !important;
        padding:0 5px !important;

        gap:5px !important;
        text-align:center !important;
        box-sizing:border-box !important;
    }

    .single-property-element.property-description
    .vp-single-property-label-item{
        display:inline-block !important;

        font-size:11px !important;
        line-height:1 !important;
        font-weight:600 !important;

        padding:6px 9px !important;
        margin:0 !important;

        color:#ffffff !important;
        white-space:nowrap !important;
    }
}