[v-cloak] {
    display: none;
}

#app {
    opacity: 0;
    margin-bottom: 75px;
    transition: 300ms;
}

.ad-header {
    padding-top: 2rem;
}

    .ad-header .title {
        font-size: 1.8rem;
    }

    .ad-header .text {
        margin-top: 2.5rem;
    }

.video {
    margin-top: 4.2rem;
}
.video h3 {
    font-size: 1.5rem;
}
.video iframe {
    width: 100% !important;
    min-height: 500px;
}
.location {
    margin-top: 4.2rem;
}

#map {
    width: 100%;
    min-height: 500px;
}

.form-control {
    border: none;
}

input.form-control[type=number] {
    height: auto;    
}

.form-control:active,
.form-control:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background: white;
}

.search-bar {
    position: sticky;
    top: 6rem;
    margin-top: 2rem;
    padding: 0;
    background: #f8f9fb;
}

.search-bar-container {
    position: relative;
}

.search-bar-container-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    transition: 150ms;
}

    .search-bar-container-spinner svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
    }

.spinner-on {
    opacity: 1;
    z-index: 9999;
}

.spinner-off {
    opacity: 0;
    z-index: -1;
}

.search-bar-container-wrapper {
    padding: 1.5rem 1.2rem;
}

.search-bar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

    .search-bar-header h5 {
        font-size: 1.4rem;
    }

    .search-bar-header a {
        color: #333;
        text-decoration: underline;
        transition: 100ms;
    }

        .search-bar-header a:hover {
            text-decoration: none;
        }

.search-bar h6 {
    font-size: 1.05rem;
}

.search-bar .dates,
.search-bar .session,
.search-bar .rates,
.search-bar .details-rate,
.search-bar .supplements,
.search-bar .btn-custom {
    margin-top: 1.3rem;
}
.search-bar select {
    cursor: pointer;
    border: 0;
}
.selection-rates,
.no-disponibility {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: 150ms;
}

    .selection-rates .rates {
        transition: 100ms;
    }

.no-disponibility {
    margin-top: 1rem;
    padding: .5rem;
    color: #a00;
    background-color: rgba(200,0,0,.1);
    border: 1px solid rgba(200,0,0,.2);
    border-radius: 3px;
}

.all-places-selected {
    color: #a00;
}

.rates .rate,
.supplements .supplement-rates {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .2rem;
}

    .rates .rate input,
    .supplement-rates input {
        max-width: 4.5rem;
        ;
        margin-right: .5rem;
    }

.supplements .supplement-headline {
    margin-bottom: .2rem;
}

.details-minimumrate,
.datails-totalprice {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

    .details-minimumrate span,
    .datails-totalprice span {
        font-size: 1.4rem;
    }

.container-btn-booknow {
    overflow: hidden;
    transition: 150ms;
}

.hidden {
    max-height: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    opacity: 0;
    overflow: hidden;
}

.pswp__custom_gallery__count {
    background-color: rgba(207, 174, 139, .95)
}

    .pswp__custom_gallery__count .pswp__custom__gallery__img {
        opacity: .2;
    }

.leaflet-control-attribution.leaflet-control {
    display: none;
}

@media (min-width:768px) and (max-width:991px) {
    .search-bar .dates,
    .search-bar .session,
    .search-bar .rates,
    .search-bar .supplements {
        display: inline-block;
        width: 47% !important;
    }

    .search-bar .session,
    .search-bar .supplements {
        position: absolute;
        right: 1rem;
    }
}

@media (min-width: 768px) and (max-width:1080px) {
    .container, .container-md, .container-sm {
        max-width: 960px;
    }
}