/* CLUSTER CATEGORIAS */
.clusterhijos {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	gap: 10px;
}

.clusterhijos .child {
	padding: 20px;
	border: 1px solid black;
	border-radius: 10px;
	flex: 1 0 25%;
}

.child img {
	max-width: 100px;
	border-radius: 10px;
	margin-right: 10px;
	float: left;
}

.child .descripcion {
	display: block;
	float: left;
	margin-top: 5px;
	clear: both;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 782px) {
	.clusterhijos {
		flex-direction: column;
	}
}

/* Botones shortcode */
.nc-boton-ficha {
	--nc-btn-bg: #ff7a00;
	--nc-btn-color: #ffffff;
	--nc-btn-padding: 12px 24px;
	width: 100%;
	text-align: center;
	border-radius: 6px;
	background-color: var(--nc-btn-bg);
	color: var(--nc-btn-color);
	padding: var(--nc-btn-padding);
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}

/* Cluster A–Z */
.nc-cluster-abc {
	--nc-letter-bg: #734864;
	--nc-letter-active: #9a5b7d;
	--nc-letter-color: #ffffff;
	--nc-list-bg: #f1f8f8;
}

.nc-cluster-abc .nc-letter-nav {
	text-align: center;
	margin-bottom: 16px;
}

.nc-cluster-abc .nc-letter-toggle {
	background: var(--nc-letter-bg);
	color: var(--nc-letter-color);
	font-weight: 700;
	border: 0;
	padding: 8px 14px;
	border-radius: 4px;
	margin: 4px;
	cursor: pointer;
	transition: background .2s;
}

.nc-cluster-abc .nc-letter-toggle.is-active {
	background: var(--nc-letter-active);
}

.nc-cluster-abc .nc-letter-content {
	width: 100%;
}

.nc-cluster-abc .nc-letter-list {
	display: none;
	padding: 20px;
	background: var(--nc-list-bg);
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-start;
}

.nc-cluster-abc .nc-letter-list.is-open {
	display: flex;
}

.nc-cluster-abc .nc-child {
	flex: 1 1 240px;
	min-width: 200px;
}

.nc-cluster-abc .nc-child img {
	display: block;
	margin: 0 auto 6px;
	border-radius: 4px;
}

.nc-cluster-abc .nc-child a {
	font-weight: 600;
	color: #0066c0;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.nc-cluster-abc .nc-desc {
	font-size: 0.9em;
	color: #555;
	text-align: center;
	display: block;
}

.nc-osm-map {
	width: 100%;
}
