@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;700&display=swap');
[v-cloak] {
    display: none
}
:root {
    --azul: #004e85;
    --azul_claro: #c4eae8; 
    --verde: #a2bf31;
    --amarillo: #ffd410;
}
body {
    font-family: 'Mulish', sans-serif;
}

h1, h2, h3, h4, h5, h6 {    
    font-weight: 700;
}

a {
    color: #333333;
    text-decoration: none;
    -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;
}

    a:hover {
        text-decoration: none;
    }

.bg-azul-claro {
    background-color: var(--azul_claro) !important;
}
.bg-amarillo {
    background-color: var(--amarillo) !important;
}
.bg-verde {
    background-color: var(--verde) !important;
}

/* HEADER */

header.bg-dark {
    background-color: var(--azul) !important;
}
header.navbar {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
}

header .navbar-collapse {
    z-index: 3;
}

.contenidor-header {
    width: 100%;
}

.header-top {
    background-color: #FFFFFF;
}

    .header-top span {
        font-size: 12px;        
    }

    .header-top .idiomes span {
        font-size: 12px;
    }
.header-top .login span {
    font-size: 12px;
    text-transform: uppercase;
}
.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);    
    top: 0;
    z-index: 2;
}

@media (max-width: 992px) {
    .header-logo {
        top: 60px;
    }
}

.header-logo .header-logo-inner {
    position: relative;
    width: 70px;
    height: 70px;
}
.header-logo .header-logo-inner a {
    display: flex;
    background-color: #FFF;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.header-logo .header-logo-inner a img {
    width: 60px;
    height: 60px;
}
.header-logo .header-logo-inner .logo-text {
    width: 50vw;
    position: absolute;
    left: 50%;
    top: 100%;
    transform:translateX(-50%);
    margin-top: 20px;
}
.header-logo .header-logo-inner .logo-text .logo-texto-1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: rgb(89 89 89) 1px 1px 2px;
}
.header-logo .header-logo-inner .logo-text .logo-texto-2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: rgb(89 89 89) 1px 1px 2px;
}
@media (min-width: 768px) {
    .header-logo .header-logo-inner {        
        width: 140px;
        height: 140px;
    }
    .header-logo .header-logo-inner a {
        width: 140px;
        height: 140px;
    }
    .header-logo .header-logo-inner a img {
        width: 130px;
        height: 130px;
    }
    .header-logo .header-logo-inner .logo-text {        
        margin-top: 30px;
    }
    .header-logo .header-logo-inner .logo-text .logo-texto-1 {
        font-size: 44px;
    }
    .header-logo .header-logo-inner .logo-text .logo-texto-2 {
        font-size: 34px;
    }    
}
    .header-navi ul {
        font-size: 18px;
        text-transform: uppercase;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #FFF;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--amarillo) !important;
    }
    
@media (min-width:992px) {
    .header-logo {
        z-index: 999;
    }

    .header-navi {
        background-color: transparent;
    }
}
header.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Open Sans Condensed', sans-serif;
}
@media (min-width: 768px) {
    header .columna-izq {
        padding-right: 100px;
    }
    header .columna-izq > ul {
        float: right;
    }
    header .columna-der {
        padding-left: 100px;
    }
    header.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }    
}

.banner-top {
    background-color: var(--verde);
    background-image: url(/assets/img/bg-banner-top.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.banner-top h2 {
    color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    text-transform: uppercase;    
}
.banner-top .gero {
    color: #FFF;
}
.introduccio h2 {
    font-size: 32px;
}

/* PORTADA · Carrusel + Cercador */

#banner {
    height: 100vh;
}
.titular-slide {
    font-size: 30px;
    font-weight: 400;
    font-style: normal !important;
    width: 75%;
    position: absolute;    
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    margin-bottom: 0;
    color: #FFF!important;    
    padding: 10px 15px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.titular-slide span {
    font-family: 'Mulish', sans-serif !important;
}
@media (min-width: 768px) {
    .titular-slide {
        font-size: 2.5rem;        
        width: 50%;
        top: 75%;
        right: 0;
        transform: translatey(-75%);
        padding: 15px 30px;
        text-align: left;
    }    
}
.portada-cercador {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1140px;
    z-index: 2;
}

    .portada-cercador .form-row {
        align-items: flex-end;
    }

@media (min-width:576px) {
    .portada-cercador {
        width: 80%;
        position: absolute;
        left: 50%;
        top: 95%;
        bottom: initial;
        -ms-transform: translate(-50%, -95%);
        transform: translate(-50%, -95%);
        background-color: rgba(0,0,0,0.4);
    }
}



/* PORTADA · Allotjaments destacats */

.allotjaments-destacats {
    background: #f0f0f0;
}

.allotjaments-contenidor {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.allotjaments-grid .swiper-wrapper {
    align-items: stretch;
}
.allotjaments-grid .preu {
    font-weight: 700;
}
.allotjaments-grid .swiper-slide {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    text-align: center;
    height: initial;
}

.allotjaments-grid h2 {
    font-size: 18px;
    font-weight: 700;
}

.allotjaments-grid .allotjament-info li {
    font-size: 13px;
    font-weight: 700;
}

    .allotjaments-grid .allotjament-info li::after {
        padding-left: 8px;
        color: #808080;
        content: "/";
    }

    .allotjaments-grid .allotjament-info li:last-child:after {
        display: none;
    }

/* ABOUT */

.about h3 {
    font-size: 18px;
}

.about p {
    font-size: 14px;
}

.overlay {
    position: relative;
    display: block;
    overflow: hidden;
}

    .overlay .overlay-shadow {
        position: absolute;
        margin: 20px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background: rgba(255, 212, 16, 0.7);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .overlay .overlay-shadow .overlay-content {
            position: absolute;
            top: 40%;
            width: 100%;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: scale(0.2);
            -moz-transform: scale(0.2);
            -ms-transform: scale(0.2);
            -o-transform: scale(0.2);
            transform: scale(0.2);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .overlay:hover .overlay-shadow {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }

    .overlay:hover .overlay-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/* TESTIMONIALS */

.testimonials {
    padding: 100px 0 60px 0!important;
    background-color: var(--verde);
}

    .testimonials h3 {
        color: #FFFFFF;
        text-align: center;
    }

    .testimonials blockquote {
        padding: 0px;
        margin: 20px 0px 70px 0;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        border: medium none;
        z-index: 99;
        color: #ffffff;
    }

        .testimonials blockquote cite {
            margin-bottom: 25px;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
        }

            .testimonials blockquote cite span {
                display: block;
                font-size: 14px;
                line-height: 14px;
            }

        .testimonials blockquote:after {
            margin: 25px auto 0px;
            display: block;
            font: 28px/28px "Font Awesome 5 Pro";
            text-align: center;
            color: rgba(255, 255, 255, 0.75);
            content: "\f10e";
        }

/* PORTADA Banner Bottom*/
.solutions {
    padding: 60px 0px;
    background-color: #eee9e9;
}

    .solutions .portada-titular {
        font-size: 23px;
    }

/* PORTADA · Destacados */
.feature .texto-resumen {
    font-size: 14px;
}
.destacados-top, .destacados-bottom {
    height: 170px;
}
@media (min-width:768px) {
    .destacados-top {
        height: 150px;
    }
    .destacados-bottom {
        height: 120px;
    }
}
@media (min-width:992px) {
    .destacados-top, .destacados-bottom {
        height: 170px;
    }
}

/* FOOTER */

footer .footer-top {        
    background-color: var(--amarillo);
    background-image: url(/assets/img/bg-footer-top.png);
    background-repeat: no-repeat;
    background-position: bottom center;    
}

footer h4 {
    color: #FFF;
    font-size: 18px;
    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 {
    font-weight: 700;
    padding: 15px 25px;
    display: block;
    color: #FFF;    
    border-top: 4px solid rgba(255, 255, 255, 0.4);
}

footer .footer-top .link-footer-contacte {
    font-weight: 700;    
    padding: 5px 0;
    display: inline-block;    
    color: #FFF;
    border: 0;
}

    footer .footer-top .links ul li a:hover,
    footer .footer-top .link-footer-contacte:hover {
        color: #FFF;
        opacity: 1;
    }

/* footer .footer-top .links ul li a:before {
    padding: 0 10px;
    content: "\f0da";
    font-family: 'Font Awesome 5 Pro';
} */

footer .footer-top .social ul li:last-child {
    padding-right: 0;
}

footer .footer-top .social ul li a {
    font-size: 30px;
    color: var(--verde);
}

    footer .footer-top .social ul li a:hover {
        color: var(--azul);
    }

footer .footer-copyrights {
    padding: 10px 0;
    text-align: center;
    background: #eeeeee;
}

    footer .footer-copyrights small {
        margin: 0;
        color: #bbafa8;
    }

        footer .footer-copyrights small a {
            color: #bbafa8;
        }
.logo-footer {
    width: 100px;
    margin: 0 auto 30px auto;
}
.contenedor-info-contact {
    border-top: 4px solid rgba(255, 255, 255, 0.4);
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
}
.contenedor-info-contact .persona-contacto {
    font-weight: 700;
    color: #FFF;
    padding: 5px 0;
}
.contenedor-info-contact span {
    font-weight: 700;
    color: #FFF;
}

/* LLISTAT ALLOTJAMENTS */
.columna-listado {    
    background-color: var(--azul_claro);
}
.header-section {
    position: relative;
    padding: 270px 0 90px 0;
    background: #222222;
}
.header-section.listado {
    padding: 150px 0 90px 0;
}
.header-section.listado #gradient {
    opacity: 0;
}
/* .row.listado {
    margin-top: -75px;
} */
    .header-section #gradient {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .1;
        background: #172431;
    }

    .header-section .title-section {
        margin: 0;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: rgb(89 89 89) 1px 1px 2px;
    }
    .barra-filtros .nav-pills .nav-link.active {
        background-color: transparent;
        color: #242a17;
    }
    .barra-filtros .nav-pills .nav-link {
        color: var(--azul);
    }
    .barra-filtros .num-resultados {
        font-weight: 700;
        font-size: 14px;
        padding-left: 15px;
    }
    .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(--azul);
            }
@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-weight: 700;
}

    aside .titol::after {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        color: #555555;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        cursor: pointer;
    }

.llistat-vista article {
    padding: 5px;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width:992px) {
    .llistat-vista article {
        padding: 5px 30px 5px 5px;
    }
}

.llistat-vista h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.llistat-vista p {
    font-size: 13px;
}

.llistat-vista .allotjament-info li {
    font-size: 13px;
    font-weight: 700;
}

    .llistat-vista .allotjament-info li::after {
        padding-left: 8px;
        color: #808080;
        content: "/";
    }

    .llistat-vista .allotjament-info li:last-child:after {
        display: none;
    }

    .llistat-vista .preu {
        margin-top: 10px;
        display: inline-block;
    }
    .llistat-vista .text-preu {
        display: inline-block;
    }

@media (min-width:768px) {
    .llistat-vista .preu, .llistat-vista .text-preu {        
        display: block;
    }
    .llistat-vista .contenedor-texto {
        border-right: 1px solid #dee2e6!important;
    }
}
.grid-vista h2 {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;    
}
.grid-vista .allotjament-info li {
    font-size: 13px;
    font-weight: 700;
}
.grid-vista .allotjament-info li::after {
    padding-left: 8px;
    color: #808080;
    content: "/";
}
.grid-vista .allotjament-info li:last-child:after {
    display: none;
}
.grid-vista .allotjament-info .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.grid-vista .preu {
    font-weight: 700;
}
.grid-vista .stars ul {
    justify-content: center;
}
.grid-vista > .row {
    margin-right: -8px;
    margin-left: -8px;
}
.grid-vista > .row div[class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
.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 5 Pro";
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
    }

    .additional-filter-list li .checkbox-input label {
        font-size: 12px;
        margin-bottom: 0px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .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: #808080;
            border: 1px solid #808080;
            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;
        font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .slider-range-container .range-from {
        float: left;
        width: 70px;
    }

    .slider-range-container .range-to {
        float: right;
        width: 70px;
    }

.additional-filter-list label {
    font-size: .9rem;
}

    .additional-filter-list label::selection {
        background: transparent;
    }

.badge {
    border: 1px solid #333;
}

    .badge.destination {
        text-transform: capitalize;
    }

.alert-stay {
    color: #c00;
}


/* Detall allotjament */

.detall-allotjament .titol-dispo {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;    
}
.detall-allotjament {
    position: relative;
    padding: 0 0 60px 0;
    background: #f0f0f0;
}

    .detall-allotjament .allotjament-wrapper {
        margin-top: -70px;        
        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;
        text-transform: uppercase;
        color: #808080;
    }

@media (min-width:1200px) {
    .detall-allotjament .allotjament-info li {
        font-size: 14px;
    }
}

.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 .title-section {    
    font-size: 16px;
    color: var(--azul);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px;
    width: 100%;
    z-index: 2;
}

@media (min-width: 992px) {
    .detall-allotjament .allotjament-content .title-section {
        font-size: 30px;
        width: 50%;
    }
}
.detall-allotjament .allotjament-content h2 {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.detall-allotjament .allotjament-content h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

.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,
.detall-allotjament .allotjamnet-activitats ul,
.detall-allotjament .allotjament-equipament ul li {
    font-size: 12px;
    line-height: 1.8;
    color: #555555;
    text-transform: uppercase;
}

    .detall-allotjament .allotjament-equipament ul li i {
        color: #3f9511;
    }

.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 div, .opinio-content p {
    font-size: 14px;
}

.opinio-content .rating {
    font-size: 18px;
}

/* NOTÍCIES */

/* .noticies {
    min-height: 30vh;
} */

.noticies .card {
    border: 1px solid rgba(0,0,0,.125);
}
.noticies .card-title {
    font-size: 14px;
}
.noticies .card-text {
    font-size: 14px;
    margin-bottom: 15px;
}
.noticies .blog .dia {
    font-size: 27px;
    color: #6a6a6a;
}
.noticies .blog .mes-any {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7373;
}
.noticies .blog .card-pie {
    width: 100%;
    padding: 20px;
}


/* PAGINA */

.pagina {
    min-height: 30vh;
}

.pagina-actual {
    color: #fdc009;
}

.pagina .resum {
    font-size: 18px;
}

.pagina .gero p {
    font-size: 14px;
}

.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 .gero p {
    font-size: 14px;
}


/* SWIPER */

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-carrusel {
    width: 100%;
    height: 100vh;
}

.swiper-allotjaments-portada {
    padding-left: 45px;
    padding-right: 45px;
}

    .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);
}

.swiper-calendari .swiper-button-next, .swiper-calendari .swiper-button-prev {
    top: 12.2%;
    height: 20px;
}

@media (min-width:576px) {
    .swiper-carrusel {
        height: inherit;
    }
}

.swiper-detall-fotos {
    position: relative;
}

    .swiper-detall-fotos .preu {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px;
        background: rgba(0,0,0,0.4);
        color: #FFF;
        z-index: 2;
    }

.swiper-detall-calendari .swiper-button-next,
.swiper-detall-calendari .swiper-button-prev {
    top: 10%;
    height: 20px;
}


/* Select */

.select-personalitzat {
    position: relative;
}

    .select-personalitzat select {
        display: none;
    }

.select-selected {
    background-color: #FFF;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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: .375rem .75rem;
    ;
    height: calc(1.5em + .75rem + 2px)
}

    .select-selected.select-arrow-active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        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: 9px;
    }

.select-items div {
    color: #555;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent #ccc rgba(0, 0, 0, 0.1) #ccc;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #F9F9F9;
    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;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* CALENDARI */

#ui-datepicker-div {
    z-index: 99999 !important;
}
.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(--azul);
            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 */

@media (min-width: 992px) and (max-width: 1199px) {
    .header-navi ul .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.navbar-light .navbar-toggler {
    border: none;
}

header .show + .header-logo {
    opacity: 0;
}

.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: none;
    border-top-right-radius: none;
}
.btn {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.btn-link {
    color: #072d42;
}

.gero h2 {
    font-size: 22px;
}

.gero h3 {
    font-size: 18px;
}
.btn-outline-secondary {
    color: #000;
    border-color: #000;    
}
.btn-outline-secondary:hover {
    background-color: var(--azul);
    border-color: var(--azul);
    color: #FFF;
}
.btn-dark {
    background-color: var(--azul);
    border-color: var(--azul);
}
.btn-dark:hover {
    background-color: var(--verde);
    border-color: var(--verde);
}
.btn-link.hover, .btn-link:hover, .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-warning {
    color: #FFF;
    background-color: var(--amarillo);
    border-color:  var(--amarillo);
}
.btn-warning:hover {
    color: #FFF;
    background-color: var(--verde);
    border-color:  var(--verde);
}
.btn-outline-dark {
    color: var(--azul);
    border-color: var(--azul);
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--azul);
    border-color: var(--azul);
}
.btn-azul {
    color: #FFF;
    background-color: var(--azul);
    border-color:  var(--azul);
}
.btn-azul:hover {
    color: #FFF;
    background-color: var(--amarillo);
    border-color:  var(--amarillo);
}
.btn-verde {
    color: #FFF;
    background-color: var(--verde);
    border-color:  var(--verde);
}
.btn-verde:hover {
    color: #FFF;
    background-color: var(--amarillo);
    border-color:  var(--amarillo);
}


/* 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: #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;
    }
}

/* 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;
}
.about-us {
    padding-top: 116px;
}
.about-us .logo-fondo {
    position: relative;
    background-image: url(../img/fondo-about-us.svg);
    background-repeat: no-repeat;
    background-position: 140% center;        
}
.about-us .logo-fondo::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
}
.about-us h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    border-bottom: 1px #000 solid;
    padding-bottom: 5px;
    margin-bottom: 40px;

}
.about-us .firma {
    margin-top: 60px;
}
.about-us .firma img {
    max-width: 200px;
}
.about-us .foto {
    height: 250px;
}
.about-us .foto img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media (min-width: 992px) {
    .about-us .foto {
        height: 100vh;
    }
    .about-us .foto img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }    
}
.titulares-secciones {
    color: #FFF;
    background-color: var(--azul); 
    padding: 15px; 
    border-radius: 10px;
    margin-bottom: 16px;
}
.modulos-redonda .bg-azul-claro .contenedor-foto {    
    width: 300px;
    height: 300px;
    margin: 20px auto;
    border-radius: 50%;
    padding: 20px;    
    background-color: #FFF;
}
.modulos-redonda .bg-azul-claro .foto {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modulos-redonda .bg-blanco .contenedor-foto {    
    width: 300px;
    height: 300px;
    margin: 20px auto;
    border-radius: 50%;
    padding: 20px;    
    background-color: var(--azul_claro);
}
.modulos-redonda .bg-blanco .foto {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.oh {
    overflow: hidden;
}
.modulos-redonda h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 25px;    
}
.modulos-redonda .section-1 h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.secciones h2, .secciones .texto {
    text-align: center;
}
@media (min-width: 768px) {
    .secciones section .row {    
        min-height: 200px;
    }
}
@media (min-width: 992px) {
    .modulos-redonda .bg-azul-claro .contenedor-foto {
        position: absolute;
        left: -20%;
        top: 0;
        width: 400px;
        height: 400px;
        margin: unset;
        padding: 40px;
    }
    .modulos-redonda .bg-blanco .contenedor-foto {
        position: absolute;
        right: -20%;
        top: 0;        
        width: 400px;
        height: 400px;
        margin: unset;
        padding: 40px;
    }    
    .secciones section .row {    
        min-height: 300px;
    }
    .secciones h2, .secciones .texto {
        text-align: left;
    }
    .modulos-redonda .section-1 h2 {        
        margin-left: unset;
        margin-right: unset;
    }
}
@media (min-width: 1200px) {
    .modulos-redonda .bg-azul-claro .contenedor-foto {
        width: 450px;
        height: 450px;
    }
    .modulos-redonda .bg-blanco .contenedor-foto {
        width: 450px;
        height: 450px;
    }    
    .secciones section .row {    
        min-height: 350px;
    }    
}
@media (min-width: 1400px) {
    .modulos-redonda .bg-azul-claro .contenedor-foto {
        width: 500px;
        height: 500px;
    }
    .modulos-redonda .bg-blanco .contenedor-foto {
        width: 500px;
        height: 500px;
    }    
    .secciones section .row {    
        min-height: 400px;
    }    
}
@media (min-width: 1500px) {
    .modulos-redonda .bg-azul-claro .contenedor-foto {
        width: 600px;
        height: 600px;
    }
    .modulos-redonda .bg-blanco .contenedor-foto {
        width: 600px;
        height: 600px;
    }    
    .secciones section .row {    
        min-height: 500px;
    }
}
.buscador-pagina {
    margin-top: 120px;
    background-color: var(--verde);
    background-image: url(/assets/img/bg-banner-top.png);
    background-repeat: no-repeat;
    background-position: bottom center;    
}
.buscador-pagina .form-control-sm {
    height: calc(1.5em + .5rem + 8px);
}
.buscador-pagina h2 {
    font-size: 36px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
.buscador-pagina h3 {
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
.buscador-pagina .texto-publicitario {
    color: #FFF;
    font-size: 20px;
    text-align: center;
}
.header-section.complejo {
    padding: 0;
    height: 400px;
}
.header-section.complejo .title-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    position: absolute;
    left: 0;
    bottom: 0;
    height: 142px;
    color: var(--azul);
    text-align: center;
    z-index: 2;
    text-shadow: none;
    font-size: 30px;
    background: rgba(255,255,255,.8);
}
@media (min-width: 992px) {
    .header-section.complejo .title-section {
        top: 116px;
        bottom: unset;
        font-size: 50px;
    }    
}
.allotjament-grid {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 5px;
    text-align: center;
    height: 100%;
}
.allotjament-llistat {
    background-color: #FFF;
}
.listado-alojamientos .titol-dispo {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;    
}
.listado-alojamientos {
    position: relative;
    padding: 0 0 60px 0;
    background: #f0f0f0;
}
.listado-alojamientos .allotjament-wrapper {
    /* margin-top: -70px; */
    margin-top: 48px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.listado-alojamientos .allotjament-wrapper .sidebar {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.allotjament-grid:hover .btn.btn-outline-secondary {
    background-color: var(--azul);
    border-color: var(--azul);
    color: #FFF;
}
.portada-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.portada-text p:nth-child(odd) {
    color: var(--azul);
}
.portada-text p:nth-child(even) {
    color: var(--verde);
    font-weight: 700;
}
.portada-text p:before {
    content: '“';
}
.portada-text p:after {
    content: '”';
}
.foto.sticky-top {
    position: unset;
}
@media (min-width: 992px) {
    .foto.sticky-top {
        position: -webkit-sticky;
        position: sticky;
    }
    .portada-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }    
}