:root {
    --space-between-sections: 64px;
    --neo-container-width: 1600px;

    --main-font-family: Roboto, arial;
    --minor-font-family: Arial, sans-serif;
    --normal-text-font-family: 'EB Garamond';
    --grey-color: #aaa;
    --h1-font-size: 32px;
    --h2-font-size: 28px;
    --p-font-size: 16px;
    --button-font-size: 14px;
    --small-text-font-size: 12px;
}

@media (max-width: 1600px) {
    :root {
        --neo-container-width: 1300px
    }

}

@media (max-width: 1300px) {
    :root {
        --neo-container-width: 900px
    }

}

@media (max-width: 900px) {
    :root {
        --neo-container-width: 100%;
        --space-between-sections: 33px;
    }

}

body {
    font-family: 'EB Garamond';
    line-height: 1.6;
    font-size: 16px;
}

p {
    margin-bottom: 16px;
}

.neo-container {
    max-width: var(--neo-container-width);
    padding: 0 16px;
    margin: 0 auto;
}

.d-none {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

.btn-reservar-mobile {
    display: none;
    width: 100%;
    bottom: -5px;
    background-color: #550000;
    color: white;
    font-size: 16px;
    padding: 24px 0;
    position: sticky;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    z-index: 210;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.1);
}

.header {
    color: #1c1c1c;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
}

/* Franja negra superior */
.black-title .header {
    background-color: #1c1c1c;
    color: #fff;
}

@media (max-width: 1024px) {
    .btn-reservar-mobile {
        display: block;
    }

    /* Home Slider - "Ver más" en posición baja */
    #home-slider .slider_see-more {
        width: 100%;
        position: absolute;
        bottom: 19px;
        left: 0;
        color: white;
        font-size: 14px;
        font-weight: 400;
        z-index: 5;
    }

    /* Inner Slider - "Ver más" posicionado más arriba sobre la imagen */
    #inner-slider .slider_see-more {
        width: 100%;
        position: absolute;
        bottom: 426px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        font-size: 14px;
        font-weight: 400;
        z-index: 5;
    }

    .spa  #inner-slider .slider_see-more {
        bottom: 19px;
    }

    #home-slider .slider_see-more img,
    #inner-slider .slider_see-more img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(343deg) brightness(106%) contrast(106%);
        width: 40px;
        opacity: unset;
    }
}

.link-btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 22px;
    background: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 300;
    border: 1px solid #444;
    width: fit-content;
}

.link-btn.cta {
    background-color: #222;
    border: 0;
    color: white;
    text-align: center;
    font-weight: 500;
    padding: 4px 24px;
}

/* Botón reservar con fondo blanco y texto negro - reutilizable */
.booking-white-btn {
    color: black;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
.title,
.subtitle {
    font-family: var(--main-font-family);
    font-weight: 400;
}

.subtitle {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
.title b,
.subtitle b {
    font-weight: 600;
}

.decorative-background {
    position: relative;
    overflow: hidden;
}

.decorative-background::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    bottom: 120px;
    left: 0;
    background-image: url('/themes/default/images/fondo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.decorative-background--white::after {
    opacity: 4%;
    bottom: 0;
}

@media (max-width: 767px) {
    .decorative-background::after {
        transform: scale(2);
    }
}

.header-sec {
    background-color: #1f1f1f;
    color: white;
    padding: 24px 0;
    text-align: center;
}

.header-sec h1,
.header-sec h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: var(--main-font-family);
    text-transform: uppercase;
}

.header-sec h1:has(+.subtitle),
.header-sec h2:has(+.subtitle),
.header-sec h1:has(+.gallery-block__filters),
.header-sec h2:has(+.gallery-block__filters) {
    margin-bottom: 5px;
}

.header-sec .subtitle {
    font-size: 16px;
    margin: 0;
    color: #ccc;
}

.header-sec--white .header-sec {
    background-color: transparent;
    color: black;
    padding: unset;
    margin-block: 40px;
}

.default-list-sec~.header-sec--white .header-sec {
    padding-top: var(--space-between-sections);
}

.slider_see-more {
    width: max-content;
    margin-inline: auto;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 0 16px;
    font-weight: 200;
    letter-spacing: 1px;
    cursor: pointer;
}

.slider_see-more:hover {
    font-weight: 300;
}

.slider_see-more img {
    width: 16px;
    opacity: 60%;
}

.lb-next {
    background-image: url('/themes/default/images/icons/lb-next.png') !important;
}

.lb-prev {
    background-image: url('/themes/default/images/icons/lb-prev.png') !important;
}

.lb-close {
    background-image: url('/themes/default/images/icons/lb-close.png') !important;
}

.lb-cancel {
    background-image: url('/themes/default/images/icons/lb-loading.gif') !important;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 992px) {
    .default-list-sec~.header-sec--white .header-sec {
        padding-top: unset;
    }

    .link-btn {
        padding-block: 6px;
    }

    .link-btn.cta {
        padding: 7px 24px;
    }

    .header-sec {
        padding-inline: 20px;
    }

    /* Home Slider - "Ver más" en posición baja */
    #home-slider .slider_see-more {
        width: 100%;
        position: absolute;
        bottom: 19px;
        left: 0;
        color: white;
        font-size: 14px;
        font-weight: 400;
        z-index: 5;
    }

    /* Inner Slider - "Ver más" posicionado más arriba sobre la imagen */
    #inner-slider .slider_see-more {
        width: 100%;
        position: absolute;
        bottom: 426px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        font-size: 14px;
        font-weight: 400;
        z-index: 5;
    }

    .spa  #inner-slider .slider_see-more {
        bottom: 19px;
    }

    #home-slider .slider_see-more img,
    #inner-slider .slider_see-more img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(343deg) brightness(106%) contrast(106%);
        width: 40px;
        opacity: unset;
    }

    .arrowLine {
        width: 10px;
        height: 34px;
        position: relative;
        margin-top: 15px;
    }

    /* La línia vertical */
    .arrowLine::before {
        content: "";
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        width: 1.5px;
        height: 38px;
        background: white;
    }

    /* La fletxa cap avall */
    .arrowLine::after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 51%;
        transform: translateX(-50%) rotate(318deg);
        width: 10px;
        height: 10px;
        border-left: 1.6px solid white;
        border-bottom: 1.6px solid white;
    }

    .slider_see-more .line {
        width: 2px;
        height: 32px;
        background: white;
        transform: rotate(0deg);
    }

    body .home-slider__video,
    body .inner-slider__img {
        height: 100vh;
    }
}

@media (min-width: 1300px) {
    .neo-container {
        max-width: unset;
    }
}
