.promociones .vivienda .galeria {
    width: 100% !important;
}

.promociones .vivienda .cabecera {
    width: 100% !important;
}

.promociones .vivienda .cuerpo {
    width: 100% !important;
}

.fotoZona {
    overflow: hidden;
}

.fotoZona img:hover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1s ease, filter 1s ease;
    transform: scale(1.25);
    filter: brightness(1);
}

.mapa-listado-wrapper .vivienda {
    padding: 2%;
    display: inline-block;
    width: 96%;
    margin: 1%;
    background: #ffffff;
}

.mapa-listado-wrapper .listado {
    background: #efefef;
}

.vivienda .cuerpo {
    background: #ffffff;
    padding: 11px 28px;
}

.vivienda .cabecera {
    background: #ffffff;
    padding: 25px 28px;
}

.vivienda .cabecera .nombre a,
.nombre {
    color: #343434;
    font-family: 'Belleza';
    text-transform: capitalize;
}

.cards-mapa .group {
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: .5em;
    align-items: center;
    height: 7rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cards-mapa .card-datos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0 0 0;
    color: black;
}

.cards-mapa .titulo {
    padding: .5em 1em;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    min-height: 7rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cards-mapa .pie {
    text-align: center;
    padding: 1em;
    background: #12437e;
    color: white;
    font-weight: bold;
}

.cards-mapa .imagen img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.cards-mapa .card:hover {
    text-decoration: none;
    color: inherit;
}

.promociones .vivienda {
    flex: 0 0 32%;
    padding: 10px;
    width: 32%;
    margin-bottom: 1%;
    margin-left: 1%;
    border: 1px solid gray;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

.ficha-header-datos {
    display: flex;
    gap: 4em;
}

.label {
    text-align: left;
}

.page-title {
    font-family: 'Belleza';
    text-transform: uppercase;
    color: #ffffff;
}

.promocion .page-title {
    font-family: 'Belleza';
    text-transform: uppercase;
    color: #3b4e6d;
}

.promocion .precio {
    color: #3c3c3b;
}

.form-control {
    border-radius: 0px !important;
}

.clicked,
.notclicked {
    display: inline;
    cursor: pointer;
}

.clicked {
    font-weight: bold;
}

.notclicked {
    font-weight: normal;
}

.notclicked:hover {
    text-decoration: underline;
}
/* Leaflet */
.mapa-listado-wrapper .mapa .leaflet-container,
#map.leaflet-container{width:100%;height:100%;z-index:1;font:inherit}
.ficha #map.leaflet-container{height:400px;max-height:50vh}
.leaflet-popup-content{font-size:13px;line-height:1.35}
.leaflet-popup-content a{color:#12437e}
