#cuerpo{
    background: url("../img/habitaciones/fondo.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
#cuerpo .container-fluid{
    background-color: rgba(0, 0, 0, 0.7);
    height: 739px;
    padding-top: 60px;
}
.titulo{
    margin-bottom: 25px;
    margin-top: 25px;
}
.ih-item.square{
    margin: 0 auto;
}