@media (max-width: 640px) {
    /* Forzamos el header del wizard a scroll horizontal */
    .fi-fo-wizard-header {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        white-space: nowrap;
        gap: 0.5rem !important;
        scroll-snap-type: x mandatory;
        padding: 0.5rem;
    }

    .fi-fo-wizard-header-step {
        flex-shrink: 0;
        min-width: 70px;
        scroll-snap-align: center;

    }

    .fi-fo-wizard-header-step-button {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0.5rem !important;
        gap: 0.25rem;
    }

    .fi-fo-wizard-header-step-icon-ctn {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .fi-fo-wizard-header-step-label {
        font-size: 0.75rem !important;
        text-align: center;
        white-space: normal;
    }

    /* Oculta separador de paso (la línea curva) en mobile */
    .fi-fo-wizard-header-step-separator {
        display: none !important;
    }

}


.bc-border{
    border: 2px solid #edb3b3 !important;
}
.bc-checkbox-list input[type="checkbox"] {
    border: 2px solid #edb3b3 !important;
    border-radius: 4px;
}
.bc-checkbox-list input[type="radio"] {
    border: 2px solid #edb3b3 !important;
    border-radius: 4px;
}
.h-36{
    width: 100%;
    height: 40vh;
    max-height: 400px;
}

