*{
	margin:0;
	box-sizing: border-box;

}


html {
  -webkit-text-size-adjust: none !important; /* Chrome, Safari, Samsung */
  -ms-text-size-adjust: none !important;     /* IE Mobile */
  text-size-adjust: none !important;         /* Estándar moderno */
}


@font-face {
    font-family: "fuente1";
    src: local("?"), url("../fuentes/Poppins-Light.woff") format("woff"), url("../fuentes/Poppins-Light.ttf") format("truetype");
}

 @font-face {
    font-family: "fuente2";
    src: local("?"), url("../fuentes/Montserrat-Light.woff") format("woff"), url("../fuentes/Montserrat-Light.ttf") format("truetype");
}

 @font-face {
    font-family: "fuente3";
    src: local("?"), url("../fuentes/Montserrat-Regular.woff") format("woff"), url("../fuentes/Montserrat-Regular.ttf") format("truetype");
}




/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS TOP */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/                                                               
.top{
	width:100%;
	height:100px;
	background-color: #fff;
	box-sizing: border-box;
	position:fixed;
	z-index: 55;
    padding-top: 4px;
	
}




.top-left {
    display: flex;
    align-items: center;
    width: 50%;
    height:auto;
    min-height: 93px;
    float: left;
    background-color: #01009a;
}

.top-left img {
    width:290px;
    margin-right: 15px;
}


.nover_movil{
    display: inherit;
}



.titulo {
    font-size: 18px;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: -5px; /* Ajusta la separación entre líneas */
    color:#f5e227;
}

.direccion-monitor {
    font-size: 14px;
    display: inherit;

}

.direccion-movil {
    font-size: 14px;
    display: none;
}

.telefonos-monitor{
	font-size: 13px;
	margin-top: 12px;
}

.telefonos-movil{
    display: none;
}


#top-right{
	width:50%;
	height:auto;
    min-height: 93px;
	float:right;
	line-height: 50px;
    background-color: #01009a;
}




.menu_bar {
    display:none;
}


.bloque-menu-menu{
    width:100%; 
    text-align: center;
    font-family: fuente2;   
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
}

nav a{
    text-decoration: none;
    color:#fff;
    margin-right: 32px;
    font-size: 14px;
}

nav a:hover{
    text-decoration: none;
    color:green;
    font-weight: bold;
}

.bloque-menu-right{
    width:50%;
       
}







/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS BUSCADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 

.formulario{
    width:85% !important; margin:auto; display:flex; justify-content: space-between;
}

.buscador-caja {
    width: 100%;
    height: 65px;
    background-color: #f2f2f2 !important;
    position: fixed;
    top: 100px;
    z-index: 44;
    display: flex;
    align-items: flex-start; /* Alinea desde arriba */
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap; /* Para permitir saltos de línea */
    transition: height 0.3s ease-in-out;
     
}

.ms-choice span {
    color: #000 !important; /* Reemplaza "red" por el color que quieras EN LOS SELECTS MULTIPLES */
}


.caja-buscador-movil{
	display: none;
}



.boton-buscador-movil{
    display: none;
}




.buscador-expandido {
    height: 160px !important; /* Ajusta según necesites para mostrar los checkboxes */
    width: 100%;
}

/* Sobrescribe los estilos inline del form */
form[name="form"] {
    width: 85% !important;
    margin: auto !important;
    display: flex !important;
    flex-wrap: wrap !important; 
    justify-content: space-between !important;
}

.filtros-adicionales {
    width: 100%;
    opacity: 0; /* Oculta visualmente */
    height: 0; /* Colapsa el espacio */
    overflow: hidden; /* Oculta cualquier contenido */
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Cuando el buscador se expande, los filtros aparecen */
.buscador-expandido .filtros-adicionales {
    opacity: 1; /* Hace que se vean */
    height: auto; /* Expande su altura automáticamente */
}



.filtros-adicionales label {
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}


.checkbox{
    margin-right: 30px; 
    font-family: fuente2 !important;
    font-size: 15px;
    margin-top: 30px;
}


.checkbox input{
    font-family: fuente2 !important;
    font-size: 15px;
}





.input-referencia{
	width:120px !important;
	height:45px !important;
	border:1px solid #CCC !important;
    color:#000  !important;
    font-family: fuente2;
    font-size: 14px;
    padding-left: 6px;
    box-sizing: border-box;
}
.input-referencia::placeholder {
    color: #333 !important; /* Color más oscuro */
    opacity: 1; /* Asegura que no se vea desvanecido en algunos navegadores */
    font-family: fuente2 !important; /* Mantiene la fuente */
}

.input{
    width:14% !important;
    height:45px !important;
    border:1px solid #CCC !important;
    font-family: fuente2;
    font-size: 14px !important;
    color:#000  !important;
    font-weight: lighter !important;
}

.select{
   width:14% !important;
    height:45px !important;
    border:0px solid #CCC !important;
    font-family: fuente2;
    font-size: 14px !important;
    color:#000  !important;
    font-weight: lighter !important; 
}




.botonn-form{
    width:120px !important;
    height:45px !important;
    padding-left: 5px;
    border:0;
    font-family: fuente2;
    font-size: 14px !important;
    line-height: 37px;
    display: inline !important;
    color:#fff;
    background-color: #3f7c0d ;
    transition: 0,7s;
   

}


.botonn-form:hover{
    background-color: #7fba0e;
}


.boton-filtros{
    width:80px !important; 
    background-color: #cf630b; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}

.boton-filtros:hover{
    background-color: #e98431;
}



.boton-mapa{
    width:80px !important; 
    background-color: #000; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS COMPARADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 





.ventana-comparacion {
    position: fixed;
    top: 0;
    right: -350px; /* Oculto inicialmente */
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

.header-comparacion {
    background: #d5670e;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
}

.contenido-comparacion {
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    height: calc(100vh - 70px); /* Ajusta este valor según el alto de tu header */
    overflow-y: auto;
}

/* Scrollbar para navegadores Webkit (Chrome, Safari, Edge, Opera) */
.contenido-comparacion::-webkit-scrollbar {
    width: 28px !important;
}

.contenido-comparacion::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.contenido-comparacion::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 4px;
}

/* Scrollbar para Firefox */
.contenido-comparacion {
    scrollbar-width: thin;
    scrollbar-color: red #f1f1f1;
}

#cerrar-comparador {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.inmueble-comparado{
    margin-bottom: 20px;
}

.comparado-imagen {
  width: 100%;
  height: auto; /* altura fija o según lo que necesites */
  overflow: hidden;
}

.comparado-imagen img {
  width: 100%;
  height: 150px;
  object-fit: cover; /* Esto asegura que la imagen se recorte y ajuste bien */
  display: block;
}


.eliminar-inmueble {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 4px;
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    /* Opcional: ajustar fuente y otros estilos */
    font-size: 12px;
    border-radius: 2px;
}

.titulo-comparacion{
  font-family: fuente2;
  font-size: 16px;
  font-weight: bold;
}

.poblacion-comparacion{
    font-family: fuente2;
  font-size: 14px;

}

#btn-comparar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: green; /* o el color que prefieras */
    padding: 10px;
    text-align: center;
    z-index: 100;
    border:0;
    margin:auto;
    color:#fff;
    letter-spacing: 1px;
}


















/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 


.site-footer {
    background: #01009a;
    color: #f0f7eb;
    padding: 70px 0 30px;
    font-family: "fuente2", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Logo */
.logo-col .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.logo-footer {
    height: 70px;
    width: auto;
}

/* Slogan */
.footer-slogan {
    font-size: 15px;
    opacity: 0.9;
    margin: 0;
}

/* Títulos */
.footer-title {
    color: #ffffff;              /* Blanco puro como pediste */
    font-family: "fuente3", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Enlaces rápidos con check */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links i {
    color: #FFF;
    font-size: 13px;
}

.footer-links a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-links a:hover {
    color: #cf630b;              /* Hover naranja como pediste */
    padding-left: 4px;
}

/* Contacto */
.footer-address {
    font-style: normal;
    margin: 0 0 20px;
    line-height: 1.7;
}

.footer-tel {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-tel a {
    color: #f0f7eb;
    text-decoration: none;
}

.footer-tel a:hover {
    color: #cf630b;
}

/* Color especial para el número de WhatsApp */
.tel-whatsapp {
    color: #FFF !important;
}

.tel-whatsapp:hover {
    color: #20b058 !important;
}

/* Redes sociales (solo FB e IG) */
.footer-social {
    margin-top: 24px;
    display: flex;
    gap: 16px;
}

.social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #cf630b;
    color: white;
    transform: translateY(-3px);
}

/* Barra inferior */
.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    font-size: 14px;
    opacity: 0.85;
}

.footer-legal a {
    color: #d8e8c8;
    text-decoration: none;
}

.footer-legal a:hover {
    color: #cf630b;
    text-decoration: underline;
}

.separator {
    margin: 0 8px;
    opacity: 0.6;
}

.footer-credit {
    margin-top: 12px;
    font-size: 13px;
}

.footer-credit i {
    color: #ff6b6b;
}











































































































@media screen and (max-width: 750px) {

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS TOP */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/  

.top.oculto {
    transform: translateY(-110px);
    transition: transform 0.4s ease;
} 

.boton-buscador-movil.sube {
    top: -30px !important;
    transition: top 0.4s ease;
}                                                           


.top{
    width:100%;
    height:110px;
    background-color: #fff;
    box-sizing: border-box;
    position:fixed;
    z-index: 777;
    padding-top: 0px !important;
    top:0;
}




.top-left {
    display: flex;
    align-items: center;
    width: 83%;
    height: 96.5px;
    float: left;
}

.top-left img {
    height: 70px; /* Mantiene el tamaño original del logo */
    width: auto;
    margin-right: 5px;
    margin-left: 10px;
}


.nover_movil{
    display: none;
}




.titulo {
    font-size: 13px !important; /* 18px */
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: -5px; /* Ajusta la separación entre líneas */
    color:#f5e227;
}

.direccion-monitor {
    display: none !important;
}

.direccion-movil {
    font-size: 0.875rem !important; /* 14px */
    display: inherit;
}

.telefonos-monitor{
    display:none !important;
}


.telefonos-movil{
    display: inline-block;
    font-size: 13px; /* 13px */
    margin-top: 5px;
}


#top-right{
    width:17%;
    height: 96.5px;
    float:right;
    line-height: 50px;
}


.bloque-menu-menu{  
    
}























nav {
    width: 100%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed;
    z-index: 999;
    background-color: #01009a;
    padding-top: 60px;
    top: 100px !important;
    display: flex;
    justify-content: flex-start;
    display: block !important;
    line-height: 65px;
    padding-left: 20px;
    transition: left 0.3s ease;
}

nav.menu-visible {
    left: 0 !important;
}

nav a {
    text-decoration: none;
    color: #fff !important;
    margin-right: 34px;
    width: 100% !important;
    float: none;
    font-family: fuente2;
    font-size: 17px;
    text-align: left;
    display: block !important;
    line-height: 50px;
    border-bottom: 1px dotted #ccc;
}

nav a:hover {
    text-decoration: none;
    color: #fff;
    margin-right: 34px;
}

.menu_bar {
    display: block !important;
    width: 100%;
    z-index: 777;
}

.menu_bar .bt-menu {
    display: block !important;
    color: #578d06;
    text-decoration: none;
    font-weight: lighter;
    font-size: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right !important;
    right: 11px;
    position: absolute;
    top: 28px !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}


nav {
    transition: left 0.3s ease;
}

nav.menu-visible {
    left: 0 !important;
}








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS BUSCADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 


.buscador-caja {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #32710c !important;
    position: relative;
    top: 80px;
    z-index: 44;
    display: flex;
    align-items: flex-start; /* Alinea desde arriba */
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap; /* Para permitir saltos de línea */
    transition: height 0.3s ease-in-out;
    margin-top:-50px;
    display: none;     
}

.caja-buscador-movil{
	position:relative; 
	width:98% !important;  
	height:100%;
	display: inherit;
}

.boton-buscador-movil {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 77;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    color: #578d06;
    padding-bottom: 8px; /* baja el icono */
}

.boton-buscador-movil i {
    transform: scaleX(-1); /* gira la lupa a la derecha */
}


.persiana-buscador {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: white;
    z-index: 9999;
    transition: top 0.5s ease;
    overflow-y: auto;
}

.persiana-buscador.visible {
    top: 0;
}

.contenido-persiana {
    position: relative;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
}

.cerrar-persiana {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}




.buscador-expandido {
    height: 160px !important; /* Ajusta según necesites para mostrar los checkboxes */
    width: 100%;
}

/* Sobrescribe los estilos inline del form */
form[name="form"] {
    width: 100% !important;
    margin: auto !important;
    display: flex !important;
    flex-wrap: wrap !important; 
    justify-content: space-between !important;
}

.filtros-adicionales {
    width: 100%;
    opacity: 0; /* Oculta visualmente */
    height: 0; /* Colapsa el espacio */
    overflow: hidden; /* Oculta cualquier contenido */
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

 .botonn-form.expandir {
    display: none !important;
  }

/* Cuando el buscador se expande, los filtros aparecen */
.buscador-expandido .filtros-adicionales {
    opacity: 1; /* Hace que se vean */
    height: auto; /* Expande su altura automáticamente */
}



.filtros-adicionales label {
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}


.checkbox{
    margin-right: 30px; 
    font-family: fuente2 !important;
    font-size: 15px;
    margin-top: 30px;
}


.checkbox input{
    font-family: fuente2 !important;
    font-size: 15px;
}





.input-referencia{
    width:100% !important;
    height:45px !important;
    border:1px solid #CCC !important;
    color:#000  !important;
    font-family: fuente2;
    font-size: 14px;
    margin-bottom: 20px !important;
    padding-left: 5px;
    margin:auto;
    background-color: #f2f2f2 !important;
    padding-left: 6px;
    box-sizing: border-box;
}
.input-referencia::placeholder {
    color: #333 !important; /* Color más oscuro */
    opacity: 1; /* Asegura que no se vea desvanecido en algunos navegadores */
    font-family: fuente2 !important; /* Mantiene la fuente */
}

.input{
    width:100% !important;
    height:45px !important;
    border:1px solid #CCC !important;
    font-family: fuente2;
    font-size: 14px !important;
    color:#000  !important;
    font-weight: lighter !important;
    margin-bottom: 20px !important;
    margin:auto;

}

.select{
   width:100% !important;
    height:45px !important;
    border:0px solid #CCC !important;
    font-family: fuente2;
    font-size: 14px !important;
    color:#000  !important;
    font-weight: lighter !important; 
    margin:auto;
    margin-bottom: 20px !important;
    background-color: #f2f2f2 !important;
}


/* Forzar fondo gris en selects múltiples del plugin */
.ms-parent,
.ms-choice,
.ms-drop,
.ms-drop ul > li {
    background-color: #f2f2f2 !important;
    border-color: #ccc !important;
}



.botonn-form{
    width:100% !important;
    height:45px !important;
    padding-left: 5px;
    font-family: fuente2;
    border:0;
    font-size: 14px !important;
    line-height: 37px;
    display: inline !important;
    color:#fff;
    background-color: #3f7c0d;
    transition: 0,7s;
    margin:auto;

}

.botonn-form:hover{
    color:#fff;
    background-color: #7fba0e;
 }






.boton-filtros{
    width:40px !important; 
    background-color: #cf630b; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}

.boton-filtros:hover{
    background-color: #e98431;
}



.boton-mapa{
    width:40px !important; 
    background-color: #000; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}



















/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS COMPARADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 





.ventana-comparacion {
    position: fixed;
    top: 0;
    right: -350px; /* Oculto inicialmente */
    width: 350px;
    height: 92vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

.header-comparacion {
    background: #d5670e;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
}

.contenido-comparacion {
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    height: calc(100vh - 140px); /* Ajusta este valor según el alto de tu header */
    overflow-y: auto;
}

/* Scrollbar para navegadores Webkit (Chrome, Safari, Edge, Opera) */
.contenido-comparacion::-webkit-scrollbar {
    width: 28px !important;
}

.contenido-comparacion::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.contenido-comparacion::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 4px;
}

/* Scrollbar para Firefox */
.contenido-comparacion {
    scrollbar-width: thin;
    scrollbar-color: red #f1f1f1;
}

#cerrar-comparador {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.inmueble-comparado{
    margin-bottom: 20px;
}

.comparado-imagen {
  width: 100%;
  height: auto; /* altura fija o según lo que necesites */
  overflow: hidden;
}

.comparado-imagen img {
  width: 100%;
  height: 150px;
  object-fit: cover; /* Esto asegura que la imagen se recorte y ajuste bien */
  display: block;
}


.eliminar-inmueble {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 4px;
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    /* Opcional: ajustar fuente y otros estilos */
    font-size: 12px;
    border-radius: 2px;
}

.titulo-comparacion{
  font-family: fuente2;
  font-size: 16px;
  font-weight: bold;
}

.poblacion-comparacion{
    font-family: fuente2;
  font-size: 14px;

}

#btn-comparar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: green; /* o el color que prefieras */
    padding: 10px;
    text-align: center;
    z-index: 100;
    border:0;
    margin:auto;
    color:#fff;
    letter-spacing: 1px;
}


 























/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 



.site-footer {
        padding: 60px 0 40px;
    }
    .footer-container {
        gap: 50px 30px;
    }
    .logo-footer {
        height: 60px;
    }






}


















@media (min-width: 550px) and (max-width: 767px) {

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS TOP */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/                                                               








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS BUSCADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 












/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS CABECERA */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 
















/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS INMUEBLES */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 





























/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 


}


















@media (min-width: 768px) and (max-width: 991px) {

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS TOP */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/                                                               








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS BUSCADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 












/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS CABECERA */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 


















/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 



}















@media (min-width: 992px) and (max-width: 1199px) {



/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS TOP */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/                                                               








/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS BUSCADOR */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 












/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS CABECERA */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 














/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS IMUEBLES */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 
























/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
                                                               
      /* CSS FOOTER */                                                          
                                                               
                                                              
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/ 



}





@media (min-width: 1199px) and (max-width: 1499px) {

    .formulario{
    width:99% !important; margin:auto; display:flex; justify-content: space-between;
}

    .input-referencia{
    width:65px !important;
    height:45px !important;
    border:1px solid #CCC !important;
    color:#000  !important;
    font-family: fuente2;
    font-size: 13px;
    padding-left: 6px;
    box-sizing: border-box;
}
.input-referencia::placeholder {
    color: #333 !important; /* Color más oscuro */
    opacity: 1; /* Asegura que no se vea desvanecido en algunos navegadores */
    font-family: fuente2 !important; /* Mantiene la fuente */
}

.input{
    width:13% !important;
    height:45px !important;
    border:1px solid #CCC !important;
    font-family: fuente2;
    font-size: 13px !important;
    color:#000  !important;
    font-weight: lighter !important;
}

.select{
   width:13% !important;
    height:45px !important;
    border:0px solid #CCC !important;
    font-family: fuente2;
    font-size: 13px !important;
    color:#000  !important;
    font-weight: lighter !important; 
}




.botonn-form{
    width:120px !important;
    height:45px !important;
    padding-left: 5px;
    font-family: fuente2;
    border:0;
    font-size: 13px !important;
    line-height: 37px;
    display: inline !important;
    color:#fff;
    background-color: #3f7c0d;
    transition: 0,7s;
   

}


.botonn-form:hover{
    color:#fff;
    background-color: #7fba0e;
 }



.boton-filtros{
    width:80px !important; 
    background-color: #cf630b; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}

.boton-filtros:hover{
    background-color: #e98431;
}


.boton-mapa{
    width:60px !important; 
    background-color: #000; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}

.boton-mapa:hover{
    width:60px !important; 
    background-color: #3c790c; 
    font-size: 20px !important;
    color:#fff;
    border:0;
    transition: 0,7s;
}


}









































@media (min-width: 1500px) and (max-width: 1800px) {

.top-left {
    display: flex;
    align-items: center;
    width: 40%;
    height: auto;
    float: left;
}

.top-left img {
    width:290px;
    margin-right: 15px;
}


.nover_movil{
    display: inherit;
}





#top-right{
    width:60%;
    height:auto;
    float:right;
    line-height: 50px;
}


formulario {
        width: 95% !important;
        display: flex;
        flex-wrap: nowrap !important;     /* ← clave */
        justify-content: space-between;
        gap: 8px;                         /* opcional, mejor que solo space-between */
        align-items: center;              /* alinea verticalmente si hay diferencia de altura */
    }

    /* Reduce un poco los anchos para que quepan mejor */
    .input-referencia   { width: 6% !important; }
    .input              { width: 13% !important; }
    .select             { width: 13% !important; }
    .botonn-form        { width: 110px !important; min-width: 100px; }
    .boton-filtros      { width: 70px !important; }
    .boton-mapa         { width: 70px !important; }

    /* Opcional: si aún aprieta mucho, reduce fuente */
    .input, .select, .input-referencia {
        font-size: 12px !important;
    }





}