.debug{border: 1px dashed black}

.botonera-swiper .swiper-slide{ 
	max-width: auto !important;
    cursor: pointer;
	width: auto !important;     /* <- ancho según contenido */
    display: inline-block !important;        /* hace que se ajuste al contenido interno */
    align-items: center;         /* opcional, centra verticalmente */
    white-space: nowrap;         /* evita saltos de línea */
}

.botonera-swiper .swiper-slide a,
.botonera-swiper .swiper-slide span{ 
	display: inline-flex;
		align-items: center;
		justify-content: center;
		
		padding: 8px 12px;        /* altura óptima */
		line-height: 1;           /* evita desajuste vertical */
		font-size: .9rem;         /* tamaño equilibrado */
		font-weight: 400;

		border-radius: 999px;     /* pill */
		border: 1px solid #d5d5d5;
		background: #fff;
		color: #333;

		transition: all .15s ease;
		cursor: pointer;
		user-select: none;
		margin-right: 3px;
		margin-bottom:2px
}
 
 .botonera-swiper .swiper-slide a,
  .botonera-swiper .swiper-slide span{ 
		transform: translateY(1px); 
	}

.tag{
	display: inline-flex; font-size: 0.75rem; line-height: 1rem; gap: 0.5rem; background: #e0f2fe; padding: 4px 20px; color:#0369A1; border-radius: 9999px; font-weight: normal !important; font-family: Poppins-Light;
}

