.contenedor-principal1{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-bottom: 70px;
    background-color: #fff;
    padding:40px;
    box-sizing: border-box;
    margin-top: 100px !important;
    margin:auto;
}


.contenedor-principal{
    width:90%;
    max-width: 1500px;
    height:auto;
    overflow: hidden;
    padding-bottom: 70px;
    background-color: #fff;
    padding:40px;
    box-sizing: border-box;
    margin:auto;
}

.caja-botones{
  width:100%;
  height:60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;

}

.caja-botones-left{
    width:50%;
    height:60px;
    padding-top: 19px;
}


.caja-botones-right{
  width:50%;
  height:60px;
  padding-top: 18px;
}


.navegacion-inmuebles {
    display: flex;
    justify-content: flex-end;
    gap: 30px;       /* separación entre botones */
    width: 100%;
}

.btn-navegar {
    background: green;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-navegar:visited,
.btn-navegar:active,
.btn-navegar:focus {
    color: #fff !important;
    text-decoration: none !important;
}



 .boton-volver{
    width:80px; 
    height:25px; 
    line-height: 25px; 
    margin-left: 30px !important; 
    background-color: #cf630b; 
    color:#fff; 
    float:left; 
    font-family: fuente3; 
    font-size: 12px; 
    text-align:center;
}



.datos-inmueble-modulo1{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box;
    margin-top: -50px;
}

.datos-inmueble-modulo1-left{
    width:70%;
    height:auto;
    float:left;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}

.datos-inmueble-modulo1-right {
  width: 30%;
  height: auto;
  float: right;
  overflow: hidden;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;  /* Alinea horizontalmente a la derecha */
}

.hrprecio{
  width:180px !important; max-width: 180px !important; margin-left: 30%; margin-top: -10px !important;
}


.etiqueta-primera-linea{
	display: inline;width:120px; height:22px; border-radius: 15px; background-color: #2a1570; color:#fff; line-height: 21px; font-family: fuente3; font-size: 12px; text-align:center; margin-right:10px; padding:3px 9px !important;
}


.etiqueta-vistas{
	display: inline;  padding:3px 9px !important; width:120px; height:18px; border-radius: 15px; background-color: #2a1570; color:#fff; line-height: 17px; font-family: fuente3; font-size: 12px; text-align:center;
}


.precio{
    font-family: fuente3;
    font-size: 33px;
    text-align: right;
}

.iconos-precio{
    width:170px;
    height:45px; 
    color:#000;
    font-family: fuente2;
    font-size: 15px;
    margin-top: -10px;
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}



.icono-compartir{
  width:35px;
  height:35px;
  border:1px solid #333;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: lighter;
  color:#000 !important;
  cursor: pointer;
}


.fa-solid.fa-heart {
  color: #000 !important;
}
.fa-solid.fa-heart.activo {
  color: green !important;
}



.titulo-inmueble{
    font-family: fuente3;
    font-size: 32px;
    font-weight: normal;
    color:#2f6008;
    letter-spacing: 1px;
}


.referencia{
    font-family: fuente3;
    font-size: 12px;
    font-weight: normal;
    color:#000;
    line-height: 1px;
    margin-top: 30px;
}


.zona{
    font-family: fuente3;
    font-size: 15px;
}




.slide-inmueble{
    width:100%;
    height:auto;
    overflow: hidden;
    margin-top: 30px;
    position: absolute;
    z-index: 22;
    left:0 !important;
}


.slider-wrapper {
  position: relative;
  width: 100%;
  height: 400px; /* Asegura que tenga la misma altura que las imágenes */
}

.slider-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide-item {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 5px;
}

.slide-item img {
  width: 100%;
  height: 400px; /* Altura fija para todas las imágenes */
  object-fit: cover;
  display: block;
}

/* Flechas superpuestas a las imágenes */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1000;
  user-select: none;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}




.miniaturas {
  width: 98.5%;
 overflow: hidden;
  margin-top: 440px !important;
  margin:auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px; /* Espacio entre imágenes */
  align-items: center; /* Alinea los elementos al inicio de la fila */
  align-content: center; /* Alinea las filas al inicio del contenedor */
  position: absolute;
  z-index: 2;
  left:7px;
}

.miniaturas img {
  height: 80px;
  object-fit: cover;
}



.caja-iconos{
    width:600px; 
    height:70px; 
    display: flex;
    justify-content: flex-start;
    border:0 !important;
    margin-left: -44px !important;
}

.caja-icono{
    width:19%;
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border:0 !important;
    font-family: fuente3 !important;
}


.caja-icono img{
    width:34px;
    height:30px;
}







.bloque-info1 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 730px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}


/* Contenedor Flex */
.bloque-info2 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}



.bloque-info3 {
    width: 100%;
    max-width: 1600px;
    height: 870px;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}

.iframe-video{
	width:100%;
	height:700px;
}


.descripcion {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}

.property-features {
    /* Grid con número fijo de columnas */
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas iguales */
    gap: 20px;           /* Espacio entre celdas */
    align-items: start;  /* Alinea el contenido de cada celda en la parte superior */
    justify-items: start;/* Alinea horizontalmente cada celda al inicio */
}

.feature-item {
    display: flex;
    align-items: center; /* Icono y texto en la misma línea vertical */
    font-size: 16px;
    padding: 10px;
}

.feature-item i {
    margin-right: 8px;
    color: #000; /* Icono en negro */
}

.feature-text {
    color: #333;
}


/* Etiqueta y valor */
.feature-label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.feature-value {
    color: #555;
}






.inmuebles-similares{
    width:85%;
    max-width: 1420px;
    height:auto;
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #fff;
    padding:40px;
    box-sizing: border-box;
    margin-top: 70px !important;
    margin:auto;
}

.label22 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-family: fuente2;
    margin-bottom: 5px;
}

.input22 {
    width: 100% !important;
    height: 45px;
    border: 1px solid #ccc;
    font-family: fuente2;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    color: #000;
    margin-bottom: 15px;
}



textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    font-family: fuente2;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    color: #000;
}

label{
  font-family: fuente2;
font-size: 13px !important;
}


.labelpolitica{
    margin-bottom: 10px;
    font-size: 12px !important;
}

.labelpolitica a{
    text-decoration: none;
    color:#000;
    font-size: 12px !important;
}


.titulo-similares{
	font-size: 18px; 
	font-family: fuente3;
    color:#2d5c07;
}


.caja-inmuebles-similares{
	margin-bottom: 20px; 
	padding: 10px; 
	border-bottom: 1px solid #ccc;
}


.foto-similares{
	width: 120px; 
	height: 90px; 
	object-fit: cover; 
	float: left; 
	margin-right: 10px;
}

.foto-similares img{
	width: 120px; 
	height: 90px; 
}

.referencia-similares{
	margin: 0; 
	font-weight: bold; 
	font-size:12px;
}

.tipo-inmueble-similar{
	margin: 0; 
	font-family: fuente2; 
	font-size:14px; 
	margin-top:3px;
}

.datos-inmueble-similar{
	margin: 0; 
	font-family: fuente2; 
	font-size:13px; 
	margin-top:3px;
}

.precio-inmuebles-similar{
	margin: 0; 
	font-weight: bold; 
	display: inline-block; 
	font-family: fuente2; 
	font-size:15px; 
	margin-top:3px;
}

.ver-mas-similar{
	display: inline-block; 
	margin-left: 10px; 
	color: #fff; 
	background-color:#cf630b; 
	text-decoration: none; 
	font-family: fuente2; 
	font-size:12px; 
	font-weight:bold; 
	width:80px; 
	height:20px; 
	line-height:19px; 
	text-align:center; 
	border-radius:20px;
}


.ver-mas-similar:hover{
    color: #fff !important; 

}



















@media screen and (max-width: 550px) {

.contenedor-principal1{
    width:98%;
    height:auto;
    overflow: hidden;
    padding-bottom: 70px;
    background-color: #f2f2f2;
    padding:0px;
    box-sizing: border-box;
    margin:auto;
}


.contenedor-principal{
    width:100%;
    max-width: inherit;
    height:auto;
    overflow: hidden;
    padding-bottom: 70px;
    background-color: #f2f2f2;
    padding:0px;
    box-sizing: border-box;
    margin:30px auto;
}


.datos-inmueble-modulo1-left{
    width:100%;
    height:auto;
    float:left;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}

.datos-inmueble-modulo1-right {
  width: 100%;
  height: auto;
  float: right;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
   /* Alinea horizontalmente a la derecha */
}


.hrprecio{
  width:180px !important; max-width: 180px !important; margin-left: 1%; margin-top: -15px !important;
}

.titulo-inmueble{
    font-family: fuente3;
    font-size: 19px;
    font-weight: normal;
    color:#2f6008;
    letter-spacing: 0px;
}



.caja-iconos{
    width:98%; 
    height:70px; 
    display: flex;
    justify-content: flex-start;
    border:0 !important;
    margin-left: -20px !important;
    margin:auto;
}



.slide-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0px;
}

.slide-item img {
  width: 100%;
  height: 310px; /* Altura fija para todas las imágenes */
  object-fit: inherit;
  display: block;

}

.arrow {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1000;
  user-select: none;
}

.miniaturas {
  width: 100%;
 overflow: hidden;
  margin-top: 390px !important;
  margin:auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px; /* Espacio entre imágenes */
  align-items: center; /* Alinea los elementos al inicio de la fila */
  align-content: center; /* Alinea las filas al inicio del contenedor */
  position: absolute;
  z-index: 88;
  left:7px;
}

.miniaturas img {
  height: 50px;
  object-fit: cover;
}



.bloque-info1 {
    width: 90%;
    max-width: 90%;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 800px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}



.bloque-info2 {
    width: 90%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}



.bloque-info3 {
    width: 90%;
    max-width: 1600px;
    height: 870px;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}



.descripcion {
    width: 90%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 60px !important;
    margin: auto;
    position: relative;
    font-family: fuente2;
    border-radius: 12px;
}



.property-features {
    /* Grid con número fijo de columnas */
    display: grid;
    grid-template-columns: 1fr; /* Una sola columna */
    gap: 12px;           /* Espacio entre celdas */
    align-items: start;  /* Alinea el contenido de cada celda en la parte superior */
    justify-items: start;/* Alinea horizontalmente cada celda al inicio */
    flex-direction: column;
    flex-wrap: nowrap;
}

.feature-item {
    display: flex;
    align-items: center; /* Icono y texto en la misma línea vertical */
    font-size: 16px;
    padding: 6px 0;
}




.inmuebles-similares{
    width:98%;
    max-width: 98%;
    height:auto;
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #f2f2f2;
    padding:5px;
    box-sizing: border-box;
    margin-top: 0px !important;
    margin:auto;
    padding-top: 60px;
}

.label22 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-family: fuente2;
    margin-bottom: 5px;
}

.input22 {
    width: 100% !important;
    height: 45px;
    border: 1px solid #ccc;
    font-family: fuente2;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    color: #000;
    margin-bottom: 15px;
}



textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    font-family: fuente2;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    color: #000;
}

label{
  font-family: fuente2;
font-size: 13px !important;
}


.labelpolitica{
    margin-bottom: 10px;
    font-size: 12px !important;
}

.labelpolitica a{
    text-decoration: none;
    color:#000;
    font-size: 12px !important;
}


.titulo-similares{
	font-size: 18px; 
	font-family: fuente3;
    color:#2d5c07;
}


.caja-inmuebles-similares{
	margin-bottom: 20px; 
	padding: 10px; 
	border-bottom: 1px solid #ccc;
}


.foto-similares{
	width: 120px; 
	height: 90px; 
	object-fit: cover; 
	float: left; 
	margin-right: 10px;
}

.foto-similares img{
	width: 120px; 
	height: 90px; 
}

.referencia-similares{
	margin: 0; 
	font-weight: bold; 
	font-size:12px;
}

.tipo-inmueble-similar{
	margin: 0; 
	font-family: fuente2; 
	font-size:14px; 
	margin-top:3px;
}

.datos-inmueble-similar{
	margin: 0; 
	font-family: fuente2; 
	font-size:13px; 
	margin-top:3px;
}

.precio-inmuebles-similar{
	margin: 0; 
	font-weight: bold; 
	display: inline-block; 
	font-family: fuente2; 
	font-size:15px; 
	margin-top:3px;
}

.ver-mas-similar{
	display: inline-block; 
	margin-left: 10px; 
	color: #fff; 
	background-color:#cf630b; 
	text-decoration: none; 
	font-family: fuente2; 
	font-size:12px; 
	font-weight:bold; 
	width:80px; 
	height:20px; 
	line-height:19px; 
	text-align:center; 
	border-radius:20px;
}

.ver-mas-similar:hover{
    color: #fff; 

}


.titulo-similares{
	font-size: 18px; 
	font-family: fuente3;
	margin-left: 10px;
    color:#2d5c07;
}
















}