.btn-segmento {
    @apply px-6 py-3 text-sm font-medium border focus:z-10 focus:ring-2 focus:ring-indigo-500 focus:text-indigo-700 bg-white text-gray-900 border-gray-200 hover:bg-gray-100;
}
.btn-segmento:first-child { @apply rounded-s-lg; }
.btn-segmento:last-child { @apply rounded-e-lg; }
.btn-segmento.active { @apply bg-indigo-50 text-indigo-700 border-indigo-300; }