 /* Importar Montserrat desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* Estilos globales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html {
  font-size: 16px; 
  /* o en %, por ejemplo: font-size: 100%; */
}
/* Media query para pantallas con ancho menor o igual a 1200px */
@media (min-width: 1600px) {
  html {
      font-size: 18px; 
      /* o en %, por ejemplo: font-size: 90%; */
  }
}
/* Media query para pantallas con ancho menor o igual a 1200px */
@media (max-width: 1300px) {
  html {
      font-size: 14px; 
      /* o en %, por ejemplo: font-size: 90%; */
  }
}
@media (max-width: 1100px) {
  html {
      font-size: 13px; 
      /* o en %, por ejemplo: font-size: 90%; */
  }
}
@media (max-width: 960px) {
  html {
      font-size: 12px; 
      /* o en %, por ejemplo: font-size: 90%; */
  }
}
body {
    font-family: 'Montserrat';
    max-width: 100%;
}
strong{
    font-weight: 700;
}
/* Header flotante */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1005;
}
#alertass {
  scroll-margin-top: 120px; /* Ajusta este valor al alto de tu header fijo */
}

#perfil {
  scroll-margin-top: 120px; /* Idem para la sección perfil */
}
/* Logo flotante */
header img {
    position: fixed;
    top: 0; /* Hace que sobresalga hacia arriba del header */
    left: 50%;
    transform: translate(-50%, 0);
    height: 150px; /* Ajusta el tamaño del logo */
    z-index: 1100; /* Asegura que esté por encima del header */
}

/* Navegación */
.header-contact {
    gap: 20px;
    align-items: left !important;
}
.header-contact span {
    color:rgb(255, 136, 0);
    font-weight: bold;
    vertical-align:middle !important;
}
.header-contact span {
  display: inline-flex;
  align-items: center;
}
/* Opcional: un pequeño margen entre el icono y el texto */
.header-contact span img {
  margin-right: 5px;
}
#wtsarriba{
    width:20px;
    position:static;
    height:auto !important;
    transform: none;
}
nav {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
#wtscel{
  display:none;
}
.celbco{
  padding-top: 20px !important;
}
nav a {
    text-decoration: none;
    color: #777;
    font-weight: bold;
    font-size: 1.2rem;
}
nav a:hover{
    color: rgb(248, 142, 4);
}
#contenedorder{
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente los hijos */
    width: 15%;;
    align-items: center; /* Alinea verticalmente si es necesario */
    flex-wrap: wrap; /* Permite que los elementos pasen a otra línea si es necesario */
}
#redesarriba{
    width:100% !important;
    display: flex; /* Activa Flexbox */
    gap:10%; /* Espaciado igual entre los hijos */
    margin-bottom: 10px;;
}
.redesarriba{
    width: 20%; /* Mantén el ancho que necesitas para cada ítem */
    display: flex;
    justify-content: center; /* Centra el contenido dentro de cada .redesarriba */
    align-items: center;
    border-radius: 50%;
    background-color:#777778;
}
.redesarriba:hover{
    background-color: rgb(248, 142, 4);
}
.redesarriba img{
    width:100% !important;
    height:auto !important;
    position:relative !important;
    display: flex;
    justify-content: center; /* Centra el contenido dentro de cada .redesarriba */
    align-items: center;
}
header button{
    background-color: #888787 !important;
    border: none !important;
    padding: 10px 40px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    color:#fff !important;
    width:100% !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
header button:hover{
    background-color: rgb(248, 142, 4) !important;
}

/* Estilos del banner principal */
.main-banner {
    margin-top: 0; /* Ajustado para no superponerse con el logo */
    position: relative;
    text-align: center;
}

.main-banner img {
    width: 100%;
    height: auto;
}

.main-banner h1 {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;    
    padding: 10px 20px;
    border-radius: 10px;
}
#titmuseo{
  font-size: 26px;
}
.nobr{
  display:none;
}
.buttons {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 5px;
}

.buttons a {
    text-decoration: none;
    padding: 25px 35px;
    border: 2px solid white;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255);
    font-size: 1.2rem;
}
.buttons a:hover {
    background-color: rgb(248, 142, 4);
    border: 2px solid rgb(248, 142, 4);
    color:#fff;
}
.redondes1{    
    border-radius: 15px 0 0 15px ;
}
.redondes2{    
    border-radius: 0 15px 15px 0;
}



/*productos*/

.contenedor{
    width:80%;
    margin-left:10%;
    padding:80px 0;
    padding-bottom:50px;
}
.leftm{
  margin-left:13%;
}
.contenedor h1{
    text-align:center;
    color:rgb(248, 142, 4);
    margin-bottom: 40px;
}
#iniciarSesionBtn{
    min-width:190px;
}
.imgprod{
    width:18%;
    position:absolute;
    top:0;
    left:41%;
}
.logoprod{
    width: 100%;
}
.fa-map-marker-alt {
    color: #FFf; /* Cambia el color */
    font-size: 24px; /* Ajusta el tamaño */
    margin-right: 10px; /* Espaciado si está junto a texto */
}

ul {
    display: grid;
    /* Fijamos 4 columnas, cada una con un ancho mínimo (250px)
       y crecimiento flexible (1fr) */
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
  }
  footer ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    ul {
      grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
  }
.productos{     
}

li.propiedades {
    border: 1px solid #ccc;
    padding: 0;
    background: #f9f9f9;
    border-radius: 15px;  
    box-shadow: #888787 2px 2px 5px; 
    min-height: 460px;
    position:relative;
}
.ubicacion{
    position:absolute;
    top:10px;
    left:5px;
    color:rgb(248, 142, 4);
    font-weight: 800;
    font-size: 12px;
}
.ubicacion i{
    color:rgb(248, 142, 4);
    font-size: 12px;
    margin-right: 2px;
}
.precio {
    position: absolute;
    top: 23%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta el desplazamiento */
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 14px;
}
.tipo{
    font-size: 10px;
    color: orange;
    font-weight: 800;
    margin-top: 10px;
    margin-left:5%;
    width:90%;
}
.descripcion{
    margin-left: 5%;
    font-weight: 600;
    color:#5a5858;
    margin-bottom: 10px ;
    width: 90%;
}
#botonesprod{
    width:100%;
    padding-left:10px;
}
.iconos img{
    width:15%;
    padding:5px;
}
.consultar{
    float:right;
    text-decoration: none;
    color:#5a5858;
    border: 1px solid #5a5858;
    border-radius: 10px;
    padding: 3px 15px;
    margin-right:5px;
    margin-top: 2px;
}
.consultar:hover{
    background-color: rgb(248, 142, 4);
    color:#fff;
    border: 1px solid rgb(248, 142, 4);
}
.contenedorgris{
    width:100%;
    background:#E1D2CD;
    padding-top:50px;
    min-height: 300px;
    position:relative;
}
.tipologia-container{
  padding-left: 20px;
}
.dormitorio-container{
  padding-left: 40px;
}
.contenedorgris2{
    width:100%;
    background:#DFDFDF;
    padding-top:50px;
    min-height: 300px;
    position:relative;
}
.contenedorbco{
    width:100%;
    background:#fff;
    padding-top:50px;
    min-height: 300px;
}
.contenedorgris h1{
    text-align:center;
    color:#606060;
    font-weight: 800;
}
.contenedorgris h3{
    text-align:center;
    color:rgb(113, 112, 110);
    font-size: 12px;
    width:40%;
    margin-left:30%;
    font-weight: 400;    
}
.antigg{
  object-position: center;
  text-align: center ;
}
#separa{
  min-height: 130px !important;
}
#conocenos{
    position:absolute;
    padding:15px 30px;
    background:#fff;
    color:#5a5858;
    bottom: 30px;
    left:50%;
    border-radius: 20px;
    transform: translate(-50%, -50%); /* Ajusta el desplazamiento */
    text-decoration: none;
    font-weight: 600;
}
#conocenos:hover{
    background-color: rgb(248, 142, 4);
    color:#fff;
}
.textoleft{
    width:30%;
    display:inline-block; 
    text-align: center;
    vertical-align:top;
    margin-left: 5%;
}
.textoleft h2{
    color:#888787;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
}
.textoleft p{
    color:#888787;
    font-weight: 400;
    font-size: 14px;

}
.imgright{
    width:50%;
    display:inline-block;
    margin-left:5%;
}
.imgright img{
    width:100%;
}
.botonlinea{
    text-decoration: none;
    color:#5a5858;
    border: 1px solid #5a5858;
    border-radius: 10px;
    padding: 10px 20px; 
    margin-top: 40px !important;
}
.botonlinea:hover{
    background-color: rgb(248, 142, 4);
    color:#fff;
    border: 1px solid rgb(248, 142, 4);
}
/* General container for alignment */
.contenedors, .contenedors2 {
    width: 100%;
    display: flex; /* Habilita Flexbox */
    align-items: center; /* Centra verticalmente */
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    margin-bottom: 50px;
}

/* Left text, Right text */
.textoleft2, .textoright {
    width: 35%;
    display: flex; /* Habilita Flexbox */
    flex-direction: column; /* Asegura que el texto esté en columna */
    align-items: center; /* Centra horizontalmente el contenido dentro del contenedor */
    justify-content: center; /* Centra verticalmente */
    text-align: center; /* Centra el texto */
    margin: auto; /* Centra horizontalmente en su espacio */
    font-family: 'Montserrat';
}

.textoleft2 p, .textoright p {
    color: #545454;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5; /* Ajusta el interlineado */
    max-width: 90%; /* Opcional: Limita el ancho del texto */
}

/* Image containers */
.imgright2, .imgleft {
    width: 50%;
    display: block;
}

.imgleft img, .imgright2 img {
    width: 100%; /* Asegura que la imagen ocupe todo su espacio */
    height: auto; /* Mantiene la proporción de la imagen */
}

/* Footer */
footer {
    width: 100%;
    background-color: #878787;
    color: white;
    padding: 30px 5%;
    display:inline-block;
    flex-wrap: wrap; /* Asegura que se ajuste en pantallas pequeñas */
    box-sizing: border-box;
}
@media (min-width: 1500px) {
  footer {
      width: 100%;
      background-color: #878787;
      color: white;
      padding: 30px 5%;
      display:inline-block;
      flex-wrap: wrap; /* Asegura que se ajuste en pantallas pequeñas */
      box-sizing: border-box;
      padding-right:60px;
}
}
#primeracolumn{
    width:35%;
    margin-right: 20px;
}
.columnas {
    width: 20%; /* 4 columnas con igual espacio */
    text-align: left;
    box-sizing: border-box;
    padding: 0; /* Espaciado interno */    
  display:inline-block;
}
.columnas2 {
  width: 25%; /* 4 columnas con igual espacio */
  text-align: left;
  box-sizing: border-box;
  padding: 0 15px; /* Espaciado interno */
  display:inline-block;
}
.columnas img#logofooter {
    width: 50%; /* Tamaño del logo */
    display: block;
    margin-bottom: 15px; /* Separación del texto */
}

.columnas p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 30px 10px 0;
  font-weight: 100;
  text-align: left;
  font-family: 'Montserrat';
  max-width: 350px;
}

.columnas h4 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

.redesfooter img {
    width: 40px;
    margin-right: 15px;
    display: inline-block;
}

.columnas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#solotext{
  float:right;
  margin-top:20px;
}
#solotext ul li{
    margin-bottom:5px
}
#solotext h4{
    margin-bottom:5px;
}
.columnas ul li {
    margin-bottom: 20px;
}

.columnas ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.columnas ul li a:hover {
    color: rgb(248, 142, 4);
}
.footerbco{
    width:100%;
    background:#343434;
    padding:1em 0;
    padding-left:5%;
    padding-right:4%;
    display: inline-block;
}
.footerfondocolumnas{
  width:49%;
  display:inline-block;
}
#rightfooter{
  text-align: right;
  font-size: 10px;
  color: #ccc;
}
.footerbco p{
    color:#ffffff;
    font-size: 12px;
}
.wts {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.whatsapp-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-button img {
  width: 77px;
  height: auto;
}

/* Estilo para el modal */
.whatsapp-modal {
  position: absolute;
  z-index: 99999;
  bottom: 70px; /* Ajusta esta distancia para mover el modal arriba del botón */
  right: 10px;     /* Alineado al lado derecho dentro de .wts */
  width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  display: none;  /* Oculto por defecto */
 
}

.whatsapp-modal p {
  margin: 0;
  padding: 0;
}

.close-modal {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}

/*contacto*/

.formulariocont {
    position: absolute; /* Para centrarlo dentro del banner */
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centrado */
    background-color: rgba(255, 255, 255, 0.8); /* Fondo blanco translúcido */
    padding: 30px 5%;
    border-radius: 15px; /* Bordes redondeados */
    width: 40%; /* Ajusta el ancho del formulario */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); /* Sombra para destacar */
}

.formulariocont h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #777 !important; /* Color del texto */
}

.itemscontact {
    margin-bottom: 15px;
}

.itemscontact p {
    margin: 0;
    font-size: 14px;
    color: #908f8f !important;
    text-align: left;
}

.itemscontact input,
.itemscontact textarea,
.itemscontact select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

textarea {
    resize: none;
    height: 80px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #f88e04; /* Naranja */
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #f88e04; /* Oscurece el botón al pasar el mouse */
}

/* contacto*/

/* Contenedor interno */
.cont {
    display: flex;
    justify-content: space-between; /* Espacio entre los elementos principales */
    align-items: flex-start; /* Alineación superior */
    gap: 20px; /* Espaciado entre bloques */
    flex-wrap: wrap; /* Permitir que se adapten en pantallas pequeñas */
    max-width: 1200px;
    margin: 0 auto; /* Centrado */
    width: 60%;
    padding-bottom: 80px;
}

/* Redes sociales */
.redescontact {
    width:100%;
    display: flex;
    justify-content: center; /* Centrar íconos horizontalmente */
    gap: 20px;
    margin-bottom: 80px;
    padding-top:60px;
}
.redesc{
  border-radius: 50%;
  background-color: #878787;
  width: 80px; /* Tamaño de los íconos */
  height: 80px;
}
.redesc img {
    width:100%;
}

/* Mapa */
.maps {
    flex: 1; /* Ocupa espacio proporcional */
    min-width: 60%; /* Ancho mínimo para pantallas pequeñas */
    height: 458px; /* Altura fija */
    border-radius: 10px; /* Bordes redondeados */
    overflow: hidden; /* Esconde bordes sobrantes del iframe */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra */
}

.maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Aside */
.aside {
    flex: 1;
    min-width: 30%; /* Ancho mínimo */
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.aside img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.aside #texxt {
    background-color: #616160; /* Fondo gris oscuro */
    color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra */
    width: 100%;
    display:inline-block;
}

.aside h4 {
    text-align: left;
    margin: 0;
    font-size: 18px;
    margin-bottom: 55px;
    font-weight: 600;
}
.iconoaside{
  width:20px !important;
  border:none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display:inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 4px;
}
.aside p {
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    display:inline-block;
    min-width: 85%;
}

.gris{
  background-color: #EDEDED !important;
  width:100%;

}

#texxt p i {
    color: #ffffff; /* Color gris oscuro para los íconos */
    font-size: 16px; /* Tamaño de los íconos */
}

#titulonos{
    top:45%;
}
#textnos{
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    padding: 10px 20px;
    border-radius: 10px;
}

/*Nues Historia*/
#nueshis{
    text-align: center;
    color: #f88e04;
    font-size: 2em;
    font-weight: 900;
}
.textnosp{
    width:64%;
    margin-left: 18%;
    text-align: center;
    color:#878787;
    margin-top: 25px;
    margin-bottom: 50px;
}
/*iconos nosotros*/
.iconnos{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
    gap: 20px; /* Espaciado entre las tarjetas */
    justify-items: center; /* Centra los elementos en las columnas */
    margin: 0 auto;
    max-width: 64%; /* Ancho máximo del contenedor */
    margin-bottom: 50px;
    margin-top: 50px;
}
.iconosnos{
    width: 100%; /* Asegura que la tarjeta no sea demasiado estrecha */
    max-width: 300px; /* Ancho máximo de cada tarjeta */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background:#ADACAC;
    color:#fff;
}
.iconosnos p{
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #fff;
    width:80%;
    margin-left: 10%;
    text-align: center;
}
.iconosnos h2{
    font-size: 20px;
    color:#fff;
    margin: 5px 0 5px;
}
.iconosnos img {
    width: 40%;
    max-width: 200px;
    height: auto;
    border-radius: 20px; /* Hacer las imágenes circulares */
    margin-bottom: 5px;
}
/* Equipo */
.equipo {
    text-align: center;
    padding: 20px;
    width:70%;
    margin-left: 15%;
}

.equipo h3 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    width:100%;
    margin-left: 0;
    color:#777;
}

/* Contenedor de los profesionales */
 .profesionales {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
    gap: 20px; /* Espaciado entre las tarjetas */
    justify-items: center; /* Centra los elementos en las columnas */
    margin: 0 auto;
    max-width: 1200px; /* Ancho máximo del contenedor */
}

/* Tarjetas de profesionales */
.profesionales > div {
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Asegura que la tarjeta no sea demasiado estrecha */
    max-width: 300px; /* Ancho máximo de cada tarjeta */
}


.profesionales img {
    width: 100%;
    height: auto;
    border-radius: 20px; /* Hacer las imágenes circulares */
    margin-bottom: 10px;
}

.profesionales h4 {
    font-size: 18px;
    color:#F29222;
    margin: 5px 0 5px;
}

.profesionales p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}

.profesionales a {
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 15px;
    font-size: 14px;
    color:#939393;
    border:#878787 1px solid;
    border-radius: 5px;
    min-width: 100px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.profesionales a:hover {
    background: #F29222; /* Naranja más oscuro al pasar el mouse */
    color:#fff;
    border:#F29222 1px solid;
}
.videoiframe{
    width:60%;
    margin-left:20%;
    text-align: center;
    margin-top:50px;
    padding-bottom:100px;
}

/* Responsivo */
@media (max-width: 768px) {
    .profesionales {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Reduce el tamaño en pantallas pequeñas */
    }

    .profesionales img {
        max-width: 150px; /* Tamaño más pequeño de la imagen */
    }
    .profesionales h4 {
      font-size: 14px;
      color: #F29222;
      margin: 5px 0 5px;
  }
    .profesionales p {
      font-size: 10px;
      margin-bottom: 5px;
      color: #666;
  }
  .profesionales img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
}

/* Responsivo */
@media (max-width: 768px) {
    .cont {
        flex-direction: column; /* Los elementos se apilan */
        align-items: center;
    }

    .maps, .aside {
        width: 100%;
    }
}

@media (max-width: 768px) {
    ul {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas pequeñas */
    }
    .textoleft{
        width:90%;
        margin-left: 5%;
    }
    .columnas {
        width: 100%; /* Cada columna ocupa toda la fila */
        margin-bottom: 20px; /* Separación entre columnas */
    }

    .redesfooter img {
        width: 15%; /* Reduce el tamaño en móviles */
    }
}
/*************************************************
  1) WRAPPER FIJO (CUBRE 100%)
*************************************************/
.filters-wrapper {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1002; 
    border-bottom: 1px solid #ccc;
  }
  
  /*************************************************
    2) CONTENEDOR INTERNO AL 70% (EN ESCRITORIO)
       CENTRADO
  *************************************************/
  .filters-container {
    /* Ajusta ancho en escritorio */
    width: 70%;
    margin: 0 auto;
  
    /* Flex para colocar “Filtros:”, nav y “Borrar filtros” en línea */
    display: flex;
    align-items: center;
    justify-content: center; 
  
    /* Un poco de espacio interno */
    padding-bottom: 15px;
  }
  .floating-filters{
    .filters-container {
        width: 70%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center; /* <--- Aquí */
        padding-bottom: 15px;
        text-align: center !important;
      }
  }
  /* Texto “Filtros:” */
  .filters-label {
    font-size: 12px; /* Tamaño de letra pequeño */
  }
  
  /* Texto “Borrar filtros” */
  .clear-filters {
    font-size: 12px;
    color: #d00;
    cursor: pointer;
  }
  
  /*************************************************
    3) NAV Y LISTA DE BOTONES
  *************************************************/
  .floating-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
  
    /* Flex horizontal y espacio mínimo entre botones */
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; /* Espacio entre botones */
  }
  
  .floating-filters li {
    display: inline-block;
  }
  
  .floating-filters button {
    background: #aaaaaa;
    border: none;
    /* Menos padding para acercar botones */
    padding: 6px 10px;
    font-size: 14px; /* Tamaño de letra reducido */
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .floating-filters button:hover {
    background-color: #4d4d4d;
  }
  
  /*************************************************
    4) RESPONSIVE: MÓVIL
       - El contenedor pasa al 100%
       - Botones en columna y 80% de ancho
  *************************************************/
  @media (max-width: 768px) {
    .filters-container {
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    /* El label, nav y texto "Borrar filtros" se apilan */
    .filters-label,
    .clear-filters {
      margin: 5px 0;
      text-align: center;
    }
  
    /* Los botones se muestran en columna */
    .floating-filters ul {
      flex-direction: column;
    }
    .floating-filters li {
      width: 100%;
    }
    .floating-filters button {
      width: 80%;
      margin: 0 auto;
    }
  }
  
  /* Estilos básicos de modales */
  .modal {
    display: none; /* oculto por defecto */
    position: fixed;
    z-index: 2;
    left: 0;
    top: 130px;
    width: 100%;
    height: 100%;
    overflow: auto; /* para scroll si es necesario */
    background-color: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
  }

  .modal.show {
    display: block; /* cuando tenga la clase "show", se muestra */
  }

  .modal-content {
    background-color: #fff;
    margin: 50px auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
    position: relative;
  }

  .close {
    float: right;
    font-size: 1.2em;
    cursor: pointer;
  }

  /* Contenedor para los resultados */
  
  #logofilt{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 150px;
    z-index: 1100;
  }



  .iconosfiltros {
    /* Usamos grid con 5 columnas que se reparten el 100% del espacio */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px; /* Espacio entre íconos */
    width: 100%; /* O el ancho que necesites */
    max-width: 1000px; /* Si deseas limitar ancho máximo */
    margin: 0 auto; /* Centrar en la página, si usas max-width */
  }
  
  .iconosfiltros a {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    background: #ffffff00;
    box-shadow: 4px 4px 8px rgba(0,0,0,.2);
    padding: 0; /* Aumenta padding si quieres más tamaño */
    border-radius: 24%;
    transition: box-shadow 0.2s ease;
    text-decoration: none; /* Quitar subrayado */
  }
  
  .iconosfiltros a:hover {
    box-shadow: 4px 4px 12px rgba(0,0,0,.3);
  }
  
  /* Ajusta el tamaño de las imágenes */
  .iconosfiltros img {
    width: 100%;  /* Ajusta según lo grande que quieras el ícono */
    height: auto; /* Mantén proporcional si quieres escalado */
    object-fit: contain; /* Asegura que la imagen no se deforme */
    display: block;
  }
  @media (max-width: 768px) {
    .iconosfiltros {
      grid-template-columns: repeat(3, auto);
    }
    .iconosfiltros {
      /* Usamos grid con 5 columnas que se reparten el 100% del espacio */
      display: grid;
      gap: 10px; /* Espacio entre íconos */
      width: 90%; /* O el ancho que necesites */
      max-width: 1000px; /* Si deseas limitar ancho máximo */
      margin: 0 auto; /* Centrar en la página, si usas max-width */
    }
  }  


  /*texto filtros*/

  #textfiltros{
    text-align: center;
    color: #000000;
    font-size: 1em;
    margin-top: -30px;
    margin-bottom: 60px;
  }

  /*paginación botones*/

  .pagination-button {
    display:inline-block;
    background: #f88e04;
    width:25px !important;
    color: #fff;
    border: none;
    padding: 5px 5px;
    margin-left: 2px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }
  /*galería museo*/

/* Contenedor de la galería */
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Cuatro columnas */
    grid-template-rows: auto; /* Altura automática para filas */
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Configuración de posiciones para las imágenes */
  .gallery-item:nth-child(1) {
    grid-column: 1 / 3; /* Primera imagen grande ocupa dos columnas */
    grid-row: 1 / 3;   /* Ocupa dos filas */
  }
  
  .gallery-item:nth-child(2) {
    grid-column: 1;    /* Segunda imagen pequeña, debajo de la primera */
    grid-row: 3;
  }
  
  .gallery-item:nth-child(3) {
    grid-column: 2;    /* Tercera imagen pequeña, al lado de la segunda */
    grid-row: 3;
  }
  
  .gallery-item:nth-child(4) {
    grid-column: 3;    /* Cuarta imagen pequeña, en la segunda columna grande */
    grid-row: 1;
  }
  
  .gallery-item:nth-child(5) {
    grid-column: 4;    /* Quinta imagen pequeña, debajo de la cuarta */
    grid-row: 1;
  }
  
  .gallery-item:nth-child(6) {
    grid-column: 3 / 5; /* Última imagen grande ocupa dos columnas */
    grid-row: 2 / 4;    /* Ocupa dos filas */
  }
  
  /* Estilo general de las imágenes */
  .gallery-item {
    position: relative;
    overflow: hidden;
  }
  
  .gallery-img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .gallery-img:hover {
    transform: scale(1.1);
  }
  
  /* Modal (fondo oscuro) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  
  /* Imagen en el modal */
  .modal-content {
    max-width: 90%;
    max-height: 90%;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  /* Efecto para que la imagen se vea suave al entrar */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  /* Botón para cerrar el modal */
  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  #textomuseo1{
    width:80%;
    margin-left: 10%;
    text-align: center;
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    margin-top: 50px;
    line-height: 1.6;
  }
  #textomuseo2{
    width:80%;
    margin-left: 10%;
    text-align: center;
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 1.6;
    font-family: 'Montserrat';
  }

  /* Galería horizontal */
.wide-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Cuatro columnas iguales */
    gap: 10px; /* Espacio entre las imágenes */
    padding: 20px; /* Espaciado interno */
    width: 100%; /* Ocupar todo el ancho de la pantalla */
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
  }
  
  /* Estilo para las imágenes de la galería */
  .wide-gallery-item {
    position: relative;
    overflow: hidden;
  }
  
  .wide-gallery-item img {
    width: 100%; /* Asegura que la imagen ocupe todo el contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    cursor: pointer; /* Indica que es clickeable */
    transition: transform 0.3s ease; /* Efecto de zoom */
  }
  
  .wide-gallery-item img:hover {
    transform: scale(1.1); /* Zoom al pasar el ratón */
  }

  /*ventas*/
/* Contenedor principal */
.ventacuadrados {
    display: grid; /* Activa CSS Grid */
    grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
    gap: 20px; /* Espacio entre los cuadrados */
    padding: 20px 100px; /* Espaciado interno para el contenedor */
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    width:80%;
  }
  
  /* Estilo de los cuadrados */
  .cuadrados {
    background-color: #ADACAC; /* Fondo gris */
    color: #fff; /* Texto blanco */
    padding: 40px 40px; /* Espaciado interno de cada cuadrado */
    border-radius: 10px; /* Bordes redondeados */
    text-align: center; /* Centra el texto */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    min-height: 240px;
  }
  
  .cuadrados h3 {
    font-size: 18px;
    font-weight: 550; /* Más peso para destacar el título */
    margin-bottom: 10px; /* Espacio entre el título y el párrafo */
    text-transform: uppercase; /* Todo el texto en mayúsculas */
    line-height: 1.4; /* Altura de línea para títulos */
  }
  
  .cuadrados p {
    font-size: 14px; /* Tamaño de texto más pequeño para los párrafos */
    font-weight: 400; /* Peso normal */
    line-height: 1.6; /* Altura de línea para mejor lectura */
  }
  
  .botonvender{
    text-decoration: none;
    color: #5a5858;
    background-color: #fff;
    border: 1px solid #5a5858;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 50px !important;
    position: absolute;
    left: 40%;
    top: 52%;
    z-index: 888;
    width:20%;
  }
  .botonvender:hover{
    background-color: #f88e04;
    color: #fff;
    border: 1px solid #f88e04;
  }

  /* Contenedor principal */
.venta-paso {
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
    font-family: Arial, sans-serif;
    margin-bottom: 80px;
  }
  
  /* Título principal */
  .venta-titulo {
    font-size: 20px;
    color: #ADACAC;
    line-height: 1.5;
    margin-bottom: 60px;
    font-weight: 200;
  }
  .venta-titulo strong{
    color: #555;
    font-weight: 600;
  }
  
  /* Contenedor de pasos */
  .pasos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-bottom: 60px;
  }
  
  /* Estilo de cada paso */
  .paso {
    text-align: center;
  }
  
  .numero {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-family: 'Montserrat';
  }
  
  /* Círculo activo (primer paso) */
  .circulo-activo {
    background-color: #f88e04; /* Naranja activo */
  }
  
  /* Círculos normales */
  .circulo {
    background-color: transparent;
    color: #f88e04;
    border: 2px solid #f88e04;
  }
  
  /* Texto del paso */
  .paso p {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-family: 'Montserrat';
  }
  
  /* Líneas entre pasos */
  .linea {
    width: 40px;
    height: 2px;
    background-color: #f88e04;
    margin: 0 10px;
    
    margin-top: -40px;
  }

  .contenedornaranja{
    width:100%;
    background:#f88e04;
    padding:1em;    
    text-align: center;
    min-height: 200px;
    padding:5%;
    vertical-align: middle;
    align-items: center;
  }
  .contenedornaranja h1{
    color:#fff;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    margin: 30px;
  }
  .botonvendernaranja{
    text-decoration: none;
    color: #5a5858;
    background-color: #fff;
    border: 1px solid #5a5858;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 40px !important;
  }
  .botonvendernaranja:hover{
    background-color: #f88e04;
    color: #fff;
    border: 1px solid #f88e04;
  }

   /* Estilos de ejemplo para el contenedor del login */
   #contenedorLogin {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Fondo semi-transparente */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Por encima de todo */
  }
  #loginBox {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    width: 600px;
    position: relative;    
    text-align: center;
  }
  #loginBox h2 {
    color:#f88e04;
    margin-top: 0;
  }
  #loginbox h3{
    color:#666 !important;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400 ;
  }
  #loginBox label {
    display: block;
    text-align: left;
    margin-bottom: -10px;
    font-size: 12px;
    color:#666;
  }
  #loginBox input {
    width: 70%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #666; /* Borde de 1px color gris */
    margin-bottom: 10px;
  }
  #loginBox button {
    width: 70%;
    margin-left: 15%;
  }
  #cerrarLogin {
    background-color: #aaa;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 50%;
    width:20px !important;
    height:20px;
    text-align: center;
    margin-left: 0 !important;
  }
  .mus{
    margin-left:10% !important;
  }
  #imgentera{
    padding-top: 0px !important;
  }
  /* Estilos de ejemplo para el contenedor del registro */

  #contenedorRegistro {
    display: none; /* Oculto por defecto, úsalo con JavaScript para mostrarlo */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  
    /* Para centrar el contenido cuando se muestre, se sugiere usar flex */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* display: flex;  -- Descomenta esta línea cuando desees que aparezca el modal centrado */
  }
  
  #registroBox {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 500px;
    position: relative;
  }
  #registroBox h2 {
    color:#f88e04;
    margin-top: 0;
  }
  #registroBox h3{
    color:#666 !important;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400 ;
  }
  #registroBox label {
    display: block;
    text-align: left;
    margin-bottom: -10px;
    font-size: 12px;
    color:#666;
  }
  #registroBox input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #666; /* Borde de 1px color gris */
  }
  #cerrarRegistro {
    background-color: #aaa;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 50%;
    width:20px;
    height:20px;
    text-align: center;
  }

  /*fotos propiedades*/

  .logoprod {
    width: 100%;
    z-index: 2;
    position: relative;
    border-radius: 15px 15px 0 0;
      }

/* ----- CONTENEDOR GENERAL ----- */
/* Fondo gris que cubre todo el ancho y alto */
.favorites-container {
  background: #eeeeef;       /* Fondo gris */
  min-width: 100%;      /* Cubrirá toda la altura de la ventana */
  margin: 0;
  padding: 60px 0;
  margin-top: 100px;
}

/* ----- BLOQUE BLANCO PRINCIPAL ----- */
.favorites-header {
  width: 80%;
  margin-left: 10% !important;
  margin: 0 auto;
  border-radius: 2em;
  padding: 20px;
  padding-left: 0;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
}
.renglondos{
  display: inline-block;
    border-top: 1px solid #999;
    width: 100%;
    min-height: 40px;
    padding-top: 14px;
}
.contblancos{
  width: 70%;
  margin: 0 auto;
  background: #fff;
  border-radius: 2em;
  display: block; 
  justify-content: space-between; 
  align-items: center;
  margin-bottom: 10px; 
  border: 1px solid #999;
}
.favorites-title {
  color: #999; /* Naranja */
  margin: 0;
  display: inline-block;
  float:left;
  font-size: 25px;
}

/* Enlace para eliminar seleccionados */
.favorites-remove-selected {
  text-decoration: none;
  color: #666;
  display: inline-block;
  float:right;
  font-size: 14px;
  padding-right: 10px;
  padding-top: 2px;
}

/* ----- LISTA DE FAVORITOS (UL) ----- */
.favorites-list {
  min-width: 100%;
  margin: 0;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block !important;
  border-top: 1px solid #999;
  margin-bottom: 10px;
}

/* Cada ítem de la lista (LI) */
.favorites-item {
  
  
  display: flex;
  align-items: center;
  padding: 10px;  
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  position: relative;     /* Si deseas ubicar el ícono de basura con position absolute */
}

  /*************** Estilos de ejemplo para el contenedor del FORMULARIO VENTA ************************/

  #contenedorventa {
    display: none; /* Oculto por defecto, úsalo con JavaScript para mostrarlo */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  
    /* Para centrar el contenido cuando se muestre, se sugiere usar flex */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* display: flex;  -- Descomenta esta línea cuando desees que aparezca el modal centrado */
  }
  
  #ventaBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* Centra en ambos ejes */
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 500px;
    box-sizing: border-box;   /* Asegura que el padding no desborde el contenedor */
  }
  #ventaoBox h2 {
    color:#d77903;
    margin-top: 0;
    font-size: 14px !important;
  }
  #ventaBox h3{
    color:#666 !important;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 400 ;
  }
  #ventaBox label {
    display: block;
    text-align: left;
    margin-bottom: -18px;
    font-size: 10px;
    color:#666;
  }
  #ventaBox input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #666; /* Borde de 1px color gris */
  }
  #ventaBox select {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #666;
    /* Ajusta si deseas color de texto y fondo por defecto */
    color: #777;
    background-color: #fff;
  }
  
  /* Estilo para las opciones del select */
  #ventaBox select option {
    /* color y background por defecto de las opciones */
    color: #000;
    background-color: #fff;
  }
  
  /* Hover sobre opciones (puede variar el soporte en distintos navegadores) */
  #ventaBox select option:hover {
    background-color: orange !important;
    color: #fff !important;
  }
  
  /* Opción seleccionada (checked) */
  #ventaBox select option:checked {
    background-color: orange;
    color: #fff;
  }
  #ventaBox textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #666;
}
/*prueba de select de mentira*/

.custom-select {
  position: relative;
  width: 100%; /* Ajusta el ancho */
  cursor: pointer;
  
  font-size: 12px;
}
/* Flecha de despliegue en la esquina derecha */
.selected-option .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Para que no bloquee el clic */
}

/* Usamos un pseudo-elemento para mostrar la flecha */
.selected-option .arrow::before {
  content: "▼";
  /* Puedes ajustar el símbolo, por ejemplo \25BC para un triángulo */
}
/* La parte que se ve cuando no está desplegado */
.selected-option {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #666;
  /* Ajusta si deseas color de texto y fondo por defecto */
  color: #777;
  background-color: #fff;
  
  font-size: 12px;
  text-align: left ;
}

/* La lista de opciones, inicialmente oculta */
.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  display: none;
  text-align: left ;
  font-size: 12px;
}

/* Cada opción en la lista */
.options-list li {
  padding: 5px;
  transition: background 0.2s;
  color:#777;
}

/* Hover para la lista */
.options-list li:hover {
  background: orange;
  color: #fff;
}

/* Mostrar la lista cuando esté “abierta” */
.custom-select.open .options-list {
  display: block;
}
#ventaBox h2{
    color:#f88e04 !important;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px !important;
    width: 80%;
    margin-left: 10%;
  }
  #cerrarVenta {
    background-color: #aaa;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 50%;
    width:20px;
    height:20px;
    text-align: center;
  }

.favorites-checkbox[type="checkbox"] {
  /* Quitar la apariencia nativa (importante) */
  -webkit-appearance: none; /* Safari / iOS */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Estándar */

  /* Darle tamaño y alguna base de estilo */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  cursor: pointer;
  outline: none;
  background: #fff; /* color base cuando NO está marcado */
}

/* Hover opcional */
.favorites-checkbox[type="checkbox"]:hover {
  background: #eee; 
}

/* Cuando está marcado */
.favorites-checkbox[type="checkbox"]:checked {
  background: #FF7F02;
}

/* Dibujar la tilde manualmente */
.favorites-checkbox[type="checkbox"]:checked::after {
  content: "";
  position: relative;
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(3px, -4px);
  /* Ajusta lo necesario para centrar la tilde */
}
/* Contenedor que envuelve la imagen y la info */
.favorites-product {
  width: 80%;
  margin-left: 10% !important;
  display: flex;
  align-items: center;
  flex: 1; /* Para estirar hasta el extremo derecho */
}

/* Imagen del producto */
.favorites-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 50px;
  border-radius: 10px;
  margin-left: 20px;
}

/* Bloque de texto */
.favorites-info {
  display: flex;
  flex-direction: column;
}

/* Precio en naranja */
.favorites-price {
  color: #F57C00;
  font-weight: bold;
  margin-top: 30px;
  font-size: 22px;
}

.favorites-location,
.favorites-type,
.favorites-description {
  margin: 2px 0;
  color:#999;
  font-size: 14px !important;
  font-weight: 400!important;
}

/* Botones de acciones (corazón, compartir, etc.) */
.favorites-buttons {
  margin-top: 8px;
}

.favorites-icon img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.favorites-consult {
  text-decoration: none;
  padding: 4px 8px;
  background-color: #FFA726;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  margin-left: 8px;
}

/* Papelera al extremo derecho (opcional absolute) */
.favorites-trash {
  text-decoration: none;
  margin-right: 9%;
}

.favorites-trash img {
  width: 50px;
  height: 50px;
}
.h2perfil{
  width:100%;
  min-height: 70px;
  border-bottom:1px solid #999;
  padding-top: 20px;
  padding-left: 10%;
  padding-bottom: 20px;
}
.contenedorperfil{
  width:80%;
  margin-left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sinbottom{
  margin-bottom: 0 !important;
  width:65% !important;
  margin-left:17.5% !important;
}
         /*PERFIL*/

/* El contenedor blanco con bordes redondeados */
.contblancos2 {
  background: #fff;
  border-radius: 2em; 
  width: 70%;                /* Ajusta al ancho deseado */
  margin: 40px auto; 
  box-sizing: border-box;
  border: 1px solid #999;    /* Borde gris de 1px */
}

/* Título principal (Perfil) */
.perfil-titulo {
  color: #999;
    margin: 0;
    display: inline-block;
    float: left;
    font-size: 25px;
    padding-bottom: 10px !important;
}

/* Subtítulo (Datos personales) en naranja */
.perfil-subtitulo {
  color: #FF8000;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: 600; 
}

/* Formulario interno */
.perfil-form {
  display: flex;             /* Para controlar la disposición, si lo deseas en bloque, quita el flex */
  flex-direction: column;    /* Coloca los elementos uno debajo del otro */
}

/* Labels */
.perfil-form label {
  margin: 8px 0 5px;         /* Espacio alrededor de cada etiqueta */
  font-weight: 500;
  color: #4D4D4D;
  font-size: 12px !important;
}

/* Inputs */
.perfil-form input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 12;
  margin-bottom: 15px;       /* Espacio para separar cada campo */
  box-sizing: border-pxbox;
  width: 100%;
  color:#777;
  font-family: 'Montserrat';
}

/* Botón de guardar cambios */
.perfil-guardar {
  background-color: #FFA726;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;        /* Ajusta el ancho al texto */
  align-self: center;        /* Centra el botón si estás usando flex-direction: column */
  margin-top: 20px;
}

/* Efecto hover en el botón (opcional) */
.perfil-guardar:hover {
  background-color: #FB8C00; 
}       


/* Contenedor para password + icono de ojo + icono de match */
.password-wrapper {
  position: relative; 
  margin-bottom: 15px;
}

/* Posición del ojo a la derecha dentro del wrapper */
.toggle-visibility {
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999; /* Color del icono */
  font-size: 1.1rem;
}

/* Ícono de check o X */
.status-icon {
  position: absolute;
  right: 40px; /* Un poco a la izquierda del ojo */
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
}

/* Botón de guardar */
.perfil-guardar {
  background-color: #ffa82600;
  color: #777;
  padding: 8px;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  align-self: center; 
  margin-top: 0;

}
.perfil-guardar:hover {
  background-color: #FB8000;
  color:#fff;
  border: 1px solid #FB8000;
}

/*PROPIEDADES*/

.property-gallery {
  display: flex;             /* Imagen principal a la izquierda, columna a la derecha */
  width: 65%;
  margin: 150px auto;
  margin-bottom: 50px;        /* Centra horizontalmente en la página */
  gap: 20px;                 /* Separación entre la imagen principal y la columna de la derecha */
}

/* Imagen principal (izquierda) */
.property-gallery__main {
  flex: 2;                   /* Ocupa 2 partes de ancho en el contenedor flex */
  height: 500px;             /* Fija la altura total */
  overflow: hidden;
  border-radius: 20px;
}

.property-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  object-position: top;  /* <-- Muestra la parte superior de la imagen */
  border-radius: 20px;
  cursor: pointer;
}

/* Columna de la derecha (dos fotos apiladas) */
.property-gallery__side {
  flex: 1;                   /* 1 parte de ancho */
  display: flex;
  flex-direction: column;    /* Apila las fotos verticalmente */
  gap: 15px;                 /* Espacio entre las dos imágenes */
  height: 500px;             /* La misma altura que la imagen principal */
  max-height: 500px;
}
.property-left__top{
  width:90%;
  margin-left:5%;
}
#serviciospropieti{
  width:90%;
  margin-left:5%;
}
@media (min-width: 1600px) {
    .property-gallery__side {
      height: 600px;             /* La misma altura que la imagen principal */
      max-height: 600px;
    }
    .property-gallery__main img {
      height: 600px;             /* Fija la altura total */
    }
    .property-gallery__main {
      height: 600px;             /* Fija la altura total */
    }
}
@media (min-width: 1700px) {
  .property-gallery__side {
    height: 650px;             /* La misma altura que la imagen principal */
    max-height: 650px;
  }
  .property-gallery__main img {
    height: 650px;             /* Fija la altura total */
  }
  .property-gallery__main {
    height: 650px;             /* Fija la altura total */
  }
}
.property-gallery__side img {
  flex: 1;                   /* Cada imagen ocupa la mitad del alto del contenedor */
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}
.plus-indicator {
  position: relative;  /* Para ubicar la capa encima de la imagen */
  flex: 1;            /* Cada imagen en la columna derecha ocupa la mitad */
}

.plus-indicator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}

/* La capa oscura siempre visible */
.plus-indicator .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);  /* Menos oscuro que 0.4 */
  border-radius: 20px;
  opacity: 1;                      /* Siempre visible */
  pointer-events: none;  /* Para que al hacer clic dispare el lightbox de la imagen */
}

/* El ícono “+” posicionado en el centro */
.plus-indicator .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  pointer-events: none;  /* Para que al hacer clic dispare el lightbox de la imagen */
}
/* ====== LIGHTBOX (Modal) ====== */
.lightbox-overlay {
  display: none;             /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */

  /* Para centrar la imagen dentro del modal (flex) */
  justify-content: center;
  align-items: center;
}

.lightbox-overlay img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* Botón Cerrar (X) */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

/* Flechas de navegación (prev/next) */
.lightbox-prev,
.lightbox-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  transform: translateY(-50%);
  padding: 10px;
}

.lightbox-prev {
  left: 10px;
}
.lightbox-next {
  right: 10px;
}

/* Hover en flechas */
.lightbox-prev:hover,
.lightbox-next:hover {
  color: #ccc;
}


/* Estilos responsivos para pantallas pequeñas (mobile) */
@media (max-width: 768px) {
  .property-gallery {
    /* En móvil: la galería se apila verticalmente */
    display: block;
  }
  
  .property-gallery__main {
    /* La imagen principal ocupa 80% del ancho y se centra */
    width: 80%;
    margin: 0 auto;
  }
  
  .property-gallery__thumbnails {
    /* Las miniaturas se muestran en fila y con scroll horizontal */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    margin-top: 1rem;
  }
  
  .property-gallery__thumbnails img {
    /* Ajusta el tamaño de las miniaturas en móvil */
    width: auto;
    height: 80px;
    flex-shrink: 0; /* Para que no se encojan */
  }
}

/* CONTENEDOR PRINCIPAL */
.property-container {
  display: flex;
  /* Ancho máximo del 80% de la pantalla, centrado */
  width: 65%;
  margin: 2rem auto;
  box-sizing: border-box;
}

/* COLUMNA IZQUIERDA */
.property-left {
  width:58%;
  
  padding: .5rem;
  box-sizing: border-box;
}
.grupos-left{
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #605f5f;
  border-radius: 1em;
  margin-bottom: 1em;
}
.grupos-left p{
  width:90%;
  margin-left: 5%;
  text-align: justify;
  color:#333;
  font-size: 14px;
}
.grupos-left h3{
  width:90%;
  margin-left: 5%;
  text-align: justify;
  color:#F29222;
}
.property-left__top h2 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #333;
}

.property-left__top p {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #777;
}

.property-left__top h3 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: #F29222; /* Un color naranja */
}

/* Lista de tags / características */
.property-left__bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display:inline-block;
  width:90%;
  padding-left: 5%;
}

.property-left__bottom li {
  margin-bottom: 0.3rem;
  color: #555;
  display:inline-block;
  margin-right: 1em;
  width:45%;
}

/* COLUMNA DERECHA */
.property-right {
  flex: 1;
  width:42%; /* Ajusta si quieres un ancho máximo para la columna derecha */

  border-radius: 8px;
  padding: .5rem;
  box-sizing: border-box;
}

/* Título de la inmobiliaria */
.property-right__contact h2 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: #333;
}

/* FORMULARIO */
.property-right__contact form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.2rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.btn-send {
  background-color: #F29222;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.7rem 1rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: bold;
}

.btn-send:hover {
  background-color: #e65e00;
}

/* BOTONES DE ACCIÓN (GUARDAR, COMPARTIR, ALERTA) */
.property-right__actions {
  justify-content: center; /* Centra los iconos en la parte inferior */
}

.btn-icon {
  background-color: #f5f5f500;
  border: 1px solid #ccc;
  color: #777;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom:.5em;
}

.btn-icon:hover {
  background-color: #e0e0e0;
}

/* ESTILOS RESPONSIVOS (MÓVIL) */
@media (max-width: 768px) {
  .property-container {
    flex-direction: column; /* Apilar en columna */
    align-items: center;    /* Centrado */
  }
  
  .property-left,
  .property-right {
    width: 80%;           /* Ocupan 80% en móvil */
    margin-bottom: 2rem;  /* Separación entre las dos "cajas" */
  }
  
  .property-right {
    max-width: none;      /* Quita el máximo si quieres que ocupe todo el 80% */
  }
}
/*coor fondo propiedad*/

/*whatsapp header*/

#wtsheder{
  text-decoration:none;
  color:#777;
} 
#wtsheder:hover{
  color:#F57C00;
}

/*Urbanizaciones*/
.contenedor h2 {
  text-align: center;
  color: #d77903;
  font-size: 2em;
  margin-bottom: 1em;
}
.urbanizaciones-grid {
  /* Usamos CSS Grid para distribuir las tarjetas */
  display: grid;
  /* Ajustamos el número de columnas según el espacio disponible */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px; /* espacio entre tarjetas */
  max-width: 1200px; /* ancho máximo opcional */
  margin: 0 auto; /* centrar en la página */
  padding: 20px; 
}

.urbanizacion-card {
  background-color: #f9f9f900;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  /* Para que sean más “cuadradas”, puedes forzar un alto fijo 
     o usar aspect-ratio (CSS moderno). 
     Por ejemplo, aspect-ratio: 1/1 para un cuadrado perfecto:
  */
  aspect-ratio: 1/1; 
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Imagen al interior */
.urbanizacion-card img {
  /* Que no sobresalga del contenedor */
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;  
  border-radius: 20px;
}
.headerseparacion{
  margin-top: 100px;  
}

.sinresult{
  margin-left: 10%;
}
#perfil{
  margin-top: 0px;
}
#logingoogle {
  display: block;
  width: 70%;
  margin-left: 15%;
  padding: 10px;
  border: 1px solid #666;
  background-color: #1a4dbc00; /* Naranja */
  color: #777;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
.goole{
  width:100% !important;
  margin-left: 0 !important;
  font-family: 'Montserrat' !important;
}
#logingoogle:hover {
  color:#fff;
  background-color: #FB8C00; /* Naranja */
}
/* slider de propiedades destacadas*/

/***** CONTENEDOR DEL SLIDER *****/
.carousel-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

/***** VIEWPORT DEL SLIDER *****/
.carousel-track-container {
  position: relative;  
  overflow: hidden;
  padding-left: 4px;  /* Corrige el espacio extra en el lado izquierdo */
}
@media (min-width: 1500px) {
  .carousel-container {
    max-width: 1200px;
  }
  .carousel-track-container {
    max-width: 1200px;
    margin:0 auto;
  }
  .carousel-track {
    max-width: 1200px;

  }
}
/***** LA FAJA (TRACK) *****/
.carousel-track {
  width:100%;
  display: flex;
  flex-wrap: nowrap;  /* no se pasa a la siguiente línea */
  transition: transform 0.3s ease;
  will-change: transform;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 !important;  
  padding-left: 0;
}

/***** CADA SLIDE *****/
.carousel-slide {
  flex: 0 0 33%;      /* 4 slides visibles */
  box-sizing: border-box;
  position:relative;
}

/***** BOTONES FLECHA *****/
.carousel-btn {
  position: absolute;
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  
  width: 40px;        /* Fijar ancho/alto */
  height: 40px;
  
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(200, 200, 200, 0.8);
  color: #333;
  border: none;
  border-radius: 50%;
  
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}

.carousel-btn:hover {
  opacity: 1;
}

.carousel-btn--prev {
  left: -40px;
}

.carousel-btn--next {
  right: -40px;
}

/***** CONTENIDO DENTRO DE CADA SLIDE *****/
.slide-content {
  /* Ajusta el alto mínimo para que todas las tarjetas tengan la misma altura, si lo deseas */
  min-height: 500px; /* ejemplo, ajusta según tu diseño */

  display: flex;
  flex-direction: column;   /* Ubica elementos en una columna */
  margin: 15px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

}
@media (max-width: 1300px) {
  .slide-content {
    /* Ajusta el alto mínimo para que todas las tarjetas tengan la misma altura, si lo deseas */
    min-height: 350px; /* ejemplo, ajusta según tu diseño */
  }
}
#botonesprod{
  width:90%;
  position:absolute;
  vertical-align: bottom;
  bottom:10px;
  right:5%;
  text-decoration: none;
  padding-left: 0px !important;
}
/* Podés reusar tus clases para textos e imágenes:
   .logoprod, .imgprod, .precio, .ubicacion, etc.
*/
/*imgequipo*/
#imgequipo{
  width:80%;
  margin-left: 10%;
}

/*urbanizacion*/

.contenedorgrisurbanizacion{
  background-color: #eeeeef;
  width:100%;
}
.contimgurb{
  width:70%;
  margin-left: 15%;
  display:inline-block;
  padding-top: 40px !important;

}
#columurbanizacionizq{
    display: inline-block;
    width:38%;
    height: 340px;
    border-radius: 20px;
    vertical-align: top;
    padding-top:1em;
}
.titulourb{
    color:#777;
    font-size: 28px;
    margin-top: 20px;
    font-weight: 800;
    font-family: 'Montserrat';
}
#columurbanizacionizq img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}
#columurbanizacionder{
  width:60%;
  display:inline-block;
  padding: 1em;
}
#imgurbanizacion img{
  width:100%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom:20px;
  height: 325px;
}
.conturb{
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 1em;
  border: 2px solid #9e9e9e;
}
.conturb h3{
  color:#f88e04;
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 400;
}
.conturb p{
  color:#333;
  font-size: 14px;
  text-align: justify;
  
  margin-bottom: 10px;
}

.botonurb{
  display:inline-block;
  color:#fff !important;
  padding:.5em 1em;
  background-color: #f88e04;
  font-weight: 300;
  border-radius: 10px;
}

.checkboxurb{
  display:inline-block;
  width:48%;
  margin-bottom:10px;
  font-size: 16px !important;
}

.checkboxurb img{
  margin-right: 10px;
}

/*iniciar sesion*/

/* Contenedor principal del dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Botón que se ve siempre */
.dropbtn {
  background-color: grey;
  color: white;
  padding: 0;
  border: none;
  cursor: pointer;
  min-width: 190px;
}

/* Contenedor que tiene los links de perfil, favoritos, etc., oculto por defecto */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E9E9E9; 
  min-width: 250px; 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999; /* Para que se muestre por encima de otros elementos */
  border-radius: 10px;
  padding:0;
}

/* Cada enlace dentro del desplegable */
.dropdown-content a {
  color: #777;
  padding: .5em;
  text-decoration: none;
  display: block; 
  font-size: 12px;
}



/* Mostrar el contenedor del desplegable cuando pasas el mouse por el .dropdown */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Opcional: cambia el color del botón al hacer hover */
.dropdown:hover .dropbtn {
  background-color: #666;
}
#fotoperfil{
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  min-height: 50px;
  border: 1px solid #9e9e9e;
  padding-top: 10px;
}
/* Círculo con la inicial */
.circle-inicial {
  width: 40px;
  height: 40px;
  background-color: orange;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px; /* Espacio entre el círculo y el nombre */
  margin-left: 1em;
  font-size: 16px;
}
#emailperfil{
  font-size: 9px;
  color: #7f7e7e;
  margin-left: 5px;
}
#emailperfil span{
  font-size: 14px;
  color: #7f7e7e;
}
#enlacesperfil{
  padding-left: 1.7em;
  border: 1px solid #9e9e9e;
  border-radius: 0 0 10px 10px;
  padding-top: 20px;
  padding-bottom:20px ;
}
#enlacesperfil i{
  margin-right: 10px;
}
#ordenarPor{
  background-color: #FB8000;
  padding:5px;
  color:#fff;
  border-radius: 5px;
  box-shadow: none;
  border:1px solid #FB8000;
  margin-bottom: 10px;
}
.grupos-left .serviciospropi{
  display: inline-block;
  width:auto !important;
  padding:10px 20px;
  background-color:#FB8000;
  border-radius: 10px;
  color:#fff;
  margin: 5px;
  margin-left: 0;
  display: inline-block;
  color: #fff !important;
  padding: .5em 1em;
  background-color: #f88e04;
  font-weight: 300;
  border-radius: 10px;
  width: auto !important;
  font-size: 12px !important;
}
/* Menú móvil inicialmente oculto */
#navmobile {
  display: none;  /* Se mostrará dinámicamente con JS */
  /* Agrega estilos: posición, fondo, etc. si deseas */
}

/*BOTON VENDER*/

/* Botón hamburguesa oculto en escritorio */
.hamburger{
  display: none;
  font-size: 24px !important;
  background-color: #00000000 !important;
  border: none;
  cursor: pointer;
  width:20px !important;
  color:#777 !important;
  top:40px;
}
#abrirVentaBtn{
  text-decoration: none;
  color: #5a5858;
  background-color: #fff;
  border: 1px solid #5a5858;
  border-radius: 10px;
  padding: 10px 20px;
  margin:0 auto;
  margin-top: 40px !important;
  width:60% !important;
  font-weight: 300;
}
#abrirVentaBtn:hover{
  color:#fff;
  background-color: #FB8000;
  border: 1px solid #fff;
}
.venderabajo{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto ;
}
@media (max-width: 768px) {
  #navpc {
    display: none !important;
  }
  .dropbtn{
    display:none;
  }
  #redesarriba{
    display:none;
  }
  header{
    padding: 0 5%;
    height:70px;
  }
  .header-contact span a{
    width:100%;
  }
  #wtsarriba{
    width:20px;
    position:static;
    height:auto !important;
    transform: none; 
    
}
header img {
  position: fixed;
  top: 0; /* Hace que sobresalga hacia arriba del header */
  left: 51%;
  transform: translate(-50%, 0);
  width:auto !important; /* Ajusta el tamaño del logo */
  height: 130px; /* Ajusta el tamaño del logo */
  z-index: 1100; /* Asegura que esté por encima del header */
}
#wtscel{
  display:block;
  font-size: 14px;
}
.main-banner {
  height: 95vh;     /* Ocupa todo el alto de la ventana */
  overflow: hidden;
}


.main-banner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center; /* o simplemente center */
}
.buttons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin:0 auto;
  display: inline-block;
}
.buttons a{
  padding:15px 10px;
  width:30%;
  display: inline-block;
}
#navpc {
  display: none; 
}
.hamburger {
  display: block;  /* Mostramos el ícono de hamburguesa */
  position: fixed; /* Ejemplo: lo fijas en la esquina */
  top: 12px; 
  right: 70px;
  z-index: 999;     /* Para que quede por encima del contenido */
}
header button:hover {
  background-color: #f9f9f900 !important; /* Cambia de color al pasar el mouse */
}
/* El menú móvil se puede diseñar como un sidebar, overlay, etc. */
/***** TU CSS ORIGINAL  *****/
#navmobile {
  position: fixed;
  top: 60px; 
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  display: none;
  padding: 20px; 
}

#navmobile i {
  width: 20px !important;
}

.textocimg {
  display: none;
}

.btnmus {
  display: none;
}

#navmobile a {
  display: block;
  padding: 15px;
  text-decoration: none;
  margin-left: 5px;
  font-weight: 500;
}

/***** REGLAS PARA EL FOOTER DE REDES *****/
.nav-footer {
  position: absolute;
  bottom: 90px; 
  left: 20px;  
  right: 20px; 
  border-top: 1px solid #ccc; 
  padding-top: 10px;
}

.follow-text {
  font-weight: bold;
  color: #ff6600; /* Texto naranja (opcional) */
  font-size: 24px; /* Tamaño de fuente del texto */
  margin-left: 0%;
  margin-top: 20px;
}

.social-links {
  float: right;
  /* Para colocar los iconos en fila */
  display: inline-flex; 
  align-items: center;
}

.social-links a {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.redesarriba {
  width: 20%;
  display: flex;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FB8000;
}
.iconomobile{
  width: 20px !important;
  height: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display:inline-block !important;
  position:relative !important;
  left:0 !important;
  top:5px !important;
}
/* Si tus PNG son grises y quieres teñirlos de naranja */

.redesarriba img {
  width: 100% !important;
  height: auto !important;
  justify-content: center;
  align-items: center;
}
.social-links img {
  width: 24px;
  height: 24px;
}
/* Clase auxiliar para mostrar el menú móvil */
#navmobile.show {
  display: block;
}
.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.carousel-slide {
  flex: 0 0 50%;
  box-sizing: border-box;
  position: relative;
}
.slide-content {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  margin: 5px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgba(200, 200, 200, 0.8);
  color: #333;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.carousel-btn--prev {
  left: 10px;
}
.carousel-btn--next {
  right: 10px;
}
.contenedorgris{  
  overflow: hidden;
}
#imgequipo {
  width: 160%;
  margin-left: -28%;
}
.imgright {
  width: 100%;
  display: block;
}
.imgright img {
  width: 90%;
  margin-left: 0;
  margin-top: 10px;
}
#imgurb{
  display:none;
}
#urburb{
  display:block !important;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.urbanizacion-card {
  width:30%;
  background-color: #f9f9f900;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  aspect-ratio: 1 / 1;
  display: inline-block
;
  align-items: center;
  justify-content: center;
}
#titulourb{
  color:#FB8000;
  font-size: 18px;
}
.contequip{
  min-height: 550px;
  position:relative;
}
#conocenos {
  bottom:340px;
  border-radius: 7px;
  padding: 10px 25px;
  color:rgb(164, 164, 164);
  font-weight: 600;
}
#imgequipo{
  position:absolute;
  bottom:0;
}
.urbanizaciones-grid {
  display: inline-block;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2%;
}
.contenedor {
  margin-left: 0;
  padding: 80px 0;
  padding-bottom: 80px;
}
.leftm{
  width: 90%;
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 10px;
}

.contenedorbco {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  min-height: 0;
}
.celbco{
  padding-top: 25px;
  margin-bottom: 30px!important;
}
.cerca{
  padding-top: 0 !important;
}
}
.pagination-arrow {
  max-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  margin: 0 5px !important;
  display: inline-block !important;
  background-color: #EDEDED !important;
  color: #777;
  border: 1px solid #777;
}

    /* Estilos por defecto (vista en PC) */
    #iniciarSesionBtn {
      background-color: grey; 
      border: none; 
      color: white; 
      padding: 10px 15px;
      cursor: pointer;
    }

    /* Vista en dispositivos móviles (menor a 768px) */
    @media screen and (max-width: 768px) {
      #iniciarSesionBtn {
        /* Reseteamos la mayoría de estilos */
        all: unset; 
        cursor: pointer; 
        display: inline-block;
        margin-top: 10px;
        margin-right: -10px;
        background-color: rgba(128, 128, 128, 0)!important; 
        border: none; 
        color: #777; 
        padding: 0 !important;
        text-align: right;
      }

      /* Inserta un ícono de perfil en SVG color gris */
      #iniciarSesionBtn::before {
        content: "";                 /* contenido vacío */
        display: inline-block;       /* para que respete ancho/alto */
        width: 24px;
        height: 24px;
        background-image: url("../images/iconoperf.png");
        background-size: contain;    /* o cover, según tu preferencia */
        background-position: center;
        background-repeat: no-repeat;
      }
      
      .dropbtn{
        all: unset;
        cursor: pointer;
        display: inline-block;
        margin-top: 22px;
        margin-right: 0px;
        background-color: rgba(128, 128, 128, 0) !important;
        border: none;
        color: #777;
        padding: 0 !important;
        text-align: right;
      }
      .dropbtn::before {
        content: "";                 /* contenido vacío */
        display: inline-block;       /* para que respete ancho/alto */
        width: 24px;
        height: 24px;
        background-image: url("../images/iconoperf.png");
        background-size: contain;    /* o cover, según tu preferencia */
        background-position: center;
        background-repeat: no-repeat;  
      }
      /* Opcional: si deseas ocultar el texto y dejar solo el ícono en móvil */
       #iniciarletras {
        display: none;
      } 
      header button {
        padding:10px !important;
      }
      .header-contact span a {
        width: 100%;
        font-weight: 200;
    }
      /*foooter*/
      #primeracolumn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .columnas {
      text-align: center;
      width:100% !important;
      margin:0 !important;
    }
    .serv{
      display:none;
    }
    .columnas p {
      font-size: 12px;
      line-height: 1.5;
      margin: 1em;
      font-weight: 100;
      text-align: center;
      font-family: 'Montserrat';
      max-width: 100%;
  }
  .columnas img#logofooter {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.redesfooter img {
  width: 8%;
  text-align: center;
  padding: 0 !important;
  margin: 0px;
}
.imgfot{
  height:50px;
  width:auto !important;
}
.footerfondocolumnas {
  width: 92%;
  display: block;
  text-align: center;  
  font-size: 12px;
}
#rightfooter {
  text-align: center;
  font-size: 7px;
  color: #ccc;
  margin-top: 10px;
}
.contento{
  height: 73vh;
  overflow:visible !important;
}
/*formulario de contacto*/
.formulariocont {
  display:block !important;
  position: initial !important;
  transform: none !important;
  background-color: #DFDFDF;
  padding: 30px 5%;
  padding-top: 100px;
  margin-top: 0px;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
  top:0;
  left:0
}
.redesc {
  border-radius: 50%;
  background-color: #878787;
  width: 40px;
  height: 40px;
}
.redescontact {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  padding-top: 0px;
}
.cont {
  display: inline-block;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding-left: 5%;
  padding-bottom: 80px;
}
.maps {
  display:inline-block;
  width:57% !important;
  min-width: 0;
  height: 235px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  margin-right: 5px;
}
.aside {
  flex: 1;
  min-width: 25%;
  display: inline-block;
  align-items: center;
  text-align: center;
  width:40%;
}
.aside #texxt {
  background-color: #616160;
  color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 4px;
}
.aside h4 {
  text-align: left;
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 600;  
  text-align: left;
}
.iconoaside {
  width:12px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 4px;
  margin-top: 3px;
}
.aside p {
  margin: 0;
  font-size: 7px;
  margin-bottom: 5px;
  text-align: left;
  display: inline-block;
  min-width: 80%;
}
.nos{
  height:auto;
}
  .nos img {
    width: 100% !important;
    height: auto !important;
    margin-top:50px;
    object-fit: cover;
    object-position: top;
}
.iconnos {
  display: grid; 
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 30px;
  margin-top: 50px;
}
.iconosnos p {
  font-size: 8px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #fff;
  width: 85%;
  margin-left: 7.5%;
  text-align: center;
}
.equipo {
  text-align: center;
  padding: 20px;
  padding-top: 0;
  width: 100%;
  margin-left: 0;
}
.profesionales {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.videoiframe {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 100px;
}
.videoiframe iframe{
  height:250px;
}
.ininar{
  display:block !important;
  background-color: #FB8000;
  color:#fff;
  padding: 10px !important;
  text-align: center;
  margin-top: 0;
}
.ininar button{
  display: inline-block;
  background-color: #FB8000;
  color:#fff !important;
  padding: 5px 10px !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  margin-top: 0 !important;
  width:100px !important;
  font-size: 10px !important;
  font-weight: 300 !important;
} 
.ininar button::before {
    content: none !important; /* Ensure this applies only to .ininar buttons */
}
.ininar p{
  display: inline-block;
  margin-right: 5px;
  margin-top: 0 !important;
}

/* urbanizaciones*/
.contimgurb {
  width: 100%;
  margin-left: 0;
  display: inline-block;
  padding-top: 40px !important;
}
#columurbanizacionizq {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  vertical-align: top;
  padding-top: 1em;
}
#columurbanizacionder {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.contenedorgris h3 {
  text-align: center;
  color: rgb(113, 112, 110);
  font-size: 12px;
  width: 70%;
  margin-left: 15%;
  font-weight: 400;
}
.main-banner h1 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 10px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.425) !important;
}
.conturb {
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 1em;
  border: none;
}
#urbimgp{
  display:none;
}
.headerseparacion {
  margin-top: 50px;
}
#imgurbanizacion{
  width:90%;
  margin:0 auto;
}
#columurbanizacionizq{
  width:90%;
  margin-left:5%;
  margin-bottom: 10px;
  padding-top: 40px !important;
}
.contenedors, .contenedors2 {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.imgright2, .imgleft {
  width: 100%;
  display: block;
}
.textoleft2, .textoright {
  width: 100%;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat';
}

.textoleft2 p, .textoright p {
  color: #3b3a3a;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50px !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.filters-wrapper {
  display:none;
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1002;
  border-bottom: 1px solid #ccc;
}
#separa{
  min-height: 70px !important;
}
#textfiltros {
  text-align: center;
  color: #777;
  font-size: 1em;
  margin-top: -15px;
  margin-bottom: 30px;
  width:70%;
  margin-left: 15%;
}
#ph{
  display:none;
}
li.propiedades {
  border: 1px solid #ccc;
  padding: 0;
  background: #f9f9f9;
  border-radius: 15px;
  box-shadow: #888787 2px 2px 5px;
  min-height: 290px;
  position: relative;
}

.property-gallery {
  display: flex;
  width: 90% !important;
  margin: 100px auto;
  margin-bottom: 25px;
  gap: 20px;
}
.property-gallery__main {
  flex: 2;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.property-gallery__side {
  flex: 1;
  display: flex
;
  flex-direction: column;
  gap: 15px;
  height: 200px;
  max-height: 200px;
}
.property-container {
  display: flex
;
  width: 100%;
  margin: 2rem auto;
  box-sizing: border-box;
}
.property-container iframe{
  width: 100%;
  height: 250px !important;
}
.asd{
  width:100% !important;
  padding:0;
}
.property-left {
  width: 58%;
  padding: 0 !important;
  box-sizing: border-box;
  margin:0;
}
.property-left {
  width: 58%;
  padding: 0 !important;
  box-sizing: border-box;
}
.grupos-left {
  padding: 1.5em;
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 1em;
}
.map-container {
 display:none;
}
.filtroscel{
  display:block !important;
  width:100%;
  background-color:#fff!important;
  color:#777;
  text-align: center;
}
.filtroscel p{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat';
}
}
/* Archivo: styles.css */
.map-container {
  position: relative;
  width: 100%; /* Ajustá al tamaño deseado */
  margin: 0 auto; /* Centra en la página (opcional) */
}
.map-container img{
  width: 100%; /* Ajusta al tamaño del contenedor */
}
.map-background {
  width: 100% !important;
  display: block; /* Asegura que la imagen ocupe todo el contenedor */
}

.pin {
  position: absolute;
  width: 120px;  /* Ajustá al tamaño de tu pin */
  height: 120px; /* Ajustá al tamaño de tu pin */
  transform: translate(-50%, -50%); /* Centra el pin en el punto indicado */
  cursor: pointer;
  transition: transform 0.3s ease;  /* Para animación suave en hover */
}

/* Efecto al pasar el mouse (sube un poco) */
.pin:hover {
  transform: translate(-50%, -55%);
}

/* 
  Si querés que se mueva arriba/abajo constantemente mientras
  el mouse está encima, podés usar keyframes y la propiedad animation:
*/
.pin:hover {
  animation: pin-bounce 0.8s infinite alternate ease-in-out;
}

@keyframes pin-bounce {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -55%);
  }
}

/*filtros*/
@media (max-width: 768px) {
  
  /* 1) Mostrar el botón de filtros mobile y posicionarlo */
  .filtroscel {
    display: block !important; /* Sobrescribe el inline style="display:none;" */
    background: #fff;
    color: #000;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 20px;
  }

  /* 2) Ocultar la .filters-wrapper como barra normal */
  .modalescel {
    display: none; /* Se oculta en móvil por defecto */
    /* Convertir en modal cuando se active la clase show-mobile */
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.97); /* Fondo claro semitransparente */
    overflow-y: auto; /* Por si el contenido excede la pantalla */
    padding: 0;
    box-sizing: border-box;
  }
  .modalescel.show-mobile {
    display: block !important;
    z-index: 1100; /* Asegurate que supere la capa del botón */  
  }


  /* 4) El botón para cerrar en móvil */
  .close-filters-mobile {
    display: inline-block; /* Mostrarlo sólo en móvil */
    font-size: 2rem;
    position: absolute;
    top: 40px; 
    right: 20px;
    cursor: pointer;
  }

  /* Opcional: ocultar el logo grande o reubicarlo */
  #logofilt {
     display: none;
  }
  .floating-filters {
    display: none; /* Ocultar el botón flotante en móvil */
  }
  /* Ajustes varios para que los filtros se vean bien en modo modal */
  .floating-filters ul {
    flex-direction: column; /* Si usás flex, podés apilar los botones */
    gap: 10px;
  }
  .floating-filters ul li {
    margin-right: 0;
  }
  .contcel {
    background-color: #fff !important;
    margin: 10px auto !important;
    padding:10px 50px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius:0 !important;
    position: relative !important;
}
.modalcels{
    display: block !important;
    position: relative !important;
    left: 0;
    top: 150px;
    width: 100%;
    height:auto !important;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0) !important;
}
#modalOperacion{
  display: block !important;
  width: 100%;
  margin: 0 auto;
  margin-top:-100px;
  padding: 0;
  background-color: #fff;
  border-radius:0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
}
.modal-content h2 {
  text-align: left !important;
  margin-top: 0;
  color: #777;
  margin-bottom: 20px;
}
.modal-content label {
  display: inline-block;
  width: 48%;
  color: #666;
  padding:1em;
  margin-bottom: 5px;
  border-radius: 8px;
  border:2px solid #777;
}
.field-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px !important;
  width: 48% !important;
}
.field-group label{
  width:100% !important;
}
.field-group input{
  width:100%;
}
.modal-content input[type="radio"] {
  display: none; /* o appearance: none; */
}
.radio-card.checked-label {
  /* Estilo de label seleccionado */
  background-color: orange;
  border-color: orange;
  color: #fff;
}

#mone{
  padding:0;
  margin:0;
  border:none !important;
  width: 100% !important;
}
#moneda{
  width:100% !important;
  border:2px solid #777 !important;
}
.mone{
  width:97% !important;
  margin-bottom: 5px;
}
#ubicacionInput{
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #777;
  margin-top: 5px;
}
#ordenarPor {
  background-color: #FB8000;
  padding: 5px;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 0 solid #FB8000;
  margin-bottom: 10px;
  width:110%;
  margin-left: -5%;
  margin-top: 0;
}
.dropdown-content {
  position: absolute;
  background-color: #E9E9E9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 10px;
  padding: 0;
  right:10px !important;
  top:60px !important;
}
.redondes1 {
  border-radius: 10px 0 0 10px;
}
.redondes2 {
  border-radius: 0 10px 10px 0;
}
.main-banner h1 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 10px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.425) !important;
  top:48% !important;
}
.contenedor h1 {
  text-align: center;
  color: rgb(248, 142, 4);
  margin-bottom: 20px;
  margin-top: 30px;
}
.carousel-track-container {
  width:90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-left:0; 
  
}
.leftm h2{
  font-size: 27px !important;
  margin-bottom: 0 !important;
}
#museofirma1{
  display:none !important;
}
#museofirma2{
  display:block !important;
}
footer {
  width: 100%;
  background-color: #878787;
  color: white;
  padding: 20px 5%;
  padding-bottom: 15px;
  display: inline-block;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.redesfooter{
  text-align: center !important;
}
.redesfooter a{
  text-align: center !important;
  margin: 0 5px;
}
#brs{
  display:none;
}
#loginBox {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 95%;
  margin-left: 1%;
  position: relative;
  text-align: center;
}
#loginBox h3{
  font-size: 14px!important;
}
#loginBox input {
  width: 80%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #666;
  margin-bottom: 10px;
}
#loginBox button {
  width: 80%;
  margin-left: 10%;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
}
#logingoogle {
  display: block;
  width: 80%;
  margin-left: 10%;
  padding: 10px;
  border: 1px solid #666;
  background-color: #1a4dbc00;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
#registroBox {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 95%;
  margin-left: 1%;
  position: relative;
}
.goole{
  width:100% !important;
  margin-left: 0 !important;
}
button {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #f88e04;
  color: white;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#motivo {
  background-color: #fff; /* color de fondo del select cerrado */
  color: #f88e04;  
}

/* Al pasar el mouse sobre el select (no el menú) */
#motivo:hover {
  background-color: #fff; 
}

/* Opciones dentro del select */
#motivo option {
  background-color: #f88e04;  
  color: #fff;            
}

/* Al hacer hover sobre la opción (algunos navegadores) */
#motivo option:hover {
  background-color: #fff; 
  color: #fff;
}

/* Al seleccionar la opción */
#motivo option:checked {
  background-color: #fff; 
  color: #777;
}
.contenedorgris2 {
  width: 100%;
  background: #DFDFDF;
  padding-top: 40px;
  min-height: 300px;
  position: relative;
}
#nosimg{
  display:none;
}
#nosimg2{
  display:block !important;
}
.textnosp {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  color: #878787;
  margin-top: 10px;
  margin-bottom: 50px;
}
.consultar {
  float: right;
  text-decoration: none;
  color: #5a5858;
  border: 1px solid #5a5858;
  border-radius: 10px;
  padding: 3px 15px;
  margin-right: 0px;
  margin-top: 2px;
}
.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0px 0 !important;
}
.grupos-left p {
  width: 90%;
  margin-left: 5%;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.despropmobile{
  display:block !important;
}
.compicon{
  display:none !important;
}
.contequip h3{
    text-align: center;
    color: rgb(113, 112, 110);
    font-size: 12px;
    width: 80%;
    margin-left: 10%;
    font-weight: 400;
    margin-top: 5px;
}
.footerbco {
  width: 100%;
  background: #343434;
  padding: 1em 0;
  padding-left: 6%;
  display: inline-block;
}
#pagination-controls{
  width:100% !important;
  text-align: center !important;
}
.pagination-arrow{
  max-width: 25px !important;
  width: 25px !important;
  height:25px !important;
  padding:0;
  margin:0 5px !important;
  display: inline-block !important;
  background-color: #EDEDED !important;
  color:#777;
  border:1px solid #777;
}
#borr{
  display:none !important;
}
#priceMin{
  display: inline-block;
  color: #666;
  padding: 1em;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 2px solid #777;
}
#priceMax{
  display: inline-block;
  color: #666;
  padding: 1em;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 2px solid #777;
}
.sinsin{
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  width: 100% !important;
}
#local{
  display:none !important;
}
#localfondo{
  display:flex !important;
}
#viewMoreBtn{
  background-color: #FB8000 !important;
  border-radius: 7px;
  padding: 10px 25px;
  color:rgb(255, 255, 255) !important;
  max-width: 130px !important;
  margin:0 auto !important;
  font-size: 12px !important;
}

.ventacuadrados {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
  padding: 20px 0px !important;
  margin: 0 auto;
  width: 80%;
}
.venta-paso{
  display:none;
}
.pasos-container {
  display: block !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
}
.numero {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  font-family: 'Montserrat';
}
.linea{
  display:none;
}
.paso p{
  margin-bottom: 15px;
}
.botonvender {
  text-decoration: none;
  color: #5a5858;
  background-color: #fff;
  border: 1px solid #5a5858;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 50px !important;
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: 888;
  width: 60%;
}
.pasoscels {
  display: block !important;
  width: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  color: #777;
  text-align: center;
   margin-bottom: 20px;
}
.pasoscels img{
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-left: 5%;
  margin-bottom: 10px;
  margin-top: 10px;
}
#ventaBox {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  margin-left: 1.5%;
  position: relative;
}
#nueshis {
  text-align: center;
  color: #f88e04;
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 10px !important;
}
.cuadrados {
  background-color: #ADACAC;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 200px;
}
.cuadrados h3 {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
.cuadrados p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.ventis{
  padding-top: 20px !important;
}
.separacel{
  display:block;
}
#registroBox h2 {
  color: #f88e04;
  margin-top: 0;
  margin-bottom: 20px;
}
.gris {
  background-color: #EDEDED !important;
  width: 100%;
  padding-top: 50px!important;
}
.gris2 {
  background-color: #EDEDED !important;
  width: 100%;
  margin-top: 70px;
}
#fondomuseo{
  display:none !important;
}
#fondomuseocel{
  display:block !important;
}
.musseo {
  margin-top: 50px !important;
  height: auto;
  overflow: hidden;
}
#titmuseo{
  font-size: 16px !important;
  max-width: 80%;
}
#galery1nos{
  display:none !important;
}
#galery2nos{
  display:grid !important;
}
#textomuseo1 {
  width: 100%;
  margin-left: 0;
  text-align: justify;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  margin-top: 40px;
  line-height: 1.6;
  margin-bottom: 40px;
}
strong {
  font-weight: 600;
}
.gallery {
  display: grid
;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 2px;
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
.wide-gallery {
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.ultimo{
  display: none !important;
}
#imagenes31{
  display: none !important;
}
#imagenes32{
  display: grid !important;
}
.lalala{
  margin-bottom: 10px !important;
}
.conturb p {
  color: #333;
  font-size: 12px !important;
  text-align: justify;
  margin-bottom: 10px;
}
.conturb h3 {
  width: 90% !important;
  margin-left: 5%  !important;
  text-align: justify;
  color: #F29222;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.conturb p{
  width: 90%;
  margin-left: 5%;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.botonurb {
  display: inline-block;
  color: #fff !important;
  padding: .5em 1em;
  background-color: #f88e04;
  font-weight: 300;
  border-radius: 10px;
  width:auto !important;
}
.urban{
  display:none;
}
.sinmbotto{
  margin-bottom: 0 !important;
  width:90% !important;
  margin-left:5% !important;
}
.celbco2 {
  padding-bottom: 40px !important;
}
.no{
  display:none !important;
}
.formcont2{
  padding-top:50px ;
  display:block !important;
}
.contblancos {
  width: 90% !important;
  margin: 0 auto;
  background: #eeeeef;
  border-radius: 2em;
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border: 0px solid #999;
}
.contblancos2 {
  background: #fff;
  border-radius: 2em;
  width: 90%;
  margin: 40px auto;
  box-sizing: border-box;
  border: 1px solid #999;
}
.favorites-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.favorites-checkbox {
  display:none;
}
.favorites-trash {
  text-decoration: none;
  margin-right: 10px;
}
.favorites-price {
  color: #F57C00;
  font-weight: bold;
  margin-top: 5px;
  font-size: 18px;
}
.renglondos {
  display: none !important;
  border-top: 1px solid #999;
  width: 100%;
  min-height: 40px;
  padding-top: 14px;
}
.favorites-item {
  display: flex;
  align-items: center;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: 0px solid #999;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 100px;
}
.favorites-list {
  min-width: 100%;
  margin: 0;
  list-style: none;
  padding-top: 0px;
  padding-bottom: 20px;
  display: block !important;
  border-top: 0px solid #999;
  margin-bottom: 10px;
}
.favorites-container {
  background: #eeeeef;
  min-width: 100%;
  margin: 0;
  padding: 60px 0;
  margin-top: 50px;
}
#alertass{
  padding:0 !important;
}
#emailperfil {
  font-size: 9px;
  color: #7f7e7e;
  margin-left: 5px;
}
#ventaBox label {
  display: block;
  text-align: left;
  margin-bottom: -10px;
  font-size: 10px;
  color: #666;
}
.nobr{
  display:initial !important;
}
.mus {
  margin-left: 5% !important;
}
#imgentera{
  display:none !important;
}
#textomuseo2 {
  width: 100%;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  margin: auto;
  font-family: 'Montserrat';
}
.lalolo{
  margin-bottom:30px !important;
}
.abajomarg{
  margin-bottom: 50px !important;
}
.h2perfil {
  width: 100%;
  min-height: 70px;
  border-bottom: 0px solid #999;
  padding-top: 20px;
  padding-left: 10%;
  padding-bottom: 20px;
}
#perfil{
  background-color: #fff;
  border:0px solid #999;
  padding:.5em;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  border-radius: 10px;
}
.contenedorperfil {
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.h2perfil{
  display:none;
}
.gergil2{
  display:block !important;

}
.gergil2 h1{
  margin-left: 5% !important;
  
}
.sinresult{
  width: 80%;
  margin-left: 10%;
}
.favorites-product {
  width: 80%;
  margin-left: 10% !important;
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 10px;
}
.abiba{
  padding-top: 10px !important;
}
.sinbottom{
  margin-bottom: 0 !important;
  width:90% !important;
  margin-left:5% !important;
}
#short_descrip{
   margin-left: 0 !important;
}
.dormitorio-container {
  padding-left: 0px !important;
}
.tipologia-container {
  padding-left: 0px !important;
}
.antigg{
  object-position: left !important;
  text-align: left !important;
}
#titulotaza{
  font-size: 22px !important;
  max-width: 90%;
  padding:0px;
}
.contenedornaranja h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  margin: 20px;
  margin-bottom: 0px  !important;
}
.sibr{
  display:initial !important
  ;}
  #abrirVentaBtn {
    text-decoration: none;
    color: #5a5858;
    background-color: #fff;
    border: 1px solid #5a5858;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto;
    margin-top: 20px !important;
    width: 60% !important;
    font-weight: 300;
}

/* select contacto */
/* Prueba de select de mentira */

.custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
}

.selected-option {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #666;
  color: #777;
  background-color: #fff;
  font-size: 12px;
  text-align: left;
  position: relative; /* Importante para la flecha */
}

/* Flecha de despliegue en la esquina derecha */
.selected-option .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Para que no bloquee el clic */
}

/* Usamos un pseudo-elemento para mostrar la flecha */
.selected-option .arrow::before {
  content: "▼";
  /* Puedes ajustar el símbolo, por ejemplo \25BC para un triángulo */
}

/* La lista de opciones, inicialmente oculta */
.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  display: none;
  text-align: left;
  font-size: 12px;
  z-index: 999; /* Para que la lista aparezca sobre otros elementos */
}

/* Cada opción en la lista */
.options-list li {
  padding: 5px;
  transition: background 0.2s;
  color: #777;
}

/* Hover para la lista */
.options-list li:hover {
  background: orange;
  color: #fff;
}

/* Mostrar la lista cuando esté “abierta” (si quisieras usar clases) */
/*
.custom-select.open .options-list {
  display: block;
}
*/
.custom-select,
.custom-select * {
  -webkit-tap-highlight-color: transparent; /* Elimina la sombra azul en iOS/Chrome móvil */
  user-select: none;                        /* Evita seleccionar texto */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
}
