.offer__area .single__offer__card.is__flex {
    display: flex;
    align-items: stretch;
    min-height: 310px;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.offer__area .single__offer__card.is__flex > a {
    width: 34%;
    min-width: 34%;
    display: block;
}

.offer__area .single__offer__card.is__flex > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.offer__area .single__offer__card.is__flex .single__offer__card__content {
    width: 66%;
    padding: 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer__area .single__offer__card:not(.is__flex) {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.offer__area .single__offer__card:not(.is__flex) > a img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.offer__area .single__offer__card:not(.is__flex) .single__offer__card__content {
    flex: 1;
    padding: 2.4rem 2.5rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer__area .single__offer__card__content .h4,
.offer__area .single__offer__card__content .h5 {
    display: block;
    margin-bottom: 1.4rem;
    line-height: 1.15;
}

.offer__area .single__offer__card__content .h4 {
    font-size: 2.05rem;
}

.offer__area .single__offer__card__content .h5 {
    font-size: 1.55rem;
}

.offer__area .offer__included {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 2rem;
    margin: 0 0 1.8rem;
    padding: 0;
}

.offer__area .offer__included li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    line-height: 1.55;
    margin: 0;
}

.offer__area .offer__price {
    margin-top: auto;
    line-height: 1;
    font-weight: 400;
}

.offer__area .single__offer__card:not(.is__flex) .offer__price {
    font-size: 3rem;
}

.offer__area .single__offer__card.is__flex .offer__price {
    font-size: 2.35rem;
}

.offer__area .single__offer__card__content {
    background: #111111;
}

.offer__area .single__offer__card__content .offer__price,
.offer__area .single__offer__card__content .h4,
.offer__area .single__offer__card__content .h5 {
    color: #b88a5a;
}

.offer__area .single__offer__card__content .offer__included li,
.offer__area .single__offer__card__content .offer__included li i {
    color: #f4f0ea;
}

@media (max-width: 991.98px) {
    .offer__area .single__offer__card.is__flex {
        flex-direction: column;
        min-height: auto;
    }

    .offer__area .single__offer__card.is__flex > a,
    .offer__area .single__offer__card.is__flex .single__offer__card__content {
        width: 100%;
        min-width: 100%;
    }

    .offer__area .single__offer__card.is__flex > a img {
        height: 260px;
    }

    .offer__area .offer__included {
        grid-template-columns: 1fr;
    }

    .offer__area .single__offer__card:not(.is__flex) > a img {
        height: 280px;
    }
}


#servicios-espacios .section__wrapper {
    align-items: end;
}

#servicios-espacios .section__content__right p {
    max-width: 34rem;
    margin-left: auto;
}

#servicios-espacios .room__slide__box {
    background: #fff;
    overflow: hidden;
}

#servicios-espacios .room__thumbnail img {
    width: 100%;
    height: 36.5rem;
    object-fit: cover;
    display: block;
}

#servicios-espacios .room__content {
    padding: 1.75rem 1.5rem 1.6rem;
}

#servicios-espacios .room__title h5 {
    margin-bottom: 0.85rem;
}

#servicios-espacios .room__content__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin-bottom: 0.85rem;
}

#servicios-espacios .room__content__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

#servicios-espacios .room__highlight {
    color: #a8794b;
    font-size: 1.05rem;
    line-height: 1.45;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    #servicios-espacios .room__thumbnail img {
        height: 28rem;
    }

    #servicios-espacios .section__content__right p {
        max-width: 100%;
        margin-left: 0;
    }
}


.icon-svg {
    width: 90px;
    height: 90px;
    color: #ab8a62; /* verde institucional */
    display: inline-block;
}


.gdprcookie {
    display: none !important;
}


.link_custom {
    color: #d8a378;
    transition: color 0.3s ease;
}

.link_custom:hover {
    color: #1f5535;
}




.contact__map {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.contact__map iframe {
    display: block;
    width: 100%;
    height: 650px;
    border: 0;
}

.contact__info {
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.contact__info__item + .contact__info__item {
    margin-top: 35px;
}

@media (max-width: 991.98px) {
    .contact__map iframe {
        height: 420px;
    }

    .contact__info {
        padding-left: 0;
        margin-top: 10px;
    }
}