.spproperty * {
    z-index: inherit;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {width: 100%;}
.timeline-item.mobile-hidden {display: inline-flex;}


.timeline-item.mobile-hidden > img {
  margin-left: 15px;
  border:1px solid #DFDFDF;
  padding: 10px; max-width: 550px;
  border-radius: 5px;
}

.odd > .timeline-item.only-image {display: flex;}

.odd .timeline-item img {
  max-width: 560px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
 margin-right: 15px;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
  margin: 0 15px 0 0;
  order: 1;
}

@media screen and (min-width: 1024px) {
.timeline-panel.left-part {max-width: 615px;}
}

@media screen and (max-width: 640px) {
.odd > .timeline-item.only-image,
.timeline-item.mobile-hidden {display: block;}
.timeline-item.mobile-hidden > img {margin-left: 0;padding: 5px;max-width: 100%;margin-top: 15px;}
.odd .timeline-item img {
  max-width: 100%; padding: 5px;
  margin-right: 0;margin-bottom: 15px;}
.mobile-hidden p {display: none;}
}


/* COPIO TODO LO Q HABIA EN EL PROPIO CUSTOM.CSS DE LA PLANTILLA EN EL BACK END DE LA WEB.... */


.article-intro-image float-left{ 
object-fit: scale-down !important; }

.spproperty-agent-mailing li{
    list-style: none;
}
.spproperty-agents .spproperty-col-sm-3{
    width: 25%;
}

.spproperty * {
    z-index: inherit;
}
.acord-gti-1 .sppb-panel-modern > .sppb-panel-heading{
background: #4b5981;
}
.acord-gti-1 .sppb-panel-title{
color:#fff;
}
.sppb-panel-modern > .sppb-panel-heading {
  color: #fff;
}
.button_nav1 a{
display:block !important;
max-width:300px;
margin-left:auto !important;
margin-right:auto !important;
color:#fff !important;
background-color:#000;
font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 16px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
text-align:center;
}
.button_nav1 a:hover{
background-color:#4b5981;
}
.button_nav2 a{
display:block !important;
max-width:300px;
margin-left:auto !important;
margin-right:auto !important;
color:#fff !important;
background-color:#0345bf;
font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 16px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
text-align:center;
}
.button_nav2 a:hover{
background-color:#000;
}
.ofi-home1 .spproperty.spproperty-agents .spproperty-agent-widget{
border-color:#0345bf !important;
}
.ofi-home1 .agent-title{
color: #0345bf !important;
}
.ofi-home1 .spproperty-agent-mailing i{
color:#009c32 !important;
}
.ofi-home1 .spproperty-agent-mailing span{
color: #0345bf !important;
}
#sp-title{
display:none !important;
}


.button_al1 button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #003c88;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
color:#fff;
width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.button_al1 button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #009c32;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.button_al1 button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.button_al1 button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.button_al1 button:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}


.button_al2 button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #000;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
color:#fff;
width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.button_al2 button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #009c32;
  position: absolute;
  transition: all 0.4s ease-in-out;
  left: 0;
}

.button_al2 button:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}

.button_al2 button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.button_al2 button:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
.inm-nav-1 .sppb-addon-title{
position:absolute !important;
top:240px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.inm-nav-2 .sppb-addon-title{
position:absolute !important;
top:130px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}

.inm-nav-3 .sppb-addon-title{
position:absolute !important;
top:130px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.inm-nav-4 .sppb-addon-title{
position:absolute !important;
top:790px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.inm-nav-5 .sppb-addon-title{
position:absolute !important;
top:585px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.inm-nav-6 .sppb-addon-title{
position:absolute !important;
top:460px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.inm-nav-7 .sppb-addon-title{
position:absolute !important;
top:790px !important;
text-align: center !important;
  display: block !important;
  width: 100% !important;
left: 0px !important;
background-color: #003c88b0;
  padding-bottom: 10px;
}
.spproperty .sp-properties-wrapper .property-image {
    max-height: 190px !important;
}
@media(max-width: 480px) {
  .sp-property-search .spproperty-search .cat-wrap {
    flex: 100% !important;
    width: 100% !important;
    display: block !important;
  }
.spproperty-search {
  margin-top: 1em;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus {
  max-width: 480px !important;
}
.sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 480px !important;
}
.spproperty-map-top .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button {
    width: 100% !important;
  }
}
#sp-top-bar .sp-module-title{
display:none !important;
}
#sp-top-bar{
max-height:40px !important;
}
#sp-top-bar .sp-module{
display:block !important;
color:#fff !important;
}

.sp-property-search .spproperty-search .cat-wrap .pstatus {
  max-width: 400px !important;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select{
background: #fff !important;
color:#003C88 !important;

}
.sp-property-search .spproperty-search .cat-wrap .pstatus{
border:2px solid #003C88 !important;
}
@media(min-width:1201px){
.sp-property-search .spproperty-search .cat-wrap .pstatus{
margin-top:-18px;
padding-bottom: 13px;
}
}
.sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select i.fa {
  color: #003C88 !important;
}

.sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 300px !important;
}
.com-spproperty .noUi-horizontal .noUi-handle{
background: #003C88 !important;
}
.com-spproperty .noUi-horizontal .noUi-connect {
background: #003C88 !important;
}
.sp-property-search .spproperty-search .property-search-button-wrap button{
max-width: 300px !important;
  width: 100%;
}
#sp-footer-movil{
height: 60px !important;
  min-height: 60px !important;
  z-index: 99999 !important;
  position: fixed !important;
  bottom: 0px !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
width:100% !important;
}
@media(min-width:768px){
#sp-footer-movil, .sp-module-content-bottom.clearfix{
display:none !important;
}
}
.sp-module-content-bottom.clearfix{
display:none;
}
@media(max-width:767px){
#sp-footer {
  margin-bottom: 15% !important;
}
#sp-top-bar {
  max-height: 60px !important;
}
}
.logo-image-phone {
  height: 64px !important;
}
.inmue-camb1 .sppb-addon-title{
top: 55% !important;
}
.inmue-camb2 .sppb-addon-title{
top: 22% !important;
}
.inmue-camb3 .sppb-addon-title{
top: 22% !important;
}
.inmue-camb4 .sppb-addon-title{
top: 88% !important;
}
.inmue-camb5 .sppb-addon-title{
top: 88% !important;
}
.inmue-camb6 .sppb-addon-title{
top: 55% !important;
}
.inmue-camb7 .sppb-addon-title{
top: 88% !important;
}
.acordeon-servicios .sppb-panel-modern > .sppb-panel-heading{
  background: #003c88 !important;
}
@media(max-width:991px){
.logos-pc{
display:none !important;
}
.logos-movil{
display:inherit !important;
}
}
@media(min-width:992px){
.logos-pc{
display:inherit !important;
}
.logos-movil{
display:none !important;
}
}
.sp-property-search .spproperty-search .cat-wrap .category{
  background: #003C88 !important;
padding: 26px 25px !important;
color:#fff !important;
max-width: 400px !important;
/*pointer-events:none;QUITAR ESTA LÍNEA */
}
.sp-property-search .spproperty-search .cat-wrap .category .sp-select{
padding:0.5em !important;
}
.property-status-wrapper {
  display: none;
}
.spproperty .sp-properties-wrapper .property-details .property-address{
text-transform: uppercase;
}
.spproperty .sp-properties-wrapper .property-details .property-address i.fa{
margin-right:5px;
}
.spproperty .sp-properties-wrapper .property-details .property-price {
  
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  display: block;
}
.com_spproperty.com-spproperty.view-property #sp-footer-movil{
display:none !important;
}
.sp-property-search .spproperty-search .cat-wrap #keyword{
border: 2px solid #003C88 !important;
max-width: 400px !important;
}
.sp-property-search .spproperty-search .cat-wrap:nth-child(5){
margin-top:-23px;
max-width: 400px !important;
}
@media(max-width:480px){
.sp-property-search .spproperty-search .cat-wrap:nth-child(5){
margin-top:-0px;
}
}
.property-dots-container {
  display: none;
}
.spproperty-sqft-info.d-flex {
  margin-bottom: 1em;
}
@media(min-width:992px){
.float-form{
/*position: fixed;
    top: 17%;
    right: -54%;
    display: flex;
    word-break: break-all;
    overflow: hidden;
    width: 100%;*/
    font-size: 75% !important;
}
.float-form .spproperty-contact-us-widget .spproperty-widget-form textarea{
height:50px !important;
min-height:50px !important;
max-width: 313px !important;
    margin-left: 7px;
}
.float-form .spproperty-call-us-widget{
padding: 58px 20px !important;
}
.spproperty-call-us-widget .spproperty-price-title{
  font-size: 14px !important;
}
.spproperty-call-us-widget .spproperty-total-price{
  font-size: 20px !important;
}
body.com-spproperty .sppb-btn, .sppb-btn{
  font-size: 12px !important;
}
.spproperty-contact-us-widget{
  padding: 10px 30px 10px 10px !important;
  margin-top:0px !important;
  max-height: 300px !important;
}
.spproperty-contact-us-widget .spproperty-widget-form{
  width: 100%;
  clear: both;
  margin-top: 0px;

  display: block;
    
  max-width: 320px;
}
.spproperty-contact-us-widget .spproperty-widget-form input:not([type="checkbox"]){
  width: 31% !important;
  margin-bottom: 20px;
  float: left !important;
  padding: 10px !important;
  margin-left: 7px;
  font-size: 12px !important;
}
.spproperty-contact-us-widget span{
  margin-left: 7px;
}
.spproperty-contact-us-widget .spproperty-widget-form .form-checkbox{
  margin-top: 15px;
  line-height: 22px;
  display: block;
  max-width: 290px;
  width: 100%;
  margin-left: 9px;
  font-size: 9px;
}
.spproperty-contact-us-widget .spproperty-contact-us-form button[type="submit"]{
  font-weight: 700;
  font-size: 18px;
  padding: 14px;
  padding: 17px !important;
  margin-top: 20px;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 5px !important;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 43px;
}
}
#st-1{
display: block;
  margin-left: auto;
  margin-right: auto;
}
.pdf-ficha-1{
background-color:#b81414;
color:#fff !important;
display: block;
  margin-left: auto;
  margin-right: auto;
width:100%;
max-width:300px;
border-radius: 4px;
cursor: pointer;
font-size: 11px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
margin-top:30px;
}
.pdf-ficha-1:hover{
background-color:#3c1414;
}

@media(min-width:992px){
.itemid-295 .sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 240px !important;
}

.itemid-295 .sp-property-search .spproperty-search .cat-wrap:nth-child(5) {
  margin-top: 0px !important;
  max-width: 400px !important;
}
.itemid-295 #mod-spproperty-search-submit {
  margin-top: 40px;
}


.itemid-318 .sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 240px !important;
}

.itemid-318 .sp-property-search .spproperty-search .cat-wrap:nth-child(5) {
  margin-top: 0px !important;
  max-width: 400px !important;
}
.itemid-318 #mod-spproperty-search-submit {
  margin-top: 40px;
}

}


/*  Tabs móviles para vista maps  */
@media (max-width: 767px) {
  .tabs-mobile-input { display: none; }

  .tab-label {
    display: inline-block;
    margin: 0 0.5rem 0.75rem 0;
    padding: 0.6rem 0.9rem;
    background: #ddd;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
  }

  /* Contenido: oculta ambas columnas por defecto */
  .tabs-mobile-container .left-col,
  .tabs-mobile-container .right-col { display: none; }

  /* Muestra según radio activo */
  #tablist:checked ~ .tabs-mobile-container .left-col { display: block; }
  #tabmap:checked  ~ .tabs-mobile-container .right-col { display: block; }

  /* Estilo activo para la pestaña seleccionada */
  #tablist:checked + label[for="tablist"] { background: #333; color: #fff; }
  /* Salta el siguiente input y aplica al siguiente label */
  #tabmap:checked + label[for="tabmap"] { background: #333; color: #fff; }
}

/* En escritorio: oculta controles y muestra ambas columnas normalmente */
@media (min-width: 768px) {
  .tab-label, .tabs-mobile-input { display: none !important; }
  .tabs-mobile-container .left-col,
  .tabs-mobile-container .right-col { display: block !important; }
}

.sppb-carousel-extended-nav-control .nav-control.prev-control 
{margin-left: -10px; font-size: 36px;}
.sppb-carousel-extended-nav-control .nav-control.next-control 
{ margin-right: 30px; font-size: 36px;}

/* Convertir a negro todo el texto del bloque spproperty-short-info */
.spproperty-short-info,
.spproperty-short-info * {
    color: #000 !important;
    font-weight: 600 !important;
}

/* Solo ampliar el contenedor de la ficha de inmueble */
#spproperty .container {
    max-width: 1400px;      /* prueba 1300, 1400, 1500… */
    width: 100%;
}

/* Opcional: ajustar un poco los márgenes internos */
#spproperty .container,
#spproperty .row {
    padding-left: 15px;
    padding-right: 15px;
}

/* ALTURA FIJA DEL SLIDER EN LAS FICHAS DE INMUEBLE */
#spproperty-slider-alt .owl-item img {
    width: 100%;
    height: 600px;              /* ajusta a tu gusto: 350, 400, 500… */
    object-fit: cover;          /* rellena el contenedor recortando */
    object-position: center;    /* recorte centrado */
    display: block;
}

/* Que el aside del formulario pueda ocupar todo el ancho de su columna */
#spproperty .spproperty-contact-us-widget {
    max-width: 100% !important;
    width: 100% !important;
}
#spproperty .spproperty-contact-us-form input[type="text"],
#spproperty .spproperty-contact-us-form input[type="email"],
#spproperty .spproperty-contact-us-form input[type="tel"],
#spproperty .spproperty-contact-us-form input[type="number"],
#spproperty .spproperty-contact-us-form textarea,
#spproperty .spproperty-contact-us-form select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Botón a lo ancho también */
#spproperty .spproperty-contact-us-form button,
#spproperty .spproperty-contact-us-form input[type="submit"] {
    width: 100% !important;
}
/* Que el formulario use todo el ancho del aside */
@media (min-width: 992px) {
  .spproperty-sidebar.float-form .spproperty-contact-us-widget .spproperty-widget-form {
    width: 100%;
    max-width: 100%;
    margin: 0;              /* fuera centrado */
  }

  /* Que los campos rellenen todo el formulario */
  .spproperty-sidebar.float-form .spproperty-contact-us-widget .spproperty-widget-form input[type="text"],
  .spproperty-sidebar.float-form .spproperty-contact-us-widget .spproperty-widget-form input[type="email"],
  .spproperty-sidebar.float-form .spproperty-contact-us-widget .spproperty-widget-form input[type="tel"],
  .spproperty-sidebar.float-form .spproperty-widget-form textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

/* Que la caja azul envuelva TODO el formulario (incluido checkbox y botón) */
.spproperty-sidebar.float-form .spproperty-contact-us-widget {
    background: rgba(42, 107, 180, 0.07);  /* ajusta el color si quieres */
    padding: 20px 20px 24px;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Por si el plugin usa un pseudo-elemento con altura fija, lo apagamos */
.spproperty-sidebar.float-form::before {
    display: none !important;
}
.spproperty-contact-us-widget {
    max-height: none !important;
}
.spproperty-contact-us-widget .spproperty-widget-form .form-checkbox {
    max-width: 100% !important;
    width: 100% !important;
}


/* BLOQUE AZUL DEL BUSCADOR PRINCIPAL */
#gti-search-basic {
  background: #fff;
  padding: 16px 20px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

/* Columnas del buscador básico */
#gti-search-field-type,
#gti-search-field-status,
#gti-search-field-city,
#gti-search-button-col {
  display: flex;
  flex: 1 1 220px;
}

/* Quitamos fondo/padding heredado en estos contenedores */
#gti-search-type-wrapper,
#gti-search-status-wrapper,
#gti-search-city-wrapper {
  position: relative;
  width: 100%;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  max-width: none !important;
}

/* ICONOS a la izquierda, siempre en la franja azul */
#gti-search-type-icon,
#gti-search-city-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
  pointer-events: none;
  z-index: 2;
}

/* SELECTS BLANCOS, MISMA ALTURA */
#gti-search-type-select,
#gti-search-status-select,
#gti-search-city-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  height: 44px;
  line-height: 44px;

  background: #ffffff;
  color: #003C88;
  border: 2px solid #ffffff;
  border-radius: 0;

  font-size: 14px;
  font-weight: 500;

  box-sizing: border-box;
  padding: 0 40px 0 44px; /* hueco para icono y flecha */
}

/* El select de estado no lleva icono: menos padding izquierda */
#gti-search-status-select {
  padding-left: 12px;
}

/* BOTÓN MISMA ALTURA QUE LOS SELECTS */
#gti-search-button-col {
  justify-content: flex-end;
  align-items: stretch;
}

#gti-search-button {
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive: todo a una columna en móvil */
@media (max-width: 767px) {
  #gti-search-basic {
    flex-direction: column;
  }

  #gti-search-field-type,
  #gti-search-field-status,
  #gti-search-field-city,
  #gti-search-button-col {
    flex: 1 1 100%;
  }

  #gti-search-button {
    width: 100%;
  }
}

/* Grupo de botones Alquiler / Venta */
#gti-status-group {
  display: inline-flex;
  gap: 8px;
}

/* Cada opción (actúa como botón) */
#gti-status-group .gti-status-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Ocultamos el radio nativo */
#gti-status-group .gti-status-option input[type="radio"] {
  display: none;
}

/* El “botón” visible */
#gti-status-group .gti-status-option span {
  display: inline-block;
  padding: 0 18px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: 2px solid #003C88;
  background: #ffffff;
  color: #003C88;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Estado seleccionado */
#gti-status-group .gti-status-option input[type="radio"]:checked + span {
  background: #003C88;
  color: #ffffff;
}

/* Un poquito de hover */
#gti-status-group .gti-status-option span:hover {
  background: #0047a5;
  color: #ffffff;
}
/* Quitar el borde azul SOLO en el buscador de la home */
#gti-search-status-wrapper {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Alinear el bloque de ALQUILER / VENTA con el resto de campos */
#gti-search-status-wrapper {
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}

/* Que los dos botones tengan la misma altura que los selects */
#gti-status-group .gti-status-option span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
}


/* Columna del botón + "Más filtros" en el buscador */
#gti-search-form .property-search-button-wrap {
  display: flex;
  flex-direction: column;     /* uno debajo de otro */
  align-items: flex-start;    /* alineados a la izquierda (o flex-end si lo quieres a la derecha) */
}

/* Separar un poco el enlace del botón */
#gti-search-form .property-search-button-wrap .property-advance-search {
  margin-top: 6px;
}

/* Que el enlace de "Más filtros" se comporte como bloque y no intente ponerse en línea */
#gti-search-form .property-advance-search .advance-search-btn {
  display: inline-flex;
  align-items: center;
}