[v-cloak] {
    display: none
}
:root {
    --corporativo_1: #000;
    --corporativo_2: #FF7F51;
    --gris-claro: #fafafa;    
    --swiper-navigation-size: 34px;
    --swiper-theme-color: #000;
    --bs-link-hover-color: #FF7F51; 
}
html, body, form {
    height: 100%;
}
body > form > #main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}
body > form > #main-wrapper > #vue {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body {    
    font-family: 'Courier New', Courier, monospace;
}

h1, h2, h3, h4, h5, h6 {    
    font-weight: 400;
    letter-spacing: 1px;
}

a {
    color: var(--corporativo_1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in ease-out;
    -moz-transition: all 0.2s ease-in ease-out;
    -o-transition: all 0.2s ease-in ease-out;
    transition: all 0.2s ease-in ease-out;
}

.header-navi .nav-link.active {
    color: var(--corporativo_1);
    font-weight: bold;
}
.bg-gris-claro {
    background-color: var(--gris-claro);
}

/* HEADER */

header {
    background-color: #fff;
}
header.navbar {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
}

.header-top {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.header-top a {
    color: var(--corporativo_1);
    text-decoration: none;
}
.header-top > .row {
    padding: 0 1rem;
}
    .header-top span {
        font-size: 13px;
        font-weight: 600;        
    }

    .header-top .idiomes span {
        font-size: 13px;
    }
    .header-top .dropdown-menu {
        z-index: 1030;
    }
.header-navi {
    width: 100%;    
}
    .header-navi ul {
        font-size: 14px;        
    }

    @media (min-width: 992px) {
        .header-navi ul {
            font-size: 12px;
        }
        .header-top > .row {
            padding: 0 2rem;
        }
    }
    @media (min-width: 1200px) {
        .header-navi ul {
            font-size: 14px;
        }
    }    

.banner-top h2 {
    color: var(--corporativo_1);    
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.banner-top .gero, .introduccio .gero {
    font-size: 1.25rem;    
}
.introduccio h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--corporativo_1);
}
.banner-top .container, .introduccio .container {
    max-width: 800px;
}
.banner-top a {
    color: var(--corporativo_2);
}
/* PORTADA · Carrusel + Cercador */

#banner {
    position: relative;
    height: calc(100vh - 87px);
}

.portada-cercador {    
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 1140px;
    z-index: 2;
}

    .portada-cercador .row {
        align-items: flex-end;
    }

@media (min-width: 576px) {
    .portada-cercador {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: initial;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);        
    }
}
@media (min-width: 992px) {
    #banner {
        height: calc(100vh - 142px);
    }
}


/* PORTADA · Allotjaments destacats */

.allotjaments-destacats {
    background: #f0f0f0;
}

.allotjaments-grid .swiper-wrapper {
    align-items: stretch;
}

.allotjaments-grid .swiper-slide {
    background: #ffffff;    
    height: initial;
}

.allotjaments-grid .swiper-slide h2 {
    font-size: 1.25rem;
    color: var(--corporativo_1);
}
.allotjaments-grid .swiper-slide a {
    text-decoration: none;
}
.allotjaments-grid .allotjament-info li {
    font-size: 12px;
    color: #666;
}
.puntos-destacados {
    background-color: #fff4f1;
}
.puntos-destacados h3 {
    font-size: 1.125rem;
    color: var(--corporativo_1);
    margin-bottom: 1rem;
}
.puntos-destacados a {
    display: block;
    text-decoration: none;
}
.puntos-destacados .gero, .puntos-destacados .gero p {
    color: var(--bs-body-color);
}
.puntos-destacados .gero {
    margin-bottom: 1rem;
}
.puntos-destacados .ver-mas i {
    color: var(--corporativo_2);
}
.puntos-destacados .ver-mas span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--corporativo_1);
}
.puntos-destacados .ver-mas span::after {
    display: inline-block;
    padding-left: 8px;
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.puntos-destacados a:hover .ver-mas span::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    color: var(--corporativo_2);    
}
.puntos-destacados a:hover .ver-mas span {
    color: var(--corporativo_2);
}

/* TESTIMONIALS */

.testimonials {
    padding: 100px 0 60px 0!important;
    background-color: var(--corporativo_2);
}
.testimonials h2 {
    margin-bottom: 1.5rem;
}
.testimonials > .container {
    max-width: 800px;
}
.testimonials .nombre {
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}
.testimonials .texto span {
    font-family: 'Courier New', Courier, monospace!important;
    font-size: 1rem!important;
    text-align: center!important;
    white-space: unset!important;
    text-decoration-color: unset!important;
}
.swiper-testimonials > .swiper-wrapper {
    margin-bottom: 3rem;
}
.banner-bottom {
    padding: 60px 0px;    
}
.banner-bottom img {
    height: 100%;
    object-fit: cover;
}
.banner-bottom .titulo-banner {    
    font-size: 2rem;
    text-align: center;    
}
.banner-bottom .subtitulo-banner {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--corporativo_2);
}

/* FOOTER */
footer {
    border-top: 1px solid #e0e1e5;
}
footer .footer-top {    
    background: #fff;
}

footer h4 {
    color: var(--corporativo_1);
    font-size: 1.25rem;
    margin-bottom: 30px;
}

footer .footer-top .links ul li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-top .links ul li a, footer .footer-top .link-footer-contacte {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    display: inline-block;
    color: #999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

footer .footer-top .link-footer-contacte {
    display: block;
    padding: 5px 0;
    border: 0;
}

    footer .footer-top .links ul li a:hover, footer .footer-top .link-footer-contacte:hover {
        color: var(--corporativo_2);
        text-decoration: none;
    }

footer .footer-top .links ul li a:before {
    padding: 0 10px 0 0;
    content: "\f061";
    font: var(--fa-font-light);
}

footer .footer-top .social ul li:last-child {
    padding-right: 0;
}

footer .footer-top .social ul li a {
    font-size: 30px;
    color: var(--corporativo_1);
    opacity: .5;
}

    footer .footer-top .social ul li a:hover {
        opacity: 1;
    }

footer .footer-copyrights {
    padding: 20px 0;
    text-align: center;
    background: #f2f2f2;
}

    footer .footer-copyrights small {
        margin: 0;
        color: var(--bs-body-color);
    }

        footer .footer-copyrights small a {
            font-weight: 500;
            color: var(--bs-body-color);
            opacity: .6;
            text-decoration: none;
        }
        footer .footer-copyrights small a:hover {
            opacity: 1;
        }


/* LLISTAT ALLOTJAMENTS */

.llistat-vista .fal.fa-heart {
    color: #FFF;
}
.llistat-vista .fas.fa-heart.red {
    color: #c00;
}
.llistat-vista .fa-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    font-size: 24px;
}
@media (min-width:992px) {
    .columna-listado {
        padding-top: 60px!important;;
    }
}
.header-section {
    position: relative;
    padding: 90px 0;
    background: #222222;
}

    .header-section #gradient {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .5;
        background: #172431;
    }

    .header-section .title-section {
        position: relative;
        margin: 0;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
    }
    .barra-filtros .nav-pills .nav-link.active {
        background-color: transparent;
        color: var(--corporativo_2);
    }
    .barra-filtros .nav-pills .nav-link {
        color: #999;
    }
    .barra-filtros .num-resultados {
        font-weight: 700;
        font-size: 14px;
        padding-left: 15px;
        text-align: right;
    }
    .ordenar {
        cursor: pointer;
    }
    
        .ordenar span {            
            font-size: 14px;            
            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(--corporativo_1);
            }
@media (min-width:768px) {
    .header-section .title-section {
        font-size: 30px;
    }
}

.header-section .breadcrumbs li {
    padding: 6px 0;
}

    .header-section .breadcrumbs li:last-child:after {
        display: none;
    }

    .header-section .breadcrumbs li:after {
        padding: 0 5px 0 10px;
        content: "/";
        color: #ffffff;
    }

    .header-section .breadcrumbs li a {
        color: #FFFFFF;
    }

aside .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

aside .titol {
    display: block;
    position: relative;    
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 1rem;
}

    aside .titol::after {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        color: #555555;
        font-family: 'Font Awesome 6 Pro';
        content: "\f078";
        cursor: pointer;
    }


.grid-vista article {
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grid-vista h2 {
    font-size: 14px;
    font-weight: 700;
}

.grid-vista .allotjament-info li {
    font-size: 12px;
}

    .grid-vista .allotjament-info li::after {
        padding-left: 8px;
        color: #808080;
        content: "/";
    }

    .grid-vista .allotjament-info li:last-child:after {
        display: none;
    }

.additional-filter-list li {
    line-height: 30px;
}

    .additional-filter-list li .checkbox-input input {
        display: none;
    }

    .additional-filter-list li .checkbox-input.active label:before {
        top: 0px;
        font: 14px/17px "Font Awesome 6 Pro";
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
    }

    .additional-filter-list li .checkbox-input label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        cursor: pointer;        
    }

        .additional-filter-list li .checkbox-input label:before {
            position: relative;
            display: inline-block;
            top: 3px;
            margin-right: 10px;
            width: 17px;
            height: 17px;
            line-height: 30px;
            text-align: center;
            color: var(--corporativo_2);
            border: 1px solid #dee2e6;
            content: "";
        }

.slider-range-container {
    position: relative;
}

    .slider-range-container .slider-range {
        position: relative;
        margin-bottom: 10px;
        display: block;
        height: 10px;
        line-height: 1px;
        background: #ededed;
    }

        .slider-range-container .slider-range .ui-slider-range {
            display: block;
            position: absolute;
            top: 0;
            height: 10px;
            line-height: 1px;
            background: #222222;
        }

        .slider-range-container .slider-range .ui-slider-handle {
            display: block;
            position: absolute;
            width: 14px;
            height: 14px;
            border-radius: 3px;
            top: -2px;
            border: 3px solid transparent;
            background: #222222;
        }

            .slider-range-container .slider-range .ui-slider-handle:last-child {
                margin-left: -14px;
            }

    .slider-range-container input {
        padding: 5px;
        height: 30px;
        text-align: center;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 13px;
        background: #ffffff;
        border: 1px solid #ededed;        
    }

    .slider-range-container .range-from {
        float: left;
        width: 70px;
    }

    .slider-range-container .range-to {
        float: right;
        width: 70px;
    }

.additional-filter-list label {
    font-size: 14px;
}

    .additional-filter-list label::selection {
        background: transparent;
    }

.badge {
    border: 1px solid var(--corporativo_1);
    color: var(--corporativo_1);
}

    .badge.destination {
        text-transform: capitalize;
    }

.alert-stay {
    color: #c00;
}


/* Detall allotjament */

.detall-allotjament {
    position: relative;
    padding: 0 0 60px 0;
    background: #f0f0f0;
}

    .detall-allotjament .allotjament-wrapper {
        margin-top: -70px;
        float: left;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

        .detall-allotjament .allotjament-wrapper .sidebar {
            padding: 0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .detall-allotjament .allotjament-wrapper .allotjament-content {
            padding: 0;
        }

    .detall-allotjament .allotjament-info li {
        font-size: 12px;
    }
    .detall-allotjament .bloc-dispo .titol-dispo {
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--corporativo_1);        
    }
    .detall-allotjament .bloc-dispo .input-group .form-control {
        border-right: transparent;
    }
    .detall-allotjament .bloc-dispo .input-group-text {
        background-color: transparent;
    }
    .detall-allotjament .sidebar .preu .cantidad {
        font-size: 20px;
        font-weight: 700;
    }
    .btn.btn-ayuda {
        height: auto;
    }
@media (min-width:1200px) {
    .detall-allotjament .allotjament-info li {
        font-size: 14px;
    }
    .detall-allotjament .recomendacion-resticciones {
        column-count: 2;
    }
}

.detall-allotjament .allotjament-info li::after {
    padding-left: 8px;
    color: #808080;
    content: "/";
}

.detall-allotjament .allotjament-info li:last-child:after {
    display: none;
}

.detall-allotjament .allotjament-content h2 {
    font-size: 1.75rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.detall-allotjament .allotjament-content h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--corporativo_1);
}

.detall-allotjament .allotjament-serveis ul,
.detall-allotjament .allotjamnet-activitats ul,
.detall-allotjament .allotjament-equipament ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

@media (min-width:768px) {
    .detall-allotjament .allotjament-serveis ul,
    .detall-allotjament .allotjamnet-activitats ul,
    .detall-allotjament .allotjament-equipament ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
    .detall-allotjament .allotjament-serveis ul li i,
    .detall-allotjament .allotjament-activitats ul li i,
    .detall-allotjament .allotjament-equipament ul li i {
        color: var(--corporativo_2);
    }

.detall-allotjament .allotjament-equipament ul.restriccions li i {
    color: #f44336;
}
@media (min-width:768px) {
    .allotjament-regles .restriccions {
        column-count: 2;
    }
}
.calendari {
    width: 230px;
}

    .calendari th, .calendari td {
        padding: 3px 0;
    }

.calendari_mes {
    font-size: 14px;
    text-align: center;
}

.calendari_setmana {
    font-size: 14px;
    text-align: center;
}

.calendari_dia {
    font-size: 14px;
    text-align: center;
}

.calendari_dia_disponible {
    font-size: 14px;
    text-align: center;
    background-color: #FFF;
}

.calendari_dia_nodisponible {
    font-size: 14px;
    text-align: center;
    color: #b4b4b4;
    background-color: #ebebeb;
}

.calendari_dates_escollides {
    font-size: 14px;
    text-align: center;
    background-color: #ff9a00;
}

.table_summary {
    width: 100%;
}

    .table_summary tr {
        border-bottom: solid 1px #ddd;
    }

    .table_summary td {
        padding: 10px 0;
    }

.llegenda {
    margin-top: 20px;
    font-size: 13px;
}

    .llegenda span {
        display: inline-block;
        border: solid 1px #98a09c;
        padding: 2px 5px;
    }

    .llegenda .escollits span {
        background-color: #ff9a00;
    }

    .llegenda .disponible span {
        background-color: #fff;
    }

    .llegenda .no-disponible span {
        background-color: #ebebeb;
    }

.opinio-content h3 {
    font-size: 14px;
}

.opinio-content p {
    font-size: 1rem;
}

.opinio-content .rating {
    font-size: 18px;
}

/* NOTÍCIES */

/* .noticies {
    min-height: 30vh;
} */

.noticies .card {
    border: 0;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px !important;
}
.noticies .card a {
    text-decoration: none;
}
.noticies a {
    color: var(--corporativo_1);
    text-decoration: none;
}

.noticies a:hover {
        text-decoration: none;
}
.noticies .card a:hover {
    text-decoration: none;
}
.noticies .card:hover {    
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.noticies .card-title {
    color: var(--corporativo_1);
}
.noticies .card img {
    height: 250px;
    object-fit: cover;
}
.noticies .card-img-top {
    height: 230px;
    object-fit: cover;
}
.noticies .card-text {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--bs-body-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;    
}
/*.noticies .card-text div:not(:first-child), .noticies .card-text p:not(:first-child) {
    display: none;
}*/
.noticies .card-text > div:nth-child(1), .noticies .card-text > p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.noticies .card-text {
    color: var(--bs-body-color);
}
/*.noticies .card-text p, .noticies .card-text div {
    margin-bottom: 1rem;
}*/
.noticies .dia {
    font-size: 27px;
    color: #6a6a6a;
}
.noticies .mes-any {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7373;
}
.noticies .mes {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7373;
}
.noticies .any {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7373;
}
.noticies .card-pie {
    width: 100%;
    padding: 0 20px 20px;
}

/* PAGINA */

.pagina .resum {
    font-size: 18px;
}

.pagina .gero p {
    font-size: 1rem;
}

.pagina h2 {
    font-size: 20px;
}

@media (min-width:768px) {
    .pagina h2 {
        font-size: 2rem;
    }

    .pagina .resum {
        font-size: 20px;
    }
}


/* CONTACTAR */

.contactar .titol {
    font-size: 22px;
}
.contactar .caja-formulario {
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px !important;
}
.contactar .gero p {
    font-size: 14px;
}
.contactar .titulo-formulario {
    font-size: 30px;
}

/* SWIPER */

.portada-frase {
    width: 90%;
    max-width: 1140px;
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portada-frase h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 9px rgba(23, 26, 15, 0.15);
}
@media (min-width: 768px) {
    .portada-frase h1 {
        font-size: 2.5rem;
    }    
}
@media (min-width: 992px) {
    .portada-frase h1 {
        font-size: 3.5rem;
    }
}
@media (min-width: 1400px) {
    .portada-frase h1 {
        font-size: 4rem;
    }
}
@media (min-width: 1200px) and (max-height: 768px) {
    .portada-frase {
        top: 15%;
    }
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-carrusel {
    width: 100%;
    height: inherit;
}
.swiper-carrusel .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .swiper-carrusel .swiper-slide .swiper-slide-zoom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;    
    transform: scale(1.08);
    transition: transform 5s;
}
.swiper-carrusel .swiper-slide-active .swiper-slide-zoom {
    transform: scale(1);
} */
.swiper-allotjaments-portada {
    padding-left: 30px;
    padding-right: 30px;
}
.swiper-allotjaments-portada .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-allotjaments-portada .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
    .swiper-allotjaments-portada .swiper-pagination {
        position: relative !important;
        margin-top: 50px;
    }

    .swiper-allotjaments-portada .swiper-pagination-bullet {
        opacity: 0.8;
        background-color: #000;
    }

.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-fotos-llistat .swiper-button-prev,
.swiper-fotos-llistat .swiper-button-next,
.swiper-fotos-grid .swiper-button-prev,
.swiper-fotos-grid .swiper-button-next {
    transform: scale(.7);
}

@media (min-width: 576px) {
    .swiper-carrusel {
        height: inherit;
    }
}

.swiper-detall-fotos {
    position: relative;
}
.swiper-detall-fotos .swiper-button-next, .swiper-detall-fotos .swiper-button-prev {
    color: #fff;
}
.swiper-detall-fotos .swiper-slide {
    height: 220px;
}
.swiper-detall-fotos .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .swiper-detall-fotos .swiper-slide {
        height: 550px;
    }
}
    .swiper-detall-calendari .swiper-button-next, .swiper-detall-calendari .swiper-button-prev {
        width: 20px;
        height: auto;
        top: 23px;
    }
    .swiper-detall-calendari .swiper-button-prev {
        left: 0;
    }
    .swiper-detall-calendari .swiper-button-next {
        right: 0;
    }
    .swiper-detall-calendari .swiper-button-next:after, .swiper-detall-calendari .swiper-button-prev:after {
        font-size: 20px;
    }


/* Select */

.select-personalitzat {
    position: relative;
}

    .select-personalitzat select {
        display: none;
    }

    .select-selected {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.5;
        background-color: #FFF;
        border: 1px solid #e8e8e8;
        -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;
        padding: .85rem 1rem;        
    }
    
        .select-selected.select-arrow-active {
            border-color: #666;
            outline: 0;
        }
    
        .select-selected:after {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            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: 15px;
        }
        .select-personalitzat .destinos + .select-selected:after, .select-personalitzat .personas + .select-selected:after {
            font: var(--fa-font-light);
            content: "\f078";
            width: unset;
            height: unset;
            border: 0;
            border-color: transparent;
        }
        .select-personalitzat .destinos + .select-selected.select-arrow-active:after, .select-personalitzat .personas + .select-selected.select-arrow-active:after {
            content: "\f077";
            top: 50%;
            transform: translateY(-50%);
        }
        .dropdown-toggle::after {
            font: var(--fa-font-light);
            content: "\f107";
            border: 0;
            vertical-align: middle;
        }
    
    .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;
    }


/* CALENDARI */

.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,.4) 5px 5px 5px;
}

    .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: .4em;
        margin-bottom: .3em;
        color: #555;
        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: .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(--corporativo_2);
            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;
    }


/* Reset elements */

.header-navi ul .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: var(--corporativo_1);
    font-weight: 600;
}
.header-navi ul .nav-link:hover {
    color: var(--corporativo_2);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-navi ul .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (min-width: 1200px) {
    .header-navi ul .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }    
}
.navbar-light .navbar-toggler {
    border: none;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF;
}

.card {
    border-radius: 0;
    border: none;
}

.card-header {
    border-bottom: none;
}

.nav-pills .nav-link.active {
    background-color: #6c757d;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn {
    border-radius: 0;
}
.btn-link {
    color: #072d42;
}

.gero h2 {
    font-size: 22px;
}

.gero h3 {
    font-size: 18px;
}
.btn-outline-secondary {
    border-color: var(--corporativo_2);
    color: var(--corporativo_2);    
}
.btn-outline-secondary:hover {
    background-color: var(--corporativo_2);
    border-color: var(--corporativo_2);
    color: #FFF;
}
.btn-dark {
    background-color: var(--corporativo_1);
    border-color: var(--corporativo_1);
}
.btn-dark:hover {
    background-color: var(--corporativo_2);
    border-color: var(--corporativo_2);
}
.btn-link.hover, .btn-link:hover, .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-warning {
    color: #FFF;
    background-color: var(--corporativo_2);
    border-color:  var(--corporativo_2);
}
.btn-warning:hover {
    color: #FFF;
    background-color: var(--corporativo_1);
    border-color:  var(--corporativo_1);
}
.btn-outline-dark {
    color: var(--corporativo_1);
    border-color: var(--corporativo_1);
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--corporativo_1);
    border-color: var(--corporativo_1);
}

/* Spinner */
.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: #e5e5e5;
        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;
    }
}

/* Contactar.aspx  */

.leaflet-control-attribution.leaflet-control {
    display: none;
}

#banner-mail {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    opacity: 0;
    z-index: 999;
    transition: 300ms;
}
.banner-mail-content {
    display: none;
    position: absolute;
    top: 40vh;
    left: 50%;
    transform: translate(-50%,0);
    min-width: 300px;
    z-index: 1000;
}

/* Propietarios*/

html {
    scroll-behavior: smooth;
}
.bg-gris-claro {
    background-color: var(--gris-claro);
}
.como-funciona h2 {
    text-align: center;
    margin-bottom: 30px;
}
.como-funciona .contenedor {
    width: 100%;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-como-funciona {
    padding-left: 45px;
    padding-right: 45px;
}

    .swiper-como-funciona .swiper-slide {
        height: auto;
    }

        .swiper-como-funciona .swiper-slide .imagen {
            text-align: center;
        }

        .swiper-como-funciona .swiper-slide img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .swiper-como-funciona .swiper-slide .tarjeta-cuerpo {
            padding: 15px;
        }

.como-funciona h3 {
    font-size: 16px;
}
.como-funciona .tarjeta {
    background-color: var(--gris-claro);
    border: 1px solid var(--gris-claro);
}
.como-funciona .tarjeta .texto {
    font-size: 14px;
}
.btn-link {
    color: var(--corporativo_1);
}

    .btn-link:hover {
        color: var(--corporativo_2);
        text-decoration: none;
    }
.nuestro-equipo {
    background-color: var(--gris-claro);
}
.nuestro-equipo .foto {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    overflow: hidden;
}

    .nuestro-equipo .foto img {
        border-radius: 50%;
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

.nuestro-equipo .nombre {
    font-size: 20px;
}

.nuestro-equipo .texto {
    width: 75%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .nuestro-equipo .texto {
        width: 100%;
    }
}

.gero ul li {
    margin-bottom: 15px;
}

.gero.check ul {
    list-style: none;
    padding-left: 0;
}

    .gero.check ul li {
        background: url(../img/i_check_small.png) left 8px no-repeat;
        padding-left: 30px;
        font-size: 18px;
        opacity: .9;
        line-height: 30px;
        margin-bottom: 15px;
    }

header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
header .logo img {
    height: 30px;
}
@media (max-width: 991px) {
    header .logo {        
        top: .5rem;
    }
}
@media (min-width: 1200px) {
    header .logo img {
        height: 95px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
button:focus {
    outline: 0;
}
.btn, .form-control {
    padding: .85rem 1rem;    
    font-size: .875rem;
}
.form-control {
    font-weight: 500;
}
.form-control, .input-group-text {
    border-color: #e8e8e8;
    border-radius: 0;
}
.listado-buscador-no-mapa .input-group-text {
    background-color: #FFF;
}
.listado-buscador-no-mapa .form-control.entrada, .listado-buscador-no-mapa .form-control.salida {
    border-right: 0;
}
.portada-cercador .input-group-text,
.listado-buscador .input-group-text {
    background-color: #FFF;
    border: 0;    
}
.portada-cercador .btn, .portada-cercador .form-control,
.listado-buscador .btn, .listado-buscador .form-control {
    border: 0;    
}
.portada-cercador .select-selected,
.listado-buscador .select-selected {
    border: 0;    
}
.portada-cercador .destinos + .select-selected,
.listado-buscador .destinos + .select-selected {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.listado-buscador .select-selected,
.listado-buscador .form-control {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.portada-cercador .btn,
.listado-buscador .btn {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.portada-cercador .form-control:disabled, .portada-cercador .form-control[readonly],
.listado-buscador .form-control:disabled, .listado-buscador .form-control[readonly] {
    background-color: #FFF;
}
@media (min-width: 768px) {
    .portada-cercador .row > [class*=col-],
    .listado-buscador.row > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .portada-cercador .entrada, .portada-cercador .salida, .portada-cercador .personas + .select-selected,
    .listado-buscador .entrada, .listado-buscador .salida, .listado-buscador .personas + .select-selected {
        border-left: 1px solid #dee2e6;
    }    
    .portada-cercador .input-group-text, .portada-cercador .salida, .portada-cercador .personas + .select-selected,
    .listado-buscador .input-group-text, .listado-buscador .salida, .listado-buscador .personas + .select-selected {
        border-radius: 0;
    }
    .portada-cercador .btn,
    .listado-buscador .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
    }
    .listado-buscador.row {
        margin-left: 0;
        margin-right: 0;
    }    
}
@media (min-width: 992px) {
    .listado-buscador .select-selected,
    .listado-buscador .form-control {
        box-shadow: unset!important;
    }
    .listado-buscador {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        margin-bottom: 20px;
    }
    .portada-cercador .entrada,
    .listado-buscador .entrada {
        border-radius: 0;
    }
    .portada-cercador .destinos + .select-selected,
    .listado-buscador .destinos + .select-selected {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.dropdown-item {
    font-size: 14px;
    color: var(--corporativo_1);
}
.titulo-section {    
    font-weight: 400;
    font-size: 2.25rem;
    color: var(--corporativo_1);
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.allotjaments-destacats > .container {
    max-width: 1600px;
}
.allotjaments-destacats .swiper-slide a:hover {
    color: unset;
}
.allotjaments-destacats .titulo-section {
    margin-bottom: 50px;
}
.allotjaments-destacats .preu {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--corporativo_1);
}
.allotjaments-destacats .preu .noche {
    font-size: 14px;
    font-weight: 400;
}
.allotjaments-destacats .foto {
    overflow: hidden;
}
.allotjaments-destacats .foto img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .4s;
}
.allotjaments-destacats a:hover .foto img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (min-width: 1200px) {
    .allotjaments-destacats .preu {
        text-align: right;
    }
}
@media (min-width: 1400px) {
    .allotjaments-destacats .foto img {        
        height: 275px;
    }
}
.paginas-extra .contenedor {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem;
    min-height: 350px;
    transition: all 0.2s;    
}
.paginas-extra .contenedor::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--corporativo_1);
    opacity: .2;
    transition: opacity .3s ease-in-out;
}
.paginas-extra .contenedor:hover::after {
    opacity: .8;
}
.paginas-extra a {
    display: block;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}
.paginas-extra a:hover {
    text-decoration: none;
}
.paginas-extra h3 {
    position: relative;
    font-size: 26px;
    margin-bottom: 20px;
    z-index: 2;
}
.paginas-extra .texto-resumen {
    position: relative;    
    font-weight: 600;
    z-index: 2;
}
.btn-1 {
    font-weight: 700;
    color: #FFF !important;
    background-color: var(--corporativo_1);
    border-color: var(--corporativo_1);
}
.btn-1:hover {
    color: var(--corporativo_1) !important;
    background-color: var(--corporativo_2);
    border-color: var(--corporativo_2);
}
.btn-2 {
    font-weight: 700;
    color: #FFF;
    background-color: var(--corporativo_2);
    border-color: var(--corporativo_2);
}
.btn-2:hover {
    color: #FFF;
    background-color: #23272b;
    border-color: #23272b;
}


/* Llistat */
.allotjament-llistat a {
    text-decoration: none;
}
.allotjament-llistat a:hover, .allotjament-grid a:hover {
    text-decoration: none;    
}
.allotjament-llistat {
    background-color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px !important;
}
.allotjament-llistat:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.allotjament-llistat .poble {
    font-size: 14px;
    color: #a5a5a5;
}
.allotjament-llistat .preu .cantidad {
    color: var(--corporativo_1);
    font-size: 20px;
    font-weight: 700;
}
.allotjament-llistat .preu .euro {
    color: var(--corporativo_1);    
}
.allotjament-llistat > a {
    display: block;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}
.allotjament-llistat > a:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.allotjament-llistat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    .allotjament-llistat h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        color: var(--corporativo_1);
    }

    .allotjament-llistat .descripcio {
        font-size: 14px;
        color: var(--corporativo_1);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;        
    }
    .allotjament-llistat .caracteristicas {
        color: var(--corporativo_1);
    }
    .allotjament-llistat .minim-preu, .allotjament-llistat .preu-venda, .allotjament-llistat .minim-mensual {
        display: block;
        color: var(--corporativo_2);
        font-weight: 700;
    }

    .allotjament-llistat .nit, .allotjament-llistat .total, .allotjament-llistat .mes, .allotjament-llistat .dia {
        display: block;
        color: #939393;
        text-transform: uppercase;
        font-size: 0.6875rem;
    }
    .allotjament-txt {
        position: relative;            
    }
    .allotjament-txt a {
        text-decoration: none;
    }
    .favoritos {
        position: relative;
    }
    .allotjament-txt .favoritos {
        position: absolute;
        top: 16px;
        right: 16px;
    }
        .allotjament-txt h2 {
            font-size: 1rem;
            color: var(--corporativo_1);
            
        }
    
            .allotjament-txt h2 a {
                color: var(--corporativo_1);
            }
    .allotjament-txt .preu-contenidor .text-preu {
        font-size: 14px;
        color: var(--corporativo_1);
    }
    .allotjament-txt .preu-contenidor .cantidad {
        font-size: 26px;
        font-weight: bold;
        color: var(--corporativo_1);
    }    
    .allotjament-txt .minim-preu, .allotjament-txt .preu-venda, .allotjament-txt .minim-mensual {
        display: block;
        color: var(--corporativo_2);
        font-weight: 700;
    }
    
    .allotjament-txt .nit, .allotjament-txt .total, .allotjament-txt .mes, .allotjament-txt .dia {
        display: block;
        color: #939393;
        text-transform: uppercase;
        font-size: 0.6875rem;
    }
    .allotjament-llistat .text-preu {
        font-size: 14px;
        color: #222;
    }
.stars ul {
    display: flex;
    justify-content: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.stars ul li i {
    color: var(--corporativo_2);
}
.allotjament-grid .descripcio {
    font-size: 14px;
    color: var(--corporativo_1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.allotjament-grid .caracteristicas {
    color: var(--corporativo_1);
}
.allotjament-grid > .allotjament {
    display: block;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.allotjament-grid > .allotjament:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.allotjament-grid .poble {
    color: #a5a5a5;    
    font-size: 14px;
}
.allotjament-grid h2 {
    font-size: 20px;
}
.grid-vista > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.grid-vista > .row > .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}
.allotjament-grid .foto img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.grid-vista .fal.fa-heart {
    color: var(--corporativo_2);
}
.grid-vista .fas.fa-heart.red {
    color: #c00;
}
.filtros label {
    font-size: 14px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
.detall-allotjament .bloc-dispo .cantidad {
    font-size: 24px;
    font-weight: 700;
}
.allotjament-dispo table td {
    font-size: 14px;
    text-align: center;
}
.estrelles-testimoni {
    display: flex;
    flex-wrap: nowrap;
    padding:0;
    list-style: none;
    color: var(--corporativo_2);
}
.dia-ocupat {
    background-color: #ebebeb!important;
}
.alert-stay {
    margin:0;
}
.previous_price {
    text-decoration: line-through;
    color: #aaa;
}
.allotjament-opinions .puntuacion i {
    color: var(--corporativo_2);
}
.allotjament-opinions .puntuacion-num, .allotjament-opinions .puntuacion-texto {
    font-weight: 700;
}
.allotjament-opinions .total-testimonios {
    color: #a5a5a5;
}
.allotjament-opinions .concepte {
    font-size: 14px;
}
.allotjament-opinions .opinio-content .fecha {
    font-size: 14px;
    color: #a5a5a5;
}
.portada-cercador .form-control:disabled, .portada-cercador .form-control[readonly],
.listado-buscador .form-control:disabled, .listado-buscador .form-control[readonly] {
    background-color: #FFF;
}
.listado-buscador-no-mapa .form-control:disabled, .listado-buscador-no-mapa .form-control[readonly] {
    background-color: #FFF;
}
.noticies .preguntas-frecuentes {
    max-width: 800px;
    margin: 0 auto;
}
.preguntas-frecuentes > .container, .formulario-contacto > .container {
    max-width: 800px;
}
.accordion {
    --bs-accordion-active-color: var(--corporativo_2);
    --bs-accordion-active-bg: #fff8e6;
    --bs-accordion-btn-focus-border-color: var(--corporativo_2);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 185, 1, 0.25);
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffb901'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-item .accordion-button {
    font-weight: 700;
}

/* Form-Check */

.form-check input[type=checkbox] {
    float: left;
    margin-left: -1.5em;
  }
  
  .form-check input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .form-check input[type=checkbox] {
    border-radius: 0.25em;
  }
  .form-check input[type=checkbox]:active {
    filter: brightness(90%);
  }
  .form-check input[type=checkbox]:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-check input[type=checkbox]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .form-check input[type=checkbox]:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check input[type=checkbox]:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  .form-check input[type=checkbox][type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  .form-check input[type=checkbox]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  .form-check input[type=checkbox][disabled] ~ .form-check-label, .form-check input[type=checkbox]:disabled ~ .form-check-label {
    opacity: 0.5;
  }
  .form-check a {
      text-decoration: underline;
  }
  .form-control:disabled, .form-control[readonly] {
      background-color: #fff;
  }
  .form-check label {
    font-size: 14px;
  }
  
/* Reserva iframe */

.reserva_iframe {
    width: 100%;
    height: 1950px;
}
@media(min-width: 768px) {
    .reserva_iframe {        
        height: 1450px;
    }
}
.btn-filtros {
    text-decoration: none;
}
.accordion-button {
    color: var(--corporativo_1);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--corporativo_2);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23072d42'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF7F51'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.alert-warning {
    --bs-alert-color: #ff0000;
    --bs-alert-bg: transparent;
    --bs-alert-border-color: transparent;
    font-weight: 600;
}
.info-window .caracteristicas {
    font-size: 14px;
}
.ui-widget {
    font-family: 'Courier New', Courier, monospace;
}
.footer-adress {
    padding: 5px 0;
    color: #999;
    font-size: 14px;
    font-weight: 500;
}
.equipamiento .icono {
    margin: 2rem 0;
}
.equipamiento .icono img {
    height: 40px;
}
.equipamiento .contenedor {
    text-align: center;
}
.equipamiento h2 {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .equipamiento .col-icono {
        width: 20%;
    }
    .equipamiento h2 {
        font-size: 1.125rem;
    }
}