.s-habitacion {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#s-diente-de-leon {
	background-image: url("/img/habitaciones/fondos/1.webp");
}

#s-ojo-de-luna {
	background-image: url("/img/habitaciones/fondos/2.webp");
}

#s-geranio {
	background-image: url("/img/habitaciones/fondos/3.webp");
}

#s-amarela {
	background-image: url("/img/habitaciones/fondos/4.webp");
}

.s-habitacion > p {
	width: 80%;
	font-size: 20px;
	color: var(--blanco);
	text-align: center;
	margin-bottom: 30px;
}

.carousel-habitaciones-content {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.carousel-habitaciones-content img {
	border-radius: 10px;
}

#btn-ver-mas-habitaciones {
	font-size: 18px;
	padding: 8px 40px;
	color: var(--blanco);
	background-color: var(--amarillo);
	border-radius: 10px;
	margin-top: 30px;
}

.card-img-hab {
	width: 300px;
	height: 600px;
}
.card-img-hab img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.content-items-habitaciones {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.content-items-habitaciones > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.content-items-habitaciones > div svg {
	width: 50px;
	fill: var(--blanco);
}

.content-items-habitaciones > div span {
	color: var(--blanco);
	font-size: 18px;
	font-family: "lato-bold";
}

@media screen and (max-width: 1024px) {
	.content-items-habitaciones {
		width: 90%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
	}

	.content-items-habitaciones div {
		width: 100%;
	}

	.content-items-habitaciones > div svg {
		width: 40px;
	}

	.s-habitacion > p {
		width: 100%;
		margin-bottom: 15px;
	}

	#s-diente-de-leon {
		background-color: #f5a01a;
		background-image: none;
	}

	#s-ojo-de-luna {
		background-color: #3a384d;
		background-image: none;
	}

	#s-geranio {
		background-color: #b36c34;
		background-image: none;
	}

	#s-amarela {
		background-color: #d53c2e;
		background-image: none;
	}

	#content-nav-carousel-casa .bnn svg {
		fill: #fff;
		width: 80px;
	}

	.btn-ojo {
		background-color: #3a384d;
	}
}
