#banner-hospedaje {
	background-image: url(/src/img/banner-azul.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: bottom;
}

section.cabecera_pagina {
	margin-top: 90px;
}

h1.titulo_pagina,
h1.titulo_pagina small {
	color: #fff;
}

#s-hospedarse-cards {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px;
	position: relative;
}

#content-carousel-hosp {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}

#s-hospedarse-cards .owl-stage {
	padding: 20px 0px !important;
}
.card-hospedaje {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #02515a;
	border-radius: 30px;
	overflow: hidden;
	transition: ease all 0.2s;
}

.card-hospedaje:hover {
	transform: scale(1.02);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	background-color: #02a796;
}

.card-hospedaje:hover .content-line-card {
	background-color: #02515a;
}

.card-hospedaje img {
	width: 100%;
}
.card-hospedaje > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-line-card {
	width: 100%;
	padding: 2px 0px;
	background-color: #02a796;
}

.content-line-card img {
	width: 100%;
	height: 15px;
}

.card-hospedaje h2 {
	font-size: 35px;
	margin-bottom: 5px;
	font-family: Barcelony;
	color: #fff;
	margin-top: 10px;
}
.card-hospedaje h3 {
	font-size: 22px;
	height: 84px;
	font-family: "Muller Bold";
	color: #fff;
	text-align: center;
	padding: 10px;
}

.card-hospedaje span {
	background-color: #d93232;
	border-radius: 20px;
	font-size: 25px;
	margin-bottom: 10px;
	padding: 1px 15px;
	color: #fff;
	transition: ease all 0.2s;
}

.card-hospedaje span:hover {
	transform: scale(1.02);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.bnn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	background-color: #d93232;
	border-radius: 50%;
}

#bnn-izq {
	left: 10px;
}

#bnn-der {
	right: 10px;
}

#bnn-izq-popup {
	left: 38px;
	z-index: 11;
}

#bnn-der-popup {
	right: 38px;
	z-index: 11;
}

.popup-h.showing {
	display: flex;
}

.popup-h {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup-h .popup-container {
	width: 70%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.popup-h .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #d93232;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}

.popup-h .popup-content {
	width: 100%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius: 20px;
	padding: 30px;
	overflow: auto;
	background-image: url(/src/img/hospedaje/fondo-generico.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.popup-h .popup-content h3 {
	font-size: 30px;
	color: #606060;
	margin-bottom: 20px;
}

.popup-h .popup-content p {
	font-size: 18px;
	color: #606060;
	margin-bottom: 10px;
}

#content-popup-hotel {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#title-popup-hotel {
	font-size: 35px;
	color: #fff;
	background-color: #f28706;
	border-radius: 30px;
	font-family: "Muller Bold";
	padding: 4px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}
#title-popup-hotel svg {
	fill: #fff;
	width: 30px;
}

#info-popup-hotel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#info-popup-hotel-1 {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#description-hotel {
	font-family: "Muller Bold";
	color: #000;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
}

#info-popup-hotel-1 > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}

#info-popup-hotel-1 > div a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#info-popup-hotel-1 > div a img {
	width: 30px;
}
#info-popup-hotel-1 > div a span {
	width: calc(100% - 30px);
	color: #000;
	font-size: 20px;
	font-family: "Muller Bold";
}

#info-popup-hotel-2 {
	width: 45%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-car-pop {
	width: 80%;
}
#carousel-popup-hotel {
	width: 100%;
	display: block;
}
#carousel-popup-hotel img {
	border-radius: 20px;
}

.is-h {
	background-color: #f28706;
}

.text-descrp-ciudad {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.text-descrp-ciudad p {
	width: 80%;
	font-size: 20px;
	color: #4d4d4d;
	text-align: justify;
}

@media screen and (max-width: 1280px) {
	#content-carousel-hosp {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px;
	}

	.card-hospedaje h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.card-hospedaje {
		width: 100%;
	}

	#s-hospedarse-cards {
		padding: 20px;
	}

	.bnn {
		z-index: 11;
	}

	.popup-h .popup-container {
		width: 95%;
	}

	.popup-h .popup-content {
		padding: 15px;
	}

	#title-popup-hotel {
		font-size: 22px;
	}

	.popup-h .popup-container .btn-close-popup {
		right: 0px;
		top: -50px;
	}

	#info-popup-hotel {
		flex-direction: column;
	}

	#info-popup-hotel-1 {
		width: 100%;
	}

	#info-popup-hotel-2 {
		width: 100%;
		margin-top: 20px;
	}

	#info-popup-hotel-1 > div a span {
		font-size: 17px;
	}

	#bnn-der-popup {
		right: -6px;
	}
	#bnn-izq-popup {
		left: -6px;
	}

	#content-carousel-hosp {
		grid-template-columns: 1fr;
	}

	#title-popup-hotel {
		font-size: 20px !important;
	}
}
