.select-main{
    @apply flex flex-col mb-4;
}

.select-main .label{
    @apply font-main text-size-small-heading leading-normal text-accent mb-2;
}

.select-main .selected-input{
    @apply text-accent font-main text-parrafo rounded h-12 appearance-none py-2 pl-4 pr-10 border border-accent w-full;
}