<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Â© 2000-2022 - Icnea Tecnologia - Barcelona */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
:root {
    --primario: #077fa2;
    --secundario: #192264;
    --secundario-light: rgba(7, 45, 66, 0.3);
    --secundario-light-50: rgba(7, 45, 66, 0.5);
    --bs-body-color: #333;
}
[v-cloak] {
    display: none;
}
html,
body {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: var(--bs-body-color)
}
a {
    color: var(--bs-body-color);
}
a:hover {
    color: var(--secundario);
}
h1.titol-pagina {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    h1.titol-pagina {
        margin-top: 40px;        
    }    
}
select, .cerrar-filtros, .hasDatepicker {
    cursor: pointer !important;
}
.form-control {
    border-color: #d8d8d8;

}
.form-control:focus {
    border-color: #666;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background: #fff;
}
@media(min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Llistat */
.filtros .titulo-bloque {
    font-weight: 500;
}
.allotjament-llistat {
    background-color: #FFFFFF;
}
.allotjament-llistat &gt; a {
    display: block;
    text-decoration: none;    
}
.allotjament-llistat &gt; a img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;    
}
.allotjament-llistat &gt; a:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.allotjament-llistat &gt; a .preu, .allotjament-grid &gt; a .preu {
    font-size: 18px;
    font-weight: 500;

}
.allotjament-llistat .text-preu, .allotjament-grid .text-preu {
    font-size: 14px;
    color: #333;
}
    .allotjament-llistat h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .allotjament-llistat .descripcion-corta p {        
        color: #212529;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .allotjament-llistat .foto {
        border-radius: 0.25rem;
        overflow: hidden;
    }
    .allotjament-llistat .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.25rem;
    }
.allotjament-txt {
    background: #fff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.allotjament-txt h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: .5rem;
}
.allotjament-txt h2 a {
    color: #4c4c4c;
}
.allotjament-txt .descripcion-corta p {
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.poble {
    color: var(--primario);
    margin-top: .5rem;
}
.stars ul {
    display: flex;
    justify-content: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .stars ul li i {
        color: var(--primario);
        font-size: 12px;
    }
    .allotjament-grid &gt; a {
        display: block;
        text-decoration: none;        
        height: 100%;
        background-color: #FFF;
    }
    .allotjament-grid &gt; a .allotjament {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .allotjament-grid .foto {
        overflow: hidden;
        border-radius: .25rem;
    }
    .allotjament-grid &gt; a img, .allotjament-grid &gt; a .swiper-llistat .swiper-slide:nth-child(2) {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .allotjament-grid &gt; a:hover img, .allotjament-grid &gt; a:hover .swiper-llistat .swiper-slide:nth-child(2) {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);        
    }

.allotjament-grid .stars ul {
    justify-content: left;
}

.barra-filtros .badge {
    border: 1px solid #333;
}
.alert-stay {
    margin: 0;
    font-size: 13px;
    color: #c00;
}
.ordenar {
    cursor: pointer;
}
.ordenar span {
    text-transform: uppercase;
    font-size: 11px;
    color: #3a4142;
    padding-right: 5px;
}
.ordenar .fletxes {
    position: relative;
    width: 10px;
    height: 16px;
    display: inline-block;
}
.ordenar .fletxes .fas, .ordenar .fletxes .fal {
    position: absolute;
    left: 0;
    color: var(--primario);
}
aside .titulo, .titulo-buscador {
    font-size: 18px;
    font-weight: 300;
    color: #a7ef8c;
}
aside .buscador {
    padding-top: 1rem;
}
aside .buscador .row {
    align-items: flex-end;
}
aside .poblacion {    
    color: var(--primario);    
}
aside table {
    font-size: 14px;
}
aside .previous_price {
    text-decoration: line-through;
    font-weight: normal;
    padding-right: 5px;
}
.ficha {
    margin-top: 30px;
}
.ficha .poblacion {
    font-size: 18px;
}
.poblacion i {
    color: var(--secundario-light-50);
}
.ficha h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.ficha h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--primario);
}
.ficha p {    
    line-height: 1.4;
    
}
.ficha p .alert-stay {
    font-size: 13px;
    color: #c00;
}
.gero ul {
    font-size: 1rem;
}
.gero, .gero p {
    font-size: 1rem;
    line-height: 1.5;
    
}
.ficha .listados-col ul, .ficha .equipamiento ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width:768px) {
    .ficha .listados-col ul, .ficha .equipamiento ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .ficha .equipamiento ul.llits, .ficha .equipamiento ul.banys {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.ficha .listados-col ul li, .ficha .equipamiento ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    padding-left: 20px;
    margin-bottom: 10px;
}
.ficha .listados-col ul li::before, .ficha .equipamiento ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--secundario);
}
.ficha .listados-col ul li i, .ficha .equipamiento ul li i {
    color: var(--secundario);
}
.ficha .listados-col ul li.restricciones::before {
    content: "\f00d";    
    color: #b43325;
}
.mapa-fitxa {
    width: 100%;
    border: none;
    height: 450px;
}

/* Calendaris disponibilitat */

.calendariDisponibilitat thead th {    
    margin-bottom: 0;
}

.table.calendariDisponibilitat {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}

    .table.calendariDisponibilitat &gt; thead &gt; tr &gt; th {
        font-size: 16px;
        padding: 5px;
        color: var(--secundario);
        border: none;
    
    }

    .table.calendariDisponibilitat &gt; tbody &gt; tr &gt; th {
        font-size: 14px;
        padding: 1px;
    }

    .table.calendariDisponibilitat &gt; tbody &gt; tr &gt; td {
        border: none;
        font-size: 14px;
        padding: 5px;
        text-align: center;
    }

.swiper-calendari .swiper-slide {
    border: 1px #ddd solid;
}
.dia-ocupat {
    color: #a3a2a2;
    background-color: #e8e8e8;
    text-decoration: line-through;
}

/* Llegenda calendaris disponibilitat */

.llegenda {
    padding: 0;
}

    .llegenda ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .llegenda ul li {
            float: left;
            margin-right: 10px;
        }

    .llegenda span {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
    }


        .llegenda span.diesDisponibles {
            color: #000;
        }

        .llegenda span.diesNoDisponibles {
            color: #a3a2a2;
            background-color: #e8e8e8;
            text-decoration: line-through;
        }

/* Valoracions */

.testimonios ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
}

    .testimonios ul li i {
        color: var(--secundario);
        font-size: 14px;
    }

.testimonios .concepto {
    line-height: 2;    
}
.testimonios .total-opiniones {    
    font-size: 24px;
    font-weight: 500;
    color: var(--primario);
}
.testimonios .nota-review {    
    font-size: 20px;
    font-weight: 500;
    color: var(--secundario);
}
.testimonios .nombre {
    font-weight: 500;
    margin-bottom: 15px;
}
.testimonio .rating {
    font-size: 20px;
    font-weight: 500;
    color: var(--secundario);
    margin-bottom: 15px;
}

/* Swiper */

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-calendari .swiper-button-next, .swiper-calendari .swiper-button-prev {
    top: 12.2%;
    height: 20px;
}
.swiper-calendari-fitxa .swiper-button-next, .swiper-calendari-fitxa .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 13px;
    height: 30px;
    background-size: 13px 30px;
}
.map-img {
    width: 100%;
    height: auto;
}
.btn-primary {
    background-color: var(--primario);
    border-color: var(--primario);
}
.btn-primary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #5a6268;
    border-color: #5a6268
}
.btn-primary.active, .btn-primary:active {
    background-color: #5a6268;
    border-color: #5a6268
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #5a6268;
    border-color: #5a6268
}
.btn-primary.active, .btn-primary:active {
    background-image: none
}
.btn-secondary {
    color: #fff;
    background-color: var(--secundario);
    border-color: var(--secundario);
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.icons-list {
    display: flex;

    margin: 30px 0;
    list-style: none;
    padding-left: 0;
}
@media (max-width: 400px) {
    .icons-list {
        flex-wrap: wrap;
        
    }
    .icons-list li {        
        width: 100%;
    }
    .icons-list li:last-child {        
       margin-bottom: 0 !important
    }
}
.icons-list li {        
    flex-direction: column;
    margin-right: 10px;
}
.icons-list i {
    font-size: 27px;
    color: var(--secundario);    
}
@media (min-width: 768px) {
    .icons-list li {        
        flex-direction: row;        
    }
}
.ficha .columna-principal section {
    border-bottom: 3px #00bcd4 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ficha .columna-principal section:last-child {
    border-bottom: none;
}
.ficha .descripcion {
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ficha .columna-principal section h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}
.ficha .fotos {
    height: 275px;
}
@media (min-width: 768px) {
    .ficha .fotos {
        height: 500px;
    }
}
.ficha aside &gt; .contenedor-disponibilidad {
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
    background: linear-gradient(315deg, #148bb7 0%, #2f4770 100%);
}

.habitaciones .gero .contenedor {
    border-radius: 4px;
    padding: 10px;
    border: 1px solid var(--secundario-light);
    margin-bottom: 10px;
}
.habitaciones .gero i {
    color: var(--secundario);
}
.normas h3 i {
    color: var(--secundario);
}


/* Spiner */

.self-building-square-spinner, .self-building-square-spinner * {
    box-sizing: border-box;
}
.self-building-square-spinner {
    height: 40px;
    width: 40px;
    top: calc( -10px * 2 / 3);
    margin: auto;
}
    .self-building-square-spinner .square {
        height: 10px;
        width: 10px;
        top: calc( -10px * 2 / 3);
        margin-right: calc(10px / 3);
        margin-top: calc(10px / 3);
        background: #666;
        float: left;
        position: relative;
        opacity: 0;
        animation: self-building-square-spinner 6s infinite;
    }

        .self-building-square-spinner .square:nth-child(1) {
            animation-delay: calc(300ms * 6);
        }

        .self-building-square-spinner .square:nth-child(2) {
            animation-delay: calc(300ms * 7);
        }

        .self-building-square-spinner .square:nth-child(3) {
            animation-delay: calc(300ms * 8);
        }

        .self-building-square-spinner .square:nth-child(4) {
            animation-delay: calc(300ms * 3);
        }

        .self-building-square-spinner .square:nth-child(5) {
            animation-delay: calc(300ms * 4);
        }

        .self-building-square-spinner .square:nth-child(6) {
            animation-delay: calc(300ms * 5);
        }

        .self-building-square-spinner .square:nth-child(7) {
            animation-delay: calc(300ms * 0);
        }

        .self-building-square-spinner .square:nth-child(8) {
            animation-delay: calc(300ms * 1);
        }

        .self-building-square-spinner .square:nth-child(9) {
            animation-delay: calc(300ms * 2);
        }

    .self-building-square-spinner .clear {
        clear: both;
    }


@keyframes self-building-square-spinner {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
        top: 0;
    }

    50.9% {
        opacity: 1;
        top: 0;
    }

    55.9% {
        opacity: 0;
        top: inherit;
    }
}

/* Datepicker */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #6c757d;
    background: #6c757d;
    color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #333;
    background: #000;
    color: #FFF;
}

.ui-datepicker {
    padding: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
    z-index: 2020!important;
}
.ui-datepicker * {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker table {
    font-size: 13px;
    margin: 0;
}
.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #fff;
    color: #555;
    font-weight: 400;
    border-bottom: solid 1px #e5e5e5;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #e5e5e5;
    border-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker thead {
    background: #fff;
    color: #555;
    border-bottom: solid 1px #e5e5e5;
}
.ui-datepicker .ui-datepicker-title {
    margin-top: 0.4em;
    margin-bottom: 0.3em;
    color: var(--secundario);
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    width: 20px;
    height: 20px;
    top: 10px;
    border: none;
}
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 10px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 10px;
}
.ui-datepicker .ui-datepicker-next span {
    background: url(../img/fletxa-cal-dreta.png);
    width: 20px;
    height: 20px;
}
.ui-datepicker .ui-datepicker-prev span {
    background: url(../img/fletxa-cal-esquerra.png);
    width: 20px;
    height: 20px;
}
.ui-datepicker th {
    padding: 0.75em 0;
    color: #555;
    font-weight: normal;
    border: none;
    border-top: 1px solid #fff;
}
.ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
}
.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0.5em;
    margin: 0;
    font-weight: 400;
    color: #393536;
    border-radius: 0;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: var(--primario);
    color: #fff;
    border-radius: 0;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #ccc;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
}

/* Select */

.select-personalitzat {
    position: relative;
}

    .select-personalitzat select {
        display: none;
    }

.select-selected {
    font-size: 1rem;
    line-height: 1.5;
    background-color: #FFF;
    border: 1px solid #d8d8d8;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.25rem;
    padding: .375rem .75rem;
    height: calc(1.5em + 0.75rem + 2px);
}

    .select-selected.select-arrow-active {
        border-color: #666;
        outline: 0;
    }

    .select-selected:after {
        position: absolute;
        content: "";
        top: 15px;
        right: 15px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #6c757d transparent transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #6c757d transparent;
        top: 10px;
    }

.select-items div {
    font-size: .875rem;    
    padding: 4px 16px;    
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    padding: 4px 0;
    background-color: #FFF;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(158, 158, 158, .5);
    top: 100%;
    left: 0;
    right: 0;
    max-height: 174px;
    overflow-y: auto;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #F5F5F5;
}

/* Carrusel */

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    color: #000 !important;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .5) !important;
    border-radius: 0;    
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    padding: 10px!important;
    margin: 0;
    border-radius: 0;
    line-height: 0;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
    font-size: 24px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #000 !important;
    background-color: rgba(255, 255, 255, .8) !important;
}
.owl-prev:hover, .owl-next:hover {
    color: #eee !important;
    background: transparent !important;
}
.owl-prev:focus, .owl-next:focus {
    outline: 0;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .owl-img {
    height: 100%
}
.owl-img {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img {
    width: 15px;
}
/* .owl-carousel .owl-item {
    cursor: zoom-in;
} */

/* Listado Premium */

.cerrar-filtros {
    position: absolute;
    right: 15px;
    width: 1.5rem;
    text-align: center;
}
.cerrar-filtros, .cerrar-filtros  label {
    cursor:pointer;
}
.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-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 #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 {    
    border-radius: 0 !important;
    margin: auto !important;
}
.leaflet-popup-content-wrapper {    
    text-align: center !important;
}
.leaflet-popup-content p {
    margin: 10px 0;
}
.info-window .map-img {
    height: 225px;
    object-fit: cover;
}
.info-window {
    font-family: 'Open Sans', sans-serif;
}
.info-window h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.info-window .title {
    font-size: inherit;
    line-height: inherit;
    color: var(--primario);
    text-decoration: none;   
}
.info-window .map-price {
    font-size: 1rem;    
    font-weight: 500;
    color: var(--primario);
    margin-bottom: 10px;
}

/* Hide map styles */

.form-control:disabled, .form-control[readonly] {
    background:#fff;
}
.btn-hide-map {
    display:none;
    position: absolute;
    top: .8rem;
    left: .8rem;    
    color: var(--primario);
    background: #fff;    
    cursor: pointer;
    z-index: 9999;
}
.btn-hide-map:hover {
    color:var(--primario);
}
.btn-hide-map i {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.label-filters-showmap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom:0;
}
.show-button {
    max-width: 0;
    height: 30px;
    margin-right: 3px;
    color: var(--primario);
    
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    transition: 150ms;
}
.columna-listado, .columna-mapa {
    transition: 300ms;
}
@media(min-width:991px) {

    aside .titulo {
        font-size: 26px;
        font-weight: 300;
    }
    .ficha aside &gt; .contenedor-disponibilidad {
        border-radius: 8px;
        padding: 20px;
        margin-top: -48px;
        z-index: 99;
        background: linear-gradient(315deg, #226691 0%, #295680 100%);
        border: 8px solid #fff;
        margin-right: 30px;
    }
    .btn-hide-map {
        display:block;
    }
    .col-12-transition {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-0-transition {
        flex: 0 0 0%;
        max-width: 0;
        max-height:0;
        padding:0;
        overflow:hidden;
    }
    .show-button.active {
        opacity: 1;
        max-width: 100%;
        padding: 3px;
    }
}

/* Listado BÃ¡sico */

.filter_types p {
    font-size: 18px;
}

.filter_types ul {
    color: #777;
}

.filter_types label {
    font-weight: normal !important;
}
.sort-button {
    display: flex;
    justify-content: end;    
}
.sort-button-container {
    display: flex;
    justify-content: end;
    padding: 10px;
    cursor: pointer;
}
.sort-button .fletxes {
    margin-left: 5px;
}
#sort-icon {
    margin-left: -2px;
}
.fal.fa-sort {
    margin-right:-12px;
}
.score {
    display: flex;
    align-items: center;    
}
.score .puntuacion {
    font-size: 15px;
    line-height: 1;
    color: var(--primario);
}
.estrellas {
    font-size: 12px;
    line-height: 1;
    color: var(--primario);
    margin-right: 5px;
}
.estrellas ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.add_info li {	
	margin-right: 8px;
    font-size: 12px;
}
ul.add_info li:last-child {
    margin-right: 0;
}

ul.add_info li a:hover {
    text-decoration: none;
}
ul.add_info li i {    
    font-size: 14px;
}
.price_list {
    font-size: 18px;        
    line-height: 1;
}
    .price_list small {
        font-size: 11px;
        color: #999;
        display: block;
        margin-bottom: 5px;
    }
    .price_list p {
        padding: 0;
        margin: 0;
    }    
    .price_list .preu {
        font-weight: 500;
        line-height: 1;
    }    
    .price_list .desde {
        font-size: 14px;
        line-height: 1;
    }
    .price_list .contenedor-precio {
        text-align: right;
    }


/* Swiper */

.contenidor-slider {
    position: relative;
    height: 250px;
    border-radius: .25rem;
    overflow: hidden;
}
@media (min-width: 1400px) {
    .contenidor-slider {        
        height: 350px;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-llistat .swiper-button-next, .swiper-llistat .swiper-button-prev {
    width: 17px;
    height: 34px;
    background-size: 17px 34px;
}

/* Pagination */

.pagination {
    display:flex;
    justify-content:center;
    margin-bottom:50px;

}
.pagination span, .pagination a {
    box-shadow: none;
    border-radius: 2px;
}
.pagination &gt; .active &gt; a,  
.pagination &gt; .active &gt; a:focus, 
.pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; span, 
.pagination &gt; .active &gt; span:focus, 
.pagination &gt; .active &gt; span:hover {
    color:white;
    background:#6c757d;
    border: 1px solid #6c757d;
    outline:none;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    color:#222;
}
.page-item.active .page-link {
    background: #6c757d;
    border: 1px solid #6c757d;
}
.numero-licencia {
    font-size: 14px;
}
.resumen-reserva.table-sm td, .resumen-reserva.table-sm th {
    padding: 0.3rem 0;
}
.descripcion-corta {
    margin-top: .5rem;
}
/* Reserva iframe */
.reserva h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
}
.reserva_iframe {
    width: 100%;
    height: 1950px;
}
@media(min-width: 768px) {
    .reserva_iframe {        
        height: 1450px;
    }
}
.leaflet-container {
    font: unset!important;
}
.leaflet-container a.btn {
    color: #fff!important;
    line-height: 1;
}
.info-window .caracteristicas {
    font-size: 14px;
}</pre></body></html>