/* .acreba-rooms {

} */

.room {
    display: grid;
    grid-template-columns: 55% 45%;
    place-items: center;
}

.room-title {
    font-family: "Lora";
    font-size: 18pt;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0.212em;
}

h2.room-title {
    margin-bottom: 0px;
}

a.boton-compra{
    font-weight: 400; 
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.012em;
}


.acreba-image-gallery img{
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: contain;
    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;
}

.title-rooms-2{
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-size: 16pt;
}

.mobile{
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.desktop{
    display: block;
    visibility: visible;
    width: auto;
    height: auto;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.room-text{
    margin-top:30px
}

@media (max-width: 900px) {
    .mobile{
        display: block;
        visibility: visible;
        width: auto;
        height: auto;
    }

    .desktop{
        display: none;
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .room {
        display: flex;
        flex-direction: column;
    }

    .left-column, .right-column {
        padding: 0em;
        width: 100%;
    }
    
}
