 /* Conflicto menu desplegable y sticky */
.header.hfixed:not(.editMode .header.hfixed) {
    position: absolute;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
h3.main-title {
    text-align: left;
}
.header .col {
    flex: 1 0 0; 
}
.col {
    flex: 1 0 auto;
}
.room-details-wrapper > .row > .col {
    flex: 0 0 0%;
}
.img-wrapper .price_from {
    color: var(--colorWhite);
}
.more-room-details {
    margin-left: 15px;
}

.room-details-wrapper.is-fixed {
    position: fixed;
    top: 20px;
    right: 0;
    width: 40%;
    z-index: 100;
    padding: 0;
    min-height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-evenly;
}
.room-details-wrapper > .row > .col {
    padding: 0;
}

/* DETALLE HABITACIONES - LANDING */
.swiper p {
    font-weight: 400;
}
.detail-fijo:not(.editMode .detail-fijo){
    position: fixed;
    top: 68px;
    right: 0;
    z-index: 100;
    width: 38%;
}
.services-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    background: var(--colorYellow);
    padding: 20px;
    color: var(--colorBrown);
}

.service-item {
    display: grid;
    grid-template-columns: 1fr 4fr;
    font-size: 1rem;
    align-items: center;
}
.service-item i {
    color: var(--colorBrown);
}

.room-details-wrapper > .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-evenly;
    min-height: 100dvh;
    min-height: 100vh;
}

.room-details-wrapper .title-left.room-details {
    gap: 20px;
}
.lightbox .image {
    width: 100% !important;
}
.more-rooms .text-overlay {
    pointer-events: none;
}
.more-rooms .price_from_container a {
      pointer-events: auto;
}
.more-rooms h3 {
    font-size: 1.75rem;
    line-height: 1.2;
}
/* Bullets Swipper */
.swiper-wrapper {
    padding-bottom: 30px;
}
.room-details-wrapper .swiper p {
    font-size: 1rem;
}
.container-room {
    overflow: hidden;
    max-height: 700px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.container-room-start {
    overflow: hidden;
    max-height: 700px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    h3.main-title, h2.main-title {
        font-size: 2.4rem !important;
    }
}
@media (max-width: 1370px) {
    .room-details-wrapper.is-fixed > .row {
        justify-content: flex-start !important;
    }
    .room-details-wrapper.is-fixed > .row  {
      gap: 10px !important;
    }
    .services-grid{
        gap: 0.2rem;
        padding: 10px;
    }
    .service-item {
        font-size: 0.9rem;
    }
    .room-details-wrapper .title-left.room-details {
        gap: 10px;
    }
    .room-details-wrapper p {
        font-size: 1rem;
    }
    .room-details-wrapper .button-book {
            padding: 0.5rem 2rem;
    }
}
/* Ajustes Tablet */
@media (max-width: 993px) {
    .col-lg-4.col-xl-4.col-xxl-4 {
        width: 100%;
    }
    .lightbox .image:nth-child(n+3) {
        display: none;
    }
    /* Ajustes texto + Swiper detalle */
    .room-details-wrapper > .row {
        gap: 20px;
    }
    .room-details-wrapper > .row {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }
    h3.main-title {
        font-size: 4rem !important;
    }
    .w80.services-grid {
        width: 100%;
    }
    .container-fluid.room-details-wrapper{
        padding-right: 0 ;
        padding-left: 0 ;
    }
    .services-grid {
        gap: 1rem;
        padding: 40px;
    }
    .service-item {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .room-detail > .container-fluid  > .row > [class^="col"] {
        padding-right: 0 ;
        padding-left: 0 ;
    }
    .room-details-wrapper .title-left.room-details {
        gap: 20px;
    }
    /* Ajustes texto + Swiper detalle */
    .room-details-wrapper > .row {
        gap: 20px;
    }
    .room-details-wrapper > .row {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }
    h3.main-title {
        font-size: 2.2rem !important;
        line-height: 2.6rem !important;
    }
    .services-grid{
        grid-template-columns: 1fr;
    }
    .more-room-details {
        margin-left: 0;
    }
    .more-room-details h2{
        font-size: 1.8rem !important;
    }
}
