.tenant-site {
    background: #faf8f5;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.tenant-site h1,
.tenant-site h2,
.tenant-site h3,
.tenant-site h4,
.tenant-site h5,
.tenant-site h6,
.tenant-site p,
.tenant-site a,
.tenant-site button,
.tenant-site input,
.tenant-site textarea,
.tenant-site select {
    font-family: "Montserrat", Helvetica, sans-serif;
}

.tenant-lang {
    display: flex;
    gap: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: .95;
}

.tenant-lang button {
    min-width: 28px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 999px;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.tenant-lang button.is-active {
    background: #fff;
    color: #1d252d;
}

.tenant-welcome {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .35em;
    flex-wrap: wrap;
}

.tenant-welcome .fa {
    margin: 0 .15em;
}

.tenant-site .animate_hero .slide-animated,
.tenant-site .hero .slide-animated {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.google-translate-element {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.skiptranslate iframe,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-gadget-icon,
.goog-te-balloon-frame,
#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

html,
body {
    top: 0 !important;
    margin-top: 0 !important;
}

body > .skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

.tenant-site #sobre-nosotros .margin_120_95,
.tenant-site #habitaciones.margin_120_95 {
    padding-bottom: clamp(18px, 3vw, 34px);
}

.tenant-site #servicios.margin_120_95 {
    padding-top: clamp(18px, 3vw, 34px);
}

.tenant-site .pic figure,
.tenant-site .pic figure img {
    background: #fff;
}

.tenant-site .comment p {
    margin: 0;
}

.cookie-consent[hidden],
.cookie-preferences-button[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    background: rgba(16, 28, 38, .38);
    font-family: "Montserrat", Helvetica, sans-serif;
}

.cookie-consent__panel {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 20px;
    border: 1px solid #dce2e8;
    border-radius: 8px;
    background: #fff;
    color: #1d252d;
    box-shadow: 0 24px 80px rgba(16, 28, 38, .26);
}

.cookie-consent__eyebrow {
    margin: 0 0 6px;
    color: #aa8350;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cookie-consent h2 {
    margin: 0 0 8px;
    color: #1d252d;
    font-size: 24px;
}

.cookie-consent p {
    margin: 0;
    color: #4d5a66;
    line-height: 1.5;
}

.cookie-consent__links,
.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cookie-consent__links a {
    color: #1d252d;
    font-size: 13px;
    font-weight: 800;
}

.cookie-consent__settings {
    grid-column: 1 / -1;
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #edf1f4;
    border-radius: 8px;
    background: #f8fafc;
}

.cookie-consent__settings label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #4d5a66;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent__settings input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #aa8350;
}

.cookie-consent__settings strong {
    display: block;
    color: #1d252d;
}

.cookie-consent__actions {
    align-content: start;
    justify-content: flex-end;
    margin-top: 0;
}

.cookie-consent__actions button,
.cookie-preferences-button {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    background: #fff;
    color: #1d252d;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.cookie-consent__actions [data-cookie-accept],
.cookie-consent__actions [data-cookie-save] {
    border-color: #aa8350;
    background: #aa8350;
    color: #fff;
}

.cookie-preferences-button {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 99998;
    box-shadow: 0 10px 30px rgba(16, 28, 38, .16);
}

.tenant-flags {
    display: flex;
    gap: 5px;
    font-size: 17px;
    line-height: 1;
}

.tenant-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.tenant-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tenant-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.tenant-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tenant-hero .wrapper {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
    color: #fff;
}

.tenant-kicker {
    display: block;
    margin-bottom: 16px;
    color: #d4ae74;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.tenant-hero h1 {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.tenant-booking {
    width: min(925px, 100%);
    min-height: 64px;
    display: grid;
    grid-template-columns: 1.7fr 1.25fr 1.25fr 155px;
    margin: 12px auto 0;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.tenant-booking label,
.tenant-stepper {
    min-height: 64px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e8e8e8;
}

.tenant-booking label span {
    display: none;
}

.tenant-booking input {
    width: 100%;
    border: 0;
    padding: 0 20px;
    color: #555;
    font: inherit;
}

.tenant-stepper {
    justify-content: center;
    gap: 18px;
    color: #555;
}

.tenant-stepper span {
    font-weight: 600;
}

.tenant-stepper button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #8a7a63;
    font-size: 20px;
}

.tenant-stepper output {
    min-width: 18px;
    color: #333;
}

.tenant-search {
    border: 6px solid #fff;
    background: #515850;
    color: #fff;
    font-weight: 800;
}

.tenant-scroll {
    position: absolute;
    right: 32px;
    bottom: 28px;
    width: 37px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 999px;
}

.tenant-scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    border-radius: 50%;
    background: #fff;
}

.tenant-room-img {
    background-size: cover;
    background-position: center;
}

.room-detail-page .hero h1 {
    color: #fff;
}

.room-detail-page .hero p {
    color: rgba(255, 255, 255, .86);
    font-size: 20px;
}

.room-detail-page .room_facilities_list li {
    min-height: 44px;
}

.room-detail-page .room_facilities_list i {
    color: #aa8350;
}

.room-detail-page .review_card {
    background: #fff;
}

.room-detail-page .tenant-footer a {
    color: rgba(255, 255, 255, .8);
}

.room-detail-page #booking_section .booking_wrapper {
    overflow: visible;
}

.room-detail-booking-wrapper {
    width: 100%;
    max-width: 100%;
    padding: clamp(18px, 3vw, 32px);
}

.room-detail-booking-fields {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(150px, .8fr) minmax(150px, .8fr);
    gap: 12px;
    align-items: start;
    margin-top: 28px;
}

.room-detail-booking-fields .qty-buttons {
    width: 100%;
    min-width: 0;
}

.room-detail-booking-fields .form-control {
    min-width: 0;
}

.room-detail-gallery-section .carousel_item_centered {
    width: calc(100% - 120px);
}

.room-detail-gallery-section .carousel_item_centered .owl-stage-outer,
.room-detail-gallery-section .carousel_item_centered .owl-stage,
.room-detail-gallery-section .carousel_item_centered .owl-item,
.room-detail-gallery-section .carousel_item_centered .item {
    height: clamp(260px, 31vw, 590px);
}

.room-detail-gallery-section .carousel_item_centered .item {
    overflow: hidden;
    border-radius: 10px;
}

.room-detail-gallery-section .carousel_item_centered .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-detail-gallery-section .owl-nav.disabled {
    display: block;
}

.tenant-band {
    padding: 90px 0;
    background: #fff;
}

.tenant-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 34px;
}

.tenant-services article {
    text-align: center;
}

.tenant-services article div {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid #ded5c7;
    border-radius: 50%;
    color: #aa8350;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
}

.tenant-services h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.tenant-services p {
    margin: 0;
    color: #777;
}

.tenant-testimonials {
    padding: 90px 0;
}

@media (max-width: 760px) {
    .cookie-consent__panel {
        grid-template-columns: 1fr;
    }

    .cookie-consent__actions {
        justify-content: stretch;
    }

    .cookie-consent__actions button {
        flex: 1 1 140px;
    }
}

.tenant-testimonials {
    background: #fff;
}

.tenant-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.tenant-testimonial-grid article {
    padding: 28px;
    border: 1px solid #eee6da;
    border-radius: 6px;
    background: #faf8f5;
}

.tenant-testimonial-grid img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
}

.tenant-testimonial-grid h3 {
    margin: 14px 0 10px;
    font-size: 18px;
}

.tenant-testimonial-grid h3 span {
    display: block;
    color: #aa8350;
    font-size: 12px;
}

.tenant-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tenant-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.tenant-contact {
    padding: 90px 0;
    background: #17212b;
    color: #fff;
}

.tenant-contact h2,
.tenant-contact p {
    color: #fff;
}

.tenant-contact-box {
    display: grid;
    gap: 10px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
}

.tenant-contact-box a,
.tenant-contact-box span {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
}

.tenant-footer {
    padding: 28px 0;
    background: #101820;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 860px) {
    .tenant-nav {
        gap: 12px;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 8px 0;
    }

    .tenant-hero {
        min-height: 620px;
    }

    .tenant-kicker {
        letter-spacing: 4px;
    }

    .tenant-booking,
    .tenant-services,
    .tenant-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .tenant-booking {
        margin-top: 18px;
    }

    .tenant-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-detail-page #booking_section {
        width: min(100%, calc(100% - 24px));
    }

    .room-detail-page #booking_section .col-xl-7,
    .room-detail-page #booking_section .col-xl-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .room-detail-booking-fields {
        grid-template-columns: 1fr;
    }

    .room-detail-gallery-section .carousel_item_centered {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
