.hotel-room section {
    margin-bottom: 30px;
}

.hotel-room__intro {

    text-align: center;

}

.hotel-room__title {

    font-size: 54px;

    line-height: 1.15;

    margin: 10px 0 30px;

}

.hotel-room__tagline {

    text-transform: uppercase;

    letter-spacing: .25em;

    font-size: 13px;

    color: #9a8767;

}

.hotel-room__description {

    max-width: 720px;

    margin: 30px auto 0;

    font-size: 18px;

    line-height: 1.9;

    color: #5d5d5d;

}

.hotel-room .wpb_content_element {

    margin-bottom: 0px !important;
}

/* SLIDER */

.hotel-room-gallery {
    --swiper-theme-color: #666;
}

.hotel-room-slider {

    width: 100%;
}

.hotel-room-gallery {

    width: 100%;

    height: 700px;

}

.hotel-room-slider__image {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}

.hotel-room-gallery .swiper-slide {

    height: 700px;

}

.hotel-room-gallery .swiper-button-prev,
.hotel-room-gallery .swiper-button-next {
    width: 42px;
    height: 42px;

    background: #fff;

    border-radius: 50%;

    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);

    transition: all .25s ease;
}

.hotel-room-gallery .swiper-button-prev:hover,
.hotel-room-gallery .swiper-button-next:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.hotel-room-gallery .swiper-button-prev::after,
.hotel-room-gallery .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.hotel-room-gallery .swiper-navigation-icon {
    width: 15px;
    height: 15px;
}


/* COMODIDADES */

.hotel-room-services {
    margin-top: 60px;
}

.hotel-room-services__title {
    margin-bottom: 25px;
}

.hotel-room-services__grid {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 15px 40px;

}

.hotel-room-services__item {

    display: flex;

    align-items: center;

    gap: 12px;

}

.hotel-room-services__icon {

    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: #f3ede2;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #4caf50;

    flex-shrink: 0;

}

.hotel-room-services__text {

    font-size: 16px;

    color: #333;

}

@media (max-width: 767px) {

    .hotel-room-services__grid {

        grid-template-columns: 1fr;

    }

}

/* FEATURES */
.hotel-room-features {

    margin: 50px 0;

    padding: 30px 0;

    border-top: 1px solid rgb(223 214 197);
    border-bottom: 1px solid rgb(223 214 197);

}

.hotel-room-features__grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}

.hotel-room-features__item {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.hotel-room-features__label {

    display: flex;

    align-items: center;

    gap: 8px;

    text-transform: uppercase;

    letter-spacing: .18em;

    font-size: 14px;

    color: #888;

    margin-bottom: 8px;

}

.hotel-room-features__label svg {

    width: 18px;
    height: 18px;

    color: #888;

    flex-shrink: 0;

}

.hotel-room-features__value {

    font-size: 18px;

    font-weight: 600;

    color: #222;

}

@media (max-width:768px) {

    .hotel-room-features__grid {

        grid-template-columns: 1fr;

        gap: 20px;

    }

}

/* FORM */
.hotel-booking {

    margin-top: 70px;

    padding: 40px;

    border: 1px solid #ececec;

    border-radius: 16px;

    background: rgb(250, 250, 250, .5);

}

.hotel-booking__title {

    margin-bottom: 8px;

}

.hotel-booking__description {

    color: #777;

    margin-bottom: 30px;

}

.hotel-booking__grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

}

.hotel-booking__field {

    display: flex;

    flex-direction: column;

    margin-bottom: 20px;

}

.hotel-booking__field label {

    font-size: 14px;

    margin-bottom: 8px;

    color: #666;

}

.hotel-booking__field input {

    height: 48px;

    border: 1px solid #ddd;

    border-radius: 10px;

    padding: 0 15px;

}

.hotel-booking__button {

    width: 100%;

    height: 58px;

    border: none !important;

    border-radius: 999px !important;

    cursor: pointer !important;

    font-weight: 600 !important;

    background: #b86a43 !important;

    color: #fff !important;

}

.hotel-booking__button:hover {
    background: #7B4A24 !important;
}






@media(max-width:768px) {

    .hotel-booking__grid {

        grid-template-columns: 1fr;

    }

    .wd-tools-element>a {
        color: white !important;
    }

}