Matrimonial
Entrada / Noche
****
.rm { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 500px; background: #fff; }
.rm-img-col { position: relative; overflow: hidden; }
.rm-img {
width: 100%; height: 100%; min-height: 500px;
background: url(\'htt...
habitaciones
01
Individual
Entrada / Noche
****
.rm-ind { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 500px; background: #fff; }
.rm-ind .rm-img-col { position: relative; overflow: hidden; }
.rm-ind .rm-img {
width: 100%; height: 100%; min-height: 500px;
ba...
habitaciones
02
Doble
Entrada / Noche
****
.rm-dbl { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 500px; background: #fff; }
.rm-dbl .rm-img-col { position: relative; overflow: hidden; }
.rm-dbl .rm-img {
width: 100%; height: 100%; min-height: 500px;
ba...
habitaciones
03