/* Home */
.carousel-burbuja .carousel-control-prev {
    left: -18px;
}
.carousel-burbuja .carousel-control-next {
    right: -18px;
}
.card-estancias-home .card-body h3 {
    margin-bottom: .75rem;
}
.card-estancias-home .card-body {
    min-height: 160px;
    padding: 15px 10px 10px 0px !important;
}
/* Estilos de cards tipo burbuja (similar a la referencia) */
.titulo-parrafo {
    padding: 30px 120px 20px 120px;
}
.card-estancias-golf {
	border: 1px solid #e6ebf1;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(20, 30, 50, 0.12);
	overflow: hidden;
	background: #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-estancias-golf:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(20, 30, 50, 0.16);
}

.card-estancias-golf img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}
.subcontenedor-final .imagen-subcontenedor {
    width: 90%;
    height: 200px;
	object-fit: cover;
	border-radius: 12px;
}
.card-estancias-golf .card-body {
	padding: 18px 20px 10px 20px;
}
.card-estancias-golf .card-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a1f2b;
	margin-bottom: 6px;
}
.card-estancias-golf .localizacion {
	font-size: 15px;
	color: #6b7480;
	margin-bottom: 10px;
}
.card-estancias-golf .localizacion i {
	margin-right: 5px; 
	color:#9aa3af;
}
.card-estancias-golf .card-text {
	color: #4b5563;
	line-height: 1.55;
	margin-bottom: 0;
}
.card-estancias-golf .hotel {
	align-items: center;
	padding: 0;
	margin-bottom: 6px;
}
.card-estancias-golf .estrellas {
	color: #f5b100;
	font-size: 14px;
	text-align: left;
}
.card-estancias-golf .reservar {
	border-top: 1px solid #eef2f6;
	padding: 8px 16px 10px 40px;
	align-items: center;
	background: #f9fbfd;
}
.card-estancias-golf .precio-golf {
	font-size: 14px;
	color: #6b7480;
	padding: 0;
}
.card-estancias-golf .precio-golf strong {
	font-size: 20px;
	color: #1a1f2b;
	font-weight: 700;
}
.card-estancias-golf .btn {
	border-radius: 999px;
	background: linear-gradient(180deg, #3aa0ff 0%, #2476ff 100%);
	color: #ffffff;
	font-weight: 700;
	padding: 10px 16px;
	border: none;
	box-shadow: 0 8px 16px rgba(36, 118, 255, 0.25);
	float: right;
    margin-right: 20px;
}
.card-estancias-golf .btn:hover {
	background: linear-gradient(180deg, #2f94ff 0%, #1f66e5 100%);
	color: #ffffff;
	text-decoration: none;
}

/* Texto enmascarado + leer más */
.card-estancias-golf .card-text {
	position: relative;
	line-height: 1.6;
	transition: max-height 0.35s ease;
}
.card-estancias-golf .card-text.is-collapsed {
	max-height: calc(1.6em * 4);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.card-estancias-golf .card-text.is-collapsed::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%);
	z-index: 1;
	pointer-events: none;
}

.card-estancias-golf .card-text.is-expanded {
	max-height: 1200px;
}

.card-estancias-golf .read-more {
	color: #9aa3af;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.card-estancias-golf .read-more::after {
	content: " \f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.85em;
	margin-left: 6px;
}

.card-estancias-golf .card-text.is-collapsed .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ffffff;
	padding-left: 10px;
	z-index: 2;
}

.card-estancias-golf .card-text.is-expanded .read-more {
	position: static;
	background: transparent;
	padding-left: 0;
	margin-left: 6px;
}

@media only screen and (max-width: 768px) {
    .titulo-parrafo {
        padding: 0px 0px 0px 0px;
    }
	.card-estancias-golf img {
		height: 200px;
	}
	.card-estancias-golf .card-title {
		font-size: 20px;
	}
	.card-estancias-golf .precio-golf strong {
		font-size: 18px;
	}
	.card-estancias-golf .btn {
		margin-right: 10px;
	}
}
