/* .acreba-rooms {

} */

.room {
    display: grid;
    grid-template-columns: 55% 45%;
    /* height: 405px; */
    place-items: center;
}

.room-title {
    font-family: "Lora";
    font-size: 18pt;
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0.212em;
}
a.boton-compra{    font-weight: 400; font-family: 'Lora', sans-serif;font-size: 16px;line-height: 27px;letter-spacing: 0.012em;}

/* .left-column {
    
} */

.acreba-image-gallery img{
    width: 100%;
    height: 100%;
    max-height: 405px;
    object-fit: contain; /* Esto asegura que las imágenes cubran el contenedor sin cambiar su relación de aspecto */
    object-position: center;
    border-radius: 8px;
}

.acreba-image-gallery > .slick-list {
    height: 100%;
    max-height: 405px;
}

.acreba-room-content, .room-text {
    font-family: "Arimo";
}

.room-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
    letter-spacing: 0.012em;
}


.left-column, .right-column {
    padding: 0 1.5em;
    width: 100%;
}

.acreba-room-content {
    font-size: 14px;
    white-space: normal;
    line-height: 2em;
}

.acreba-room-content > ul > li {
    list-style-type: disc;
}


@media (max-width: 900px) {
    .room {
        display: flex;
        flex-direction: column;
    }
    .left-column, .right-column {
        padding: 0em;
        width: 100%;
    }
    
}

@media (max-width: 768px) {

}

/* @media (max-width: 422px) {

} */