﻿header.navbar {
    position: relative !important;
}

.badge {
    border: 1px solid #333;
}

    .nav-unshown {
    display: none;
}

#nav-close {
    /* display: none; */
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.mostrar-resultados {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 90%;
    max-width: 330px;
    background-color: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);    
}
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content, #nav-input:checked ~ .mostrar-resultados {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 5px 0 5px -2px #f1f1f1
}

#leaflet-map {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.leaflet-top.leaflet-left {
    display: none;
}

.leaflet-popup-close-button {
    display: none !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-content {
    padding-top: 0 !important;
    border-radius: 0 !important;
    margin: auto !important;
}

.leaflet-popup-content-wrapper {
    height: 400px !important;
    text-align: center !important;
}
.info-window * {
    text-align:center;
}
.info-window h3 {
    padding-top: 10px !important;
}

.info-window .title {
    font-size: 16px !important;
}

.info-window p {
    padding: 0 10px !important;
    margin: 5px 0 !important;
}

.info-window {
    max-width:300px;
}
/* .info-window div {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translate(-50%,0) !important;
} */

.info-window .map-price {
    margin-top:20px;
}

.stars ul {
    display: flex;
    justify-content: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mostrar-resultados {
    display: flex;
    flex-direction: row;
    background-color: #fff;    
}
.texto-resultados {
    font-size: 14px;
    font-weight: 600;
    width: 65%;
    margin-right: 10px;
}
.cerrar-filtros {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 40%;
    display: block;
    margin-bottom: 0px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .llistat-vista .contenedor-fotos {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .llistat-vista .contenedor-fotos img {
        width: auto;
        max-width: unset;
        height: 100%;
    }    
    .llistat-vista .contenedor-texto {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.pb-70 {
    padding-bottom: 70px!important;
}