.bienes-portada{

padding:170px 0 80px;

background:
linear-gradient(
135deg,
#0a1018 0%,
#111c29 55%,
#0d131b 100%
);

color:#ffffff;

text-align:center;

}

.bienes-etiqueta{

color:#ef6c00;

font-size:14px;

font-weight:700;

letter-spacing:4px;

margin-bottom:18px;

}

.bienes-portada h1{

font-size:56px;

line-height:1.15;

margin-bottom:22px;

}

.bienes-portada > .contenedor > p:last-child{

max-width:720px;

margin:0 auto;

font-size:19px;

line-height:1.8;

color:rgba(255,255,255,.82);

}


.bienes-mapa-seccion{

padding:70px 0;

background:#ffffff;

}

.bienes-mapa-encabezado{

max-width:760px;

margin:0 auto 45px;

text-align:center;

}

.bienes-mapa-encabezado h2{

font-size:44px;

line-height:1.15;

color:#111111;

margin-bottom:20px;

}

.bienes-mapa-encabezado > p:last-child{

font-size:18px;

line-height:1.7;

color:#666666;

}


.bienes-mapa{

position:relative;

width:100%;

height:560px;

overflow:hidden;

border-radius:22px;

background:#f1f1f1;

border:1px solid rgba(17,17,17,.08);

box-shadow:0 24px 55px rgba(13,19,27,.15);

}


.bienes-detalle{

padding:20px 0 90px;

background:#ffffff;

}

.bienes-detalle-vacio{

max-width:900px;

margin:0 auto;

padding:55px 45px;

text-align:center;

border-radius:22px;

background:#f7f7f7;

border:1px solid rgba(17,17,17,.07);

}

.bienes-detalle-vacio h2{

font-size:38px;

line-height:1.2;

color:#111111;

margin-bottom:18px;

}

.bienes-detalle-vacio > p:last-child{

max-width:680px;

margin:0 auto;

font-size:18px;

line-height:1.7;

color:#666666;

}


@media (max-width:900px){

.bienes-portada{

padding:145px 0 60px;

}

.bienes-portada h1{

font-size:38px;

}

.bienes-portada > .contenedor > p:last-child{

font-size:17px;

line-height:1.7;

}

.bienes-etiqueta{

font-size:12px;

letter-spacing:3px;

}

.bienes-mapa-seccion{

padding:55px 0;

}

.bienes-mapa-encabezado{

margin-bottom:35px;

}

.bienes-mapa-encabezado h2{

font-size:34px;

}

.bienes-mapa-encabezado > p:last-child{

font-size:17px;

}

.bienes-mapa{

height:440px;

border-radius:16px;

}

.bienes-detalle{

padding:10px 0 65px;

}

.bienes-detalle-vacio{

padding:38px 24px;

border-radius:16px;

}

.bienes-detalle-vacio h2{

font-size:30px;

}

.bienes-detalle-vacio > p:last-child{

font-size:17px;

}

}

.bienes-propiedad{

max-width:1000px;
margin:0 auto;

padding:55px 60px;

background:#ffffff;

border:1px solid rgba(17,17,17,.10);

border-radius:24px;

box-shadow:0 18px 45px rgba(13,19,27,.08);

}

.bienes-propiedad h2{

font-size:42px;
line-height:1.15;

color:#111111;

margin-bottom:18px;

}

.bienes-propiedad-precio{

font-size:30px;
font-weight:700;

color:#ef6c00;

margin-bottom:8px;

}

.bienes-propiedad-direccion{

font-size:17px;

color:#666666;

margin-bottom:28px;

}

.bienes-propiedad-descripcion{

max-width:800px;

font-size:18px;
line-height:1.8;

color:#555555;

margin-bottom:30px;

}

.bienes-propiedad-caracteristicas{

display:flex;
flex-wrap:wrap;

gap:12px;

margin-bottom:35px;

}

.bienes-propiedad-caracteristicas span{

padding:10px 16px;

background:#f4f4f4;

border-radius:30px;

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

color:#333333;

}

.bienes-propiedad-contacto{

display:inline-block;

padding:15px 28px;

background:#ef6c00;

border-radius:30px;

color:#ffffff;

font-size:13px;
font-weight:700;

letter-spacing:1.5px;

transition:.30s;

}

.bienes-propiedad-contacto:hover{

background:#d85d00;

}

@media (max-width:900px){

.bienes-propiedad{

padding:34px 24px;

border-radius:18px;

}

.bienes-propiedad h2{

font-size:32px;

line-height:1.15;

}

.bienes-propiedad-precio{

font-size:25px;

}

.bienes-propiedad-direccion{

font-size:16px;

}

.bienes-propiedad-descripcion{

font-size:17px;

line-height:1.7;

}

.bienes-propiedad-caracteristicas{

gap:10px;

}

.bienes-propiedad-caracteristicas span{

font-size:13px;

padding:9px 13px;

}

.bienes-propiedad-contacto{

display:block;

width:100%;

text-align:center;

padding:15px 18px;

}

}

.bienes-propiedad-galeria{

margin:25px 0 35px;

}

.bienes-propiedad-principal{

width:100%;
height:460px;

overflow:hidden;

border-radius:18px;

background:#f2f2f2;

}

.bienes-propiedad-principal img{

width:100%;
height:100%;

object-fit:cover;

}

.bienes-propiedad-miniaturas{

display:flex;

width:100%;

gap:12px;

margin-top:12px;

overflow-x:auto;

overflow-y:hidden;

padding-bottom:8px;

scroll-behavior:smooth;

}

.miniatura-propiedad{

width:150px;

height:100px;

flex:0 0 150px;

padding:0;

overflow:hidden;

border:3px solid transparent;

border-radius:12px;

background:#eeeeee;

transition:.25s;

cursor:pointer;

}

.miniatura-propiedad img{

width:100%;
height:100%;

object-fit:cover;

}

.miniatura-propiedad.activa{

border-color:#ef6c00;

}

@media (max-width:900px){

.bienes-propiedad-principal{

height:280px;

}

.miniatura-propiedad{

height:80px;

}

}