/* INFORMACIÓN HABITACIÓN */
.title h1,
.title h2 {
    text-align: center;
}

.title h1.main {
    font-size: 54px;
    line-height: 64px;
    padding: 60px 0 40px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 auto;
}

.title h1.main:after {
    content: "";
    display: block;
    height: 1ex;
    width: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #231f20;
}

.title h2.subtitle {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 40px;
}

.title > .description {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.title > .description > p {
    width: 80%;
    text-align: justify;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.room-content .slider {
    height: 480px;
    margin-bottom: 48px;
}

.imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 3% 0;
}

.imagenes img {
    width: 25%;
    padding: 2%;
}

/* MEDIA QUERY */
@media screen and (min-width: 320px) and (max-width: 767px) {
}
