﻿header.navbar {
    position: relative !important;
}
.cerrar-filtros {
    position: absolute;
    right: 25px;
}

.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%);
}
#nav-content .titulo-bloque {    
    color: var(--corporativo_1);
}
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 5px 0 5px -2px rgb(0 0 0 / 10%);
}

#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 {    
    border-radius: 0 !important;
    margin: auto !important;
}

.leaflet-popup-content-wrapper {    
    text-align: center !important;
}
.leaflet-popup-content p {
    font-size: .875rem;
    margin: 10px 0;
}
.info-window .map-img {
    height: 225px;
    object-fit: cover;
}
.info-window {
    font-family: 'Oxygen', sans-serif;
}
.info-window h3 {    
    line-height: 1.2;
    text-decoration: none;
}
.info-window .title {
    font-size: inherit;
    line-height: inherit;
    color: var(--corporativo_2);   
    text-decoration: none;
}
.info-window .map-price {
    font-size: 1rem;
    color: var(--corporativo_1);
    margin-bottom: 10px;
}
.info-window .map-price .desde {
    font-size: 14px;
    font-weight: 400;
}
.info-window .map-price .rate {
    font-size: 1rem;
    font-weight: 700;
}
.info-window .map-price .dia {
    font-size: 14px;
    font-weight: 400;
}
.buscador-listado {
    background-color: #FFF;
}
.buscador-listado .form-select {    
    padding: .25rem .5rem;
    font-size: .875rem;
}
.buscador-listado label {
    text-transform: unset;
}
.barra-filtros .nav-pills .nav-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    color: var(--corporativo_2);
}
.barra-filtros .nav-pills .nav-link.active {
    color: #fff;
}
.badges .badge {
    padding: 8px 18px 7px;
    border-radius: 2px;
    border: solid 1px rgba(255, 180, 49, 0.3);
    background-color: rgba(255, 180, 49, 0.1);
    color: #ffb431;    
    font-weight: 400;
}
input.llegada, input.salida, input.llegada:hover, input.salida:hover, .destino.form-select, .destino.form-select:hover, .huespedes.form-select, .huespedes.form-select:hover {    
    background-size: 20px 20px;
}
.grid-vista > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.grid-vista > .row > .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}
/* @media (min-width: 1200px) and (max-width: 1440px) {
    .columna-listado {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .columna-mapa {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;    
    }
}
    
@media (min-width: 1441px) {
    .columna-listado {
        -ms-flex: 0 0 43.666667%;
        flex: 0 0 43.666667%;
        max-width: 43.666667%;        
    }
    
    .columna-mapa {
        -ms-flex: 0 0 56.333333%;
        flex: 0 0 56.333333%;
        max-width: 56.333333%;    
    }
} */
@media (min-width: 1536px) {
    .columna-listado {
        -ms-flex: 0 0 56.333333%;
        flex: 0 0 56.333333%;
        max-width: 56.333333%;        
    }
    
    .columna-mapa {
        -ms-flex: 0 0 43.666667%;
        flex: 0 0 43.666667%;
        max-width: 43.666667%;            
    }
} */
.favoritos {
    position: relative;
}