/* =======================
   Formulario de filtros
======================= */
.featuresSlideVB {
	overflow: hidden; /* Oculta lo que sobresale */
	width: 100%;
	cursor: grab;
	padding: 10px 0; /* Espacio para sombras si las hay */
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}
.featuresSlideVB:active { cursor: grabbing; }
#carouselContainer {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
	user-select: none; 
    scrollbar-width: none;
}
#carouselContainer::-webkit-scrollbar {
    display: none; /* Opcional: oculta scrollbar en Chrome/Safari */
}
#carouselContainer:active {
    cursor: grabbing;
}
.carousel-track {
	display: flex;
	gap: 30px;
	will-change: transform;
}
.featuresSlideVB .featuresItemVB {
	flex-shrink: 0;
    position: relative;
    display: flex;
	overflow: hidden;
    height: 560px;
	width: 353px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
	flex-basis: calc((100% / 3) - var(--gap) - (var(--peek) / 3));
	-webkit-user-select: none;
	user-select: none;
	scroll-snap-align: start;
}
@media (max-width: 1024px) {@
  .featuresItemVB {
    flex-basis: calc((100% / 2) - var(--gap) - (var(--peek) / 2));
  }
}
/* Móvil (1 visible + asomado) */
@media (max-width: 600px) {
  .featuresItemVB {
    flex-basis: calc(100% - var(--gap) - var(--peek));
  }
}
.featuresSlideVB .featuresItemVB:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.12%, rgba(0, 0, 0, 0.9) 100%);
}
.dots-container {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 30px;
}
.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f2efe8;
  cursor: pointer;
    transition: all 0.3s ease!important;
}
.dot:hover, .dot.active { background: #bead8e; }
.featuresSlideVB .featuresItemVB::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease!important;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.12%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.featuresSlideVB .featuresItemVB img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;	
	height: 100%;
	object-fit: cover;
    z-index: 0;
	pointer-events: none;
}
.featuresSlideVB .featuresItemVB .feature_price {
	background-color: #BEAD8E;
    margin: 25px 30px 0 30px;
    padding: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
	font-family: "Archivo", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    z-index: 2;
	display: inline-block;
}
.featuresSlideVB .featuresItemVB .feature_info {
    z-index: 2;
    padding: 0 30px 25px 30px;
}
.featuresSlideVB .featuresItemVB .feature_info h5 {
	font-family: "Archivo", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
}
.featuresSlideVB .featuresItemVB .feature_info h4 {
	font-family: "Figtree", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.52px;
    color: #FFFFFF;
	position: relative;
	z-index: 3;
}
.featuresSlideVB .featuresItemVB .feature_info h4 a {
	font-family: "Figtree", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.52px;
    color: #FFFFFF;
	position: relative;
	left: inherit;
	top: inherit;
	height: inherit;
}
.featuresSlideVB .featuresItemVB .feature_info h4 a:hover {
    color: #bead8e;
}
.featuresSlideVB .featuresItemVB .feature_info p {
	font-family: "Archivo", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}
.sectionSortTotals {
	display: flex;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.boxNothingProperty {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 100px 20px;
}
.boxNothingProperty.boxNothingListing {
	padding-top: 100px;
}
.boxNothingProperty .icon {
    text-align: center;
}
.boxNothingProperty .icon i {
	color: #bead8e;
	font-size: 59px;
}
.boxNothingProperty h1 {
	font-family: "Figtree", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #222222;
    max-width: 740px;
    display: block;
    margin: 20px auto 30px auto;
}
.boxNothingProperty h1 span,
.boxNothingProperty p strong {
    color: #bead8e;
}
.boxNothingProperty p {
    text-align: center;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #777777;
    line-height: 25px;
    letter-spacing: 0px;
	margin-bottom: 0;
}
.boxNothingProperty .btn {
	display: inline-block;
	margin: 40px auto 0 auto;
    background-color: #222222;
    font-family: "Archivo", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #222222;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 70px 5px 70px;
}
.boxNothingProperty .btn:hover {
    background-color: #BEAD8E;
    color: #FFFFFF;
    border-color: #BEAD8E;
}
#form-orden {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
#form-orden label {
	width: 120px;
	font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #777777;
	margin-bottom: 0;
    text-align: right;
}
#form-orden select {
	font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #222;
    border: 0 !important;
    width: auto;
}
#form-orden select:hover,
#form-orden select:active,
#form-orden select:focus {
	color: #bead8e;
}
.totalPropertiesVB {
    font-style: normal;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 3px;
    color: #777777;
    display: block;
}
.vayabits_filtros {
	position: relative;
    background: #fff !important;
    padding: 25px 35px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0px 4px 4px 0px #00000014;
	margin: 0;
}
.vayabits_filtros .vbTabsActions {
    position: absolute;
    top: -38px;
    left: 0;
}
.vayabits_filtros .vbTabsActions .btn-accion {
	float: left;
	background: #F7F4EF;
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.3s ease;
	border: 0;
}
.vayabits_filtros .vbTabsActions .btn-accion:first-child {
    border-top-left-radius: 8px;
}
.vayabits_filtros .vbTabsActions .btn-accion:last-child {
    border-top-right-radius: 8px;
}
.vayabits_filtros .vbTabsActions .btn-accion.active {
	background: #BEAD8E !important;
    color: #ffffff !important;
}
.filtroDropdownVB {
	position: relative;
	flex: 1;
	padding: 0 15px;
	border-left: 0.49px solid #c4c4c482;
}
.vbFieldsFilter {
	display: flex;
}
.vbFieldsFilter .filtroDropdownVB:first-child {
	border-left: 0!important;
	padding-left: 0!important;
}
.vbFieldsFilter .toggle-filtro i {
	margin-left: 10px;
}
.vbFieldsFilter .toggle-filtro {
    line-height: 1.6 !important;
    padding: 5px 10px !important;
    height: 49px!important;
    border: none !important;
    outline: 0 !important;
    height: 42px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 15px;
	text-align: left;
	border-radius: 3px;
    transition: all .3s;
    width: 100%;
	color: #222;
	cursor: pointer;
}
.vbFieldsFilter .toggle-filtro:hover,
.vbFieldsFilter .toggle-filtro:focus,
.vbFieldsFilter .toggle-filtro:active {
    background: none!important;
	color: #BEAD8E;
}
.vbFieldsFilter input[type=number], .vbFieldsFilter input[type=text] {
    line-height: 1.6 !important;
    padding: 5px 10px !important;
    height: 49px!important;
    border: none !important;
    outline: 0 !important;
    height: 42px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 15px;
	border-radius: 3px;
    transition: all .3s;
	color: #222;
    width: 100%;
}
.vbFieldsFilter input[type=number]:active, .vbFieldsFilter input[type=text]:active,
.vbFieldsFilter input[type=number]:focus, .vbFieldsFilter input[type=text]:focus {
	color: #BEAD8E;
}
.vbFieldsFilter button.submitVB {
    border-radius: 2px;
    background: #BEAD8E;
    color: #FFF;
    font-family: Archivo;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 28.5px !important;
    text-align: center;
    vertical-align: middle;
    padding: 5px 35px !important;
    border: 1px solid #bead8e;
	height: 49px!important;
}
.vbFieldsFilter button.submitVB i {
	margin-right: 10px;
}
.vbFieldsFilter button.submitVB:hover {
    background: #fff !important;
    color: #BEAD8E !important;
    opacity: 1 !important;
}
.contenido-filtro {
	display: none;
	position: absolute;
    left: 0;
    top: 48px;
    width: 230px;
    background-color: #fff;
    border: 0.49px solid #c4c4c482;
    height: auto;
    max-height: 250px;
	border-radius: 2px;
	overflow-y: auto;
	z-index: 999;
}
.contenido-filtro label.d-block {
    font-family: Archivo;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 21px;
	display: block;
	width: 100%;
	margin: 0;
	cursor: pointer;
}
.contenido-filtro label.d-block input {
    margin-right: 5px;
}
.contenido-filtro label.d-block:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.contenido-filtro label.d-block:has(input:checked) {
    background-color: #bead8e!important;
	color: #fff !important;
}
.gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gallery img {
    width: 100px;
}
.vayabits_filtros button {
    padding: 8px 16px;
}
h3 {
	margin-top: 30px;
}

/* =======================
   Listado de propiedades
======================= */
.inmo-listado {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
    justify-content: flex-start;
}
.inmo-listado .propiedadVB {
	box-shadow: 0px 3.43px 25px 0px #0000000F;
    border-radius: 2px;
    background: #FFFFFF;
    border: 0;
    position: relative;
    padding: 0;
	width: calc(33.33% - 20px);
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.inmo-listado .propiedadVB a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.propiedadVBTop .propiedadTitleVB {
    padding: 20px 25px 0 25px;
}
.propiedadVBTop .propiedadImageVB {
	position: relative;
	padding: 13px 8px 0 8px;
}
.inmo-listado .propiedadVB .bodyPropiedadVB {
	position: relative;
    padding: 20px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.inmo-listado .propiedadVB h3 {
    font-family: Figtree;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    vertical-align: middle;
    margin-bottom: 10px;
	text-align: left;
    padding: 3px 5px 8px 5px;
	z-index: 3;
}
.inmo-listado .propiedadVB h3 a {
	position: relative;
	left: inherit;
	top: inherit;
	width: inherit;
	height: inherit;
    color: #222222;
	text-decoration: none;
	z-index: 3;
	transition: all 0.3s ease;
}
.inmo-listado .propiedadVB h3 a:hover {
	color: #bead8e;
}
.inmo-listado .propiedadVB:hover h3 a {
	color: #bead8e;
}
.inmo-listado .propiedadVB .typeVB,
.inmo-listado .propiedadVB .locationVB {
    text-align: left;
    padding: 3px 5px 8px 5px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 21.42px;
    color: #777;
	z-index: 1;
}
.inmo-listado .propiedadVB .iconsPropertyVB {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}
.inmo-listado .propiedadVB .iconsPropertyVB span {
    flex: 1;
	text-align: center;
	font-family: Archivo;
    font-weight: 400;
    font-size: 13.71px;
	padding: 5px 0;
    line-height: 15.08px;
    vertical-align: middle;
    color: #777777;
    background-color: #fff;
    border-left: 1px solid #E9E9E9;
	z-index: 1;
}
.inmo-listado .propiedadVB .iconsPropertyVB span:first-child {
    border-left: 0;
}
.inmo-listado .propiedadVB .iconsPropertyVB a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.inmo-listado .propiedadVB .iconsPropertyVB span i {
    margin-right: 5px;
}
.propiedadVBTop .badgesVB {
    position: absolute;
    right: 28px;
    top: 34px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.propiedadVBTop .badgesVB span {
	position: relative;
}
.propiedadVBTop .badgesVB span img {
	width: 39px;
	height: 39px;
}
.propiedadVBTop .priceVB {
	position: absolute;
    color: #fff;
    left: 28px;
    top: 34px;
    width: auto;
    padding: 9px;
    height: auto;
    font-family: Archivo;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border: 0.5px solid #FFFFFF;
    border-radius: 2px;
    background-color: #bead8e;
}
.propiedadVBTop .refVB {
    padding: 2px 15px;
    z-index: 1;
    width: auto;
    text-align: center;
    position: absolute;
    margin-right: 0px;
    background-color: #222;
    color: #fff;
    bottom: 12px;
    left: 8px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 21.42px;
}
.inmo-listado .propiedadVB img {
    width: 100%;
	height: 314px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
	transition: all 0.3s ease;
	z-index: 1;
}
.inmo-listado .propiedadVB:hover img {
    opacity: 0.7;
}

.inmo-listado .propiedadVB h5 {
    margin-top: 8px;
    font-size: 1.1rem;
}
/* =======================
   Paginación
======================= */
.navsPropertiesVB {
	margin-bottom: 50px;
}
.navsPropertiesVB .page-itemVB .page-link {
	background-color: transparent;
	font-size: 16px;
	text-decoration: none;
    color: #222;
	position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    outline: 0 !important;
    border-radius: 2px;
    border: 0 !important;
	font-weight: 600;
    font-family: Archivo;
}
.navsPropertiesVB .page-itemVB .page-link:hover {
	background-color: transparent;
    color: #999;
}
.paginationVB {
    display: flex;
    list-style: none;
    gap: 15px;
	padding-left: 0!important;
    justify-content: center!important;
    margin: 20px auto!important;
    align-items: stretch;
    align-content: center;
}

.paginationVB .page-itemVB.active a {
    color: #bead8e;
}

/* =======================
   Ficha interna de propiedad
======================= */
.inmo-ficha {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.inmo-ficha h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.inmo-ficha .precio {
    font-weight: bold;
    color: #007bff;
    font-size: 1.2rem;
}

.inmo-ficha p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.inmo-ficha .badge {
    display: inline-block;
    padding: 4px 8px;
    margin: 2px 2px 2px 0;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #fff;
    background-color: #6c757d;
}

.inmo-ficha .badge.bg-primary { background-color: #007bff; }
.inmo-ficha .badge.bg-success { background-color: #28a745; }
.inmo-ficha .badge.bg-warning { background-color: #ffc107; color:#212529; }
.inmo-ficha .badge.bg-info    { background-color: #17a2b8; }
.inmo-ficha .badge.bg-secondary { background-color: #6c757d; }
.inmo-ficha .badge.bg-dark { background-color: #343a40; }

/* Galería */
.inmo-ficha .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.inmo-ficha .gallery img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

/* Iframes (video/tour 360) */
.inmo-ficha iframe {
    border-radius: 6px;
}


.carrusel {
	max-width: 100%;
	margin: auto;
	-webkit-user-select: none;
	user-select: none;
}
.carrusel-principal {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.carrusel-principal img {
  width: 100%;
  min-height: 100%;
  max-height: 660px;
  height: auto!important;
  display: block;
  border-radius: 8px!important;
  cursor: pointer;
  transition: opacity 0.5s ease!important;
  opacity: 1;
  object-fit: cover;
}
#map {
    cursor: grab;
}
#map:focus {
    outline: none; /* Quita el borde azul de enfoque en algunos navegadores */
}
.tabla-energetica {
	width: 100%;
	font-family: Arial, sans-serif;
	border: 1px solid #333;
}
.tabla-energetica.disabledCEVB {
	position: relative;
	border: 0;
}
.tabla-energetica.disabledCEVB .cabecera,
.tabla-energetica.disabledCEVB .fila-energetica,
.tabla-energetica.disabledCEVB .etiqueta-texto {
	opacity: 0.2;
}
.infoTagsSidebarVB div,
.infoTagsSidebarVB p {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px dotted #c2c0c0;
	font-size: 16px;
    padding: 10px 0 10px 0;
}
.infoTagsSidebarVB div:last-child,
.infoTagsSidebarVB p:last-child {
	border-bottom: 0;
}
.infoTagsSidebarVB div h3,
.infoTagsSidebarVB p strong {
	flex: 1;
	margin: 0;
	color: #000;
	line-height: 18px;
    font-size: 16px;
	font-weight: 400;
}
.infoTagsSidebarVB div label,
.infoTagsSidebarVB p label {
	flex: 1;
	text-align: left;
	margin: 0;
	color: #000;
	line-height: 18px;
    font-size: 16px;
	font-family: Archivo;
	font-weight: bold;
}
.infoTagsSidebarVB .priceVB {
    color: #fff;
    width: auto;
    padding: 9px;
    height: auto;
    font-family: Archivo;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #bead8e;
    text-align: center;
}
.agentVB {
	border-bottom: 1px dotted #c2c0c0;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.agentVB img {
	border-radius: 2px !important;
    margin-bottom: 20px;
}
.agentVB h3 {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	font-weight: 700;
    color: #000;
    line-height: 18px;
    font-size: 16px;
}
.agentVB div {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.agentVB div a {
    color: #000;
	text-decoration: none;
}
.agentVB div a i {
    color: #000!important;
	margin-right: 5px;
}
.agentVB div a:hover {
    color: #bead8e;
}
.agentVB div a:hover i {
    color: #bead8e!important;
}
.boxInfoPropertyVB .infoTagsSidebarVB {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
	column-gap: 30px;
}
.boxInfoPropertyVB .infoTagsSidebarVB div {
    width: calc(50% - 30px);
}
.boxInfoPropertyVB .infoTagsSidebarVB div label {
    text-align: right;
}
.boxInfoPropertyVB .infoTagsSidebarVB div:last-child {
	border-bottom: 1px dotted #c2c0c0;
}
.tabla-energetica.disabledCEVB p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	color: #222222 !important;
    font-family: Figtree !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    text-align: center !important;
	margin: 0!important;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cabecera {
	display: flex;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.col-escala { 
	flex: 2; 
	text-align: left; 
	display: flex; 
	align-items: center; 
	padding-left: 10px; 
	color: #555; 
	font-size: 11px;
}
.col-valores { 
	flex: 1; 
	border-left: 1px solid #333; 
	padding: 10px 5px; /* El padding ya no ensanchará la columna */
}
.fila-energetica {
	display: flex;
	align-items: center;
	height: 40px; 
}
.escala-contenedor { 
	flex: 2; 
	display: flex; 
	align-items: center;
}
.valor-indicador { 
	flex: 1; 
	height: 100%; 
	border-left: 1px solid #333; 
	display: flex; 
	justify-content: flex-end; /* Alinea la flecha a la derecha de la celda */
	align-items: center;
	padding-right: 5px;
}
.barra {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: white;
	font-size: 22px;
	font-weight: bold;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.letra-barra {
	margin-right: 15%; /* Margen relativo para que no se salga de la punta */
}
.flecha-indicador {
	height: 30px;
	width: 90%; /* Ahora el 90% es del interior de la celda, sin sumarle el padding */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 22px;
	margin-right: -5px;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}
.fichaInsideVB {
	position: relative;
}
.fichaInsideVB h1 {
	font-family: Figtree;
    font-weight: 600;
    font-size: 34px;
    line-height: 40.8px;
    color: #000;
    margin: 0 0 40px 0;
	display: block;
	width: 100%;
}
.returnVB {
    color: #333;
	line-height: 40px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -53px;
}
.returnVB:hover {
    color: #BEAD8E;
}
.containerFichaVB {
	display: flex;
	gap: 30px;
	margin: 30px 0 100px 0;
}
.containerFichaVB .property-sidebar {
	width: 360px;
}
.containerFichaVB .contentFichaVB {
	width: auto;
	max-width: 100%;
}
.etiqueta-texto { 
	font-size: 11px;
	color: #555;
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #333;
}
.boxInfoPropertyVB {
	background-color: #f5f5f5;
    margin: 23px 0px 10px 0px;
    padding: 21px;
	font-size: 16px;
}
.boxInfoPropertyVB h2 {
    font-size: 23px;
	font-weight: 500;
    line-height: 1.2;
	margin: 5px 0 20px 0;
}
.boxInfoPropertyVB:first-child {
    margin-top: 0!important;
}
.boxSidebarPropertyVB {
	background-color: #F7F4EF;
    padding: 30px;
    color: #222222 !important;
    margin: 23px 0px 10px 0px;
	font-size: 16px;
}
.boxSidebarPropertyVB h2 {
	color: #222222 !important;
    font-family: Figtree !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    text-align: center !important;
	margin: 5px 0 20px 0;
}
.boxSidebarPropertyVB:first-child {
    margin-top: 0!important;
}
.text-advertencia {
	font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777;
	margin-top: 30px;
}
.flecha {
    position: absolute;
    top: 0;
    font-size: 40px;
    color: rgb(255 255 255);
    background: rgb(0 0 0 / 18%);
    width: 60px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	transition: all linear 0.3s!important;
}
.flecha:hover {
	background: rgb(0 0 0 / 40%);
}
.flecha:active {
	color: #BEAD8E;
}
.flecha-prev {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.flecha-next {
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.miniaturas {
  margin-top: 10px;
  display: flex;
  overflow-x: auto;
  gap: 5px;
  padding-bottom: 5px;
}
.miniaturas img {
  width: 90px;
  height: 60px!important;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px!important;
  border: 2px solid transparent!important;
  flex-shrink: 0;
  opacity: 0.6;
  transition: all linear 0.3s!important;
}
.miniaturas img:hover {
  opacity: 1!important;
}
.miniaturas img.active {
  border-color: #BEAD8E!important;
  opacity: 1!important;
}
.miniaturas::-webkit-scrollbar {
  height: 8px;
}
.miniaturas::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
}
.modal-galeria{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:9999;
	-webkit-user-select: none;
	user-select: none;
}
.modal-galeria img {
  max-width:95%;
  max-height:95%;
  border-radius:6px;
  z-index: 1;
  transition: opacity 0.5s ease!important;
}
.modal-cerrar{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  color:white;
  cursor:pointer;
  z-index: 3;
  transition: all linear 0.3s!important;
}
.modal-cerrar:hover{
  color: #BEAD8E;
}
.flecha-mini-prev,
.flecha-mini-next{
  position:absolute;
  top:0;
  height:100%;
  width:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,0.2);
  color:#fff;
  font-size:30px;
  cursor:pointer;
  z-index:5;
}
.flecha-mini-prev{ left:0; }
.flecha-mini-next{ right:0; }
.modal-flecha{
  position:absolute;
  top:0;
  width:80px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
  color:white;
  background:rgba(0,0,0,0.2);
  cursor:pointer;
  user-select:none;
  z-index: 2;
  transition: all linear 0.3s!important;
}
.modal-flecha:hover{
  background:rgba(0,0,0,0.4);
  color: #BEAD8E;
}
.modal-prev{
  left:0;
}
.modal-next{
  right:0;
}
.isFichaPropiedadVB .shortcodeLangHead  {
	display: none!important;
}
@media (max-width: 1024px) {
	.sectionSortTotals {
		padding: 30px 20px;
	}
	.inmo-listado {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inmo-listado .propiedadVB {
		width: calc(50% - 20px);
	}
	.returnVB {
		left: 20px;
		top: -20px;
	}
	.fichaInsideVB {
		padding: 30px 20px 0 20px;
		max-width: 100%;
		width: 100%;
	}
	.carrusel-principal {
		height: 280px;
	}
	.containerFichaVB .contentFichaVB {
		max-width: 100%;
		width: 100%;
		order: 1;
	}
	.containerFichaVB .property-sidebar {
		order: 2;
		max-width: 100%;
		width: 100%;
	}
	.containerFichaVB {
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
	}
	.infoTagsSidebarVB div {
		flex-wrap: nowrap;
		align-content: space-around;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: column;
		padding: 15px 0 10px 0;
	}
	.boxInfoPropertyVB .infoTagsSidebarVB div label {
		text-align: left;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	#form-orden select {
		margin-left: 10px;
	}
	.inmo-listado .propiedadVB {
		width: 100%;
	}
	.flecha {
		font-size: 30px;
		width: 40px;
	}
	.flecha-mini-prev, .flecha-mini-next {
		width: 30px;
		font-size: 20px;
	}
	.modal-flecha {
		width: 40px;
		font-size: 40px;
	}
	.modal-cerrar {
		right: 10px;
	}
    .vayabits_filtros {
        flex-direction: column;
    }
	.paginationVB {
		flex-wrap: wrap;
	}
}
@media (max-width: 580px) {
	.sectionSortTotals {
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	.boxNothingProperty .btn {
		padding: 10px 20px 10px 20px;
		line-height: 22px;
		width: 100%;
		text-align: center;
	}
}