/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans&display=swap');

/* Personalizada */
@font-face {
    font-family: 'Shift Medium';
    src: url('../fonts/Shift-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shift Light';
    src: url('../fonts/Shift-Light.otf');
    font-weight: normal;
    font-style: normal;

}

/* GENERALES */
body {
    font-family: 'Google Sans', sans-serif !important;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Shift Medium', sans-serif !important;
}

.negro {
    color: #000 !important;
}

input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 20px !important;
    padding: 0px 15px 0px 15px !important;
    font-size: 13px;
}

label, legend {
    font-size: 12px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px){
	.ocultarmobile {
		display:none;
	}
}

@media (min-width: 768px){
	.ocultardesk{
		display:none;
	}
}



/* FOOTER */

#footer{
    background-color: #ffffff !important;
}
img.footer-logo {
    max-height: 120px !important;
}

#backtotop {
    bottom: 100px !important;
    margin: 0 30px 0 0 !important;
}



/* HEADER */
#header {
    background-color: #FFFFFF !important;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media only screen and (max-width: 992px){
    #header {
        background-color: #FFFFFF !important;
        padding-bottom: 0px;
        padding-top: 10px;
    }
}



/* Menu Style 1
------------------------------------- */

#logo img {
    max-height: 55px !important;
}
@media only screen and (max-width: 992px){
    #logo {
        width: 170px !important;
    }
}

.mmenu-trigger {
    margin: 0 0 10px 0 !important;
}

#header.cloned {
    padding: 5px 0 2px 0 !important;
}

#header.cloned #logo img {
    max-width: none !important;
    margin-top: 0px !important;
}

#navigation.style-1 .current {
    background-color: #ffffff;
    border: none;
    color: #A8906C;
	padding: 2px 15px;
	border-radius: 20px;
}

#navigation.style-1 .current:after { opacity: 1; }

#navigation.style-1 ul li {
	transition: all 0.25s;
	/* border-radius: 20px; */
}

#navigation.style-1 ul li:hover {
	background-color: #ffffff;
    color: #A8906C;
    /* border-radius: 20px; */

}

#navigation.style-1 ul li:hover a { color: #A8906C; }

#navigation.style-1 ul a {
	line-height: 32px;
	padding: 2px 15px;
    /* border-radius: 20px; */
}
#navigation ul ul a {
    padding: 7px 22px 4px 15px !important;
}

#navigation.style-1 ul li { margin: 0 5px; }

#navigation.style-1 ul ul li { margin: 0; border-radius: 0; }

#navigation.style-1 ul ul li:first-child { border-radius: 3px 3px 0 0; }
#navigation.style-1 ul ul li:last-child { border-radius: 0 0 3px 3px; }

@media (max-width: 767px){
#top-bar .left-side {
    padding: 0 15px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.00) 0%, transparent);
}
}


.textos-nosotros p{
    color: #FFFFFF !important;
    font-size: 16px !important;
}

/* BUSCADOR HOME */

.search-container {
    padding: 15% 0;
}

.search-container .chosen-container-single .chosen-single {
	height: 35px;
    line-height: 35px;
    border-radius: 20px;
    padding: 0px 15px 0px 15px;
    font-size: 15px  !important;
}

.search-container .main-search-input input{
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 20px !important;
    padding: 0px 15px 0px 15px !important;
    font-size: 15px  !important;
}
.chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 8px !important;
    padding-top: 8px;
}
select[name="tipo_propiedad"] {
    scroll-behavior: none;
    overscroll-behavior: none;
  }

  /* Parche CSS para el scroll */
  .chosen-container .chosen-results {
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    pointer-events: auto !important;
  }
  


.search-container .main-search-input button.button {
    height: 35px;
    font-size: 15px  !important;
}

button.button{
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 20px !important;
    padding: 0px 15px 0px 15px !important;
}

a.button{
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 20px !important;
    padding: 0px 15px 0px 15px !important;
}
/* Trigger */
.more-search-options-trigger {
	height: 25px !important;
    line-height: 25px !important;
    border-radius: 20px !important;
    padding: 0px 15px 0px 15px !important;
    margin-bottom: 15px;
    font-size: 13px;
}

#backtotop a {
    border-radius: 50px;
}


/* BUSCADOR */

/* Single Select box */
.chosen-container-single .chosen-single {
	padding: 3px 15px 5px 15px;
	height: 35px;
	line-height: 30px;
	border-radius: 20px;
    font-size: 13px  !important;
}

.row.with-forms input{
    margin-bottom: 18px;
    padding: 5px 15px 3px 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    font-size: 13px  !important;
}

.main-search-input button.button {
    padding: 0px 15px 0px 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
}
.more-search-options.relative .more-search-options-container {
    margin: 0;
}

section.search {
   background-color: #F4F3F1;
}

/* LISTADO DE PROPIEDADES */

.listing-item{
    height: auto !important;
    min-height: auto !important;
    display: block !important;
}
.listing-tipo{
    font-size: 12px; color: #555;
}
.listing-img-content span {
    font-size: 18px;
}
.listing-title {
    padding: 10px 20px;
}
.listing-titulo{
    font-size: 18px;
    line-height: 18px !important;
    color: #000000;
    font-weight: 700;
}
.listing-img-content {
    padding: 10px 20px;
}
.button-outline{
    background-color: #ffffff !important;
    color: #A8906C !important;
    border: 1px solid #A8906C !important;
}
.button-outline:hover{
    background-color: #A8906C !important;
    color: #ffffff !important;
    border: 1px solid #A8906C !important;
}
.small-text{
    font-size: 12px !important;
}

.button-outline-negro{
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.button-outline-negro:hover{
    background-color: #000 !important;
    color: #ffffff !important;
    border: 1px solid #000 !important;
}

.listing-img-container{
    height: auto !important;
}
.listing-img-container:after {
    background: linear-gradient(to bottom, transparent 30%, #000000);
}

/* DETALLLE DE PROPIEDAD */

.detalle-titulo{
    font-family: 'Google Sans', sans-serif !important;
    margin-top: 0px  !important;
}

.price-div{
    background-color: #A8906C;
    color: #FFF  !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px !important;
    width: 100%;
    border-radius: 50px;
    font-weight: 400;
}
.price-div a{
    color: #FFF  !important;
}
.caracteristicas-badge{
    background-color: #ffffff;
    text-align: center;
    font-size: 14px !important;
    width: auto;
    padding: 2px 15px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #e6e6e6;

}




.desc-headline{
    font-family: 'Google Sans', sans-serif !important;
}

.mfp-counter {
    display: none;
}

/* GOOGLE MAP */
.fs-inner-container:first-child {
    width: 25% !important;
}
.fs-inner-container {
    width: 75% !important;
}
@media (max-width: 768px){
	.fs-inner-container:first-child {
        display: none !important;
    }
    .fs-inner-container {
        width: 100% !important;
    }
}

/* TABS */
.tabs {
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .tablink {
    background-color: #ffffff;
    text-align: center;
    font-size: 14px !important;
    width: auto;
    padding: 2px 15px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
  }
  
  .tablink.active {
    color: #fff;
    background-color: #A8906C;
  }
  
  .tabcontent {
    display: none;
    border-radius: 0 0 5px 5px;
  }

.unidades-badge{
    background-color: #ffffff;
    text-align: center;
    font-size: 14px !important;
    width: 100%;
    padding: 4px 20px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    display: block;
}
.unidades-badge-verde{
    color: #fff;
    background-color: #A8906C;
    text-align: center;
    font-size: 14px !important;
    width: 100%;
    padding: 4px 20px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #ffffff;
    display: block;
}

.progress-container {
    display: flex;
    align-items: center;
    width: 100%; /* El contenedor se ajusta al 100% del ancho disponible */
    max-width: 800px; /* Opcional: para limitar el ancho máximo */
    margin: 0 auto; /* Centra el contenedor en la página */
    justify-content: space-between; /* Distribuye los elementos a lo largo del contenedor */
    padding-right: 20px;
    padding-bottom: 30px;
}

.progress-point {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1; /* Asegura que los puntos estén por encima de las líneas */

}

.progress-line {
    flex-grow: 1; /* Permite que las líneas crezcan para llenar el espacio entre los puntos */
    height: 2px;
    background-color: #ddd;
    margin: 0 10px; /* Espacio entre el punto y la línea */
}

.active {
    background-color: #A8906C; /* Color del punto activo */
    color: white;
}

.active + .progress-line {
    background-color: #A8906C; /* Color de la línea activa */
}

.progress-text {
    margin-top: 50px; /* Espacio entre el punto y el texto */
    font-size: 12px;
    color: #333;
}

.lg-icon.lg-zoom-in:after {
    content: '\e311';
    font-size: 50px !important;
    color: #A8906C !important;
}



/* OFF CANVAS */

/* PRIMERO PARA QUE NO SE SUPERPONGAN EN MOBILE */
.mm-menu.mm-offcanvas{
    z-index: 500;
}

.offcanvas {
    position: fixed;
    top: 0;
    left: -320px; /* ⬅️ OCULTO A LA IZQUIERDA */
    width: 320px;
    height: 100dvh;
    background: #fff;
    z-index: 99999;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    overflow-y: auto; /* el que ya tenés */
    transition: left 0.35s ease; /* ANIMACIÓN */

    /* 👇 ESTO ES LO QUE FALTABA */
    display: flex;
    flex-direction: column;
}

.offcanvas.open {
    left: 0; /* ⬅️ APARECE DESDE LA IZQUIERDA */
}

.offcanvas-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 9999;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.offcanvas-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 120px; /* espacio para el footer */
}

/* FIREFOX */
.offcanvas-body {
    scrollbar-width: thin;       /* fino */
    scrollbar-color: #bbb transparent; 
}


.offcanvas-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 20px 15px 20px;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.08);
    z-index: 10;
}

.offcanvas-overlay.open {
    display: block;
}


.close-btn {
    cursor: pointer;
    font-size: 26px;
}


.toggles-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.toggles-group button {
    padding: 1px 10px;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

.toggles-group button.active {
    border: 2px solid #A8906C;
    color: #A8906C;
    background: #f5f9ff;
    font-weight: 500;
}

.chips-container {
    margin: 5px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chips-container {
    margin: 5px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-right: 20px;
}

.chips-container .chip,
.chip-applied {
    border-radius: 999px;
    border: 1px solid #ddd;
    padding: 1px 10px;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    line-height: 31px;
}


/* ============================================
   SCROLL OCULTO – APARECE EN HOVER
   ============================================ */

/* === SCROLLBAR PERSONALIZADO SOLO EN EL PANEL === */

/* WebKit (Chrome, Edge, etc.) */
.offcanvas-body::-webkit-scrollbar {
    width: 4px;               /* muy finito */
}

.offcanvas-body::-webkit-scrollbar-track {
    background: transparent;  /* sin fondo */
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: transparent;  /* invisible por defecto */
    border-radius: 999px;
}

/* Al pasar el mouse por encima del panel, aparece el thumb */
.offcanvas-body:hover::-webkit-scrollbar-thumb {
    background: #A8906C;      /* color acorde a tu UI */
}

/* Firefox */
.offcanvas-body {
    scrollbar-width: none;    /* oculto por defecto */
}

.offcanvas-body:hover {
    scrollbar-width: thin;    /* fino al hacer hover */
    scrollbar-color: #A8906C transparent;
}