html,
body {
    font-family: 'roboto', sans-serif !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #F2F2F2 !important;
    color: #192843 !important;
}

.page-container {
    display: flex !important;
    flex-direction: column;
    min-height: 100vh !important;
    position: relative !important;
    padding: 20px;
}

.form-section {
    position: relative !important;
    display: flex !important;
    align-items: start !important;
    justify-content: center !important;
    padding: 20px !important;
    width: 100% !important;
}

.form-container {
    background-color: #FFFFFF !important;
    border-radius: 12px !important;
    padding: 18px 5vw 27px 5vw !important;
    width: 100% !important;
    height: auto !important;
    max-width: 724px !important;
}

.progress-steps {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap;
}

.step-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 -14px !important;
}

.step {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 1px solid #ff7140 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 12px !important;
    transition: background-color 0.3s ease !important;
    margin-bottom: 5px !important;
}

.step.active {
    background-color: #ff7140 !important;
}

.step.completed {
    background-color: #03AB90 !important;
    border-color: #03AB90 !important;
    color: #fff !important;
}

.step.completed::before {
    content: "✔" !important;
}

.step-label {
    font-size: 12px !important;
    color: #666 !important;
}

.step-line {
    flex-grow: 1 !important;
    height: 2px !important;
    background-color: #FF7140 !important;
    margin: 7px 5px !important;
    max-width: 67px !important;
    transition: background-color 0.3s ease !important;
}

.step-line.active {
    background-color: #03AB90 !important;
}

.form-control,
.custom-select {
    font-family: 'roboto', sans-serif !important;
    height: 33px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}

.btn-primary-custom,
.btn-enviar,
.btn-secondary,
.btn-secondary-custom {
    width: 100% !important;
    max-width: 205px !important;
    height: 36px !important;
}

.btn-primary-custom {
    color: #FFFFFF !important;
    background-color: #03AB90 !important;
    border-color: #03AB90 !important;
}

.btn-primary-custom:hover {
    background-color: #008c6f !important;
    border-color: #008c6f !important;
}

.btn-enviar {
    color: #ffffff !important;
    background-color: #03AB90 !important;
    border-color: #03AB90 !important;
}

.btn-enviar:hover {
    background-color: #008c6f !important;
    border-color: #008c6f !important;
}

.btn-secondary,
.btn-secondary-custom {
    color: #192843 !important;
    background-color: #ffffff !important;
    border: 1px solid #192843 !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.help-link {
    color: #ff7140 !important;
    text-decoration: none !important;
}

.help-link:hover {
    text-decoration: underline !important;
}

.form-step {
    display: none !important;
}

.form-step.active {
    display: block !important;
}

h2 {
    text-align: center !important;
}

.required-field {
    color: red !important;
    font-size: 1rem !important;
}

.navbar {
    background-color: #FFFFFF !important;
    height: 120px !important;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.12) !important;
}

.navbar-brand {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.navbar-brand img {
    width: 296px !important;
    max-height: 45px !important;
}

.navbar-nav {
    flex-direction: row !important;
}

.nav-link {
    color: #192843 !important;
}

.nav-link:hover {
    color: #ff7140 !important;
}

.home-register {
    width: 24px !important;
    height: 24px !important;
}

.user-type-btn {
    width: 100% !important;
    max-width: 166px !important;
    height: auto !important;
    aspect-ratio: 1 / 0.7;
    background-color: #FFFFFF !important;
    border-radius: 8px !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 16px !important;
    margin-bottom: 37px !important;
    position: relative !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10) !important;
}

.gap-134 {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 134px !important;
    row-gap: 20px !important;
    justify-content: center !important;
}

.user-type-btn .icon img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
}

.user-type-btn .label {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #333 !important;
}

.user-type-btn .dot-indicator {
    width: 10px !important;
    height: 10px !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
}

.user-type-btn.active .dot-indicator {
    background-color: #28a745 !important;
}

.mt-4 {
    text-align: center !important;
}

.mt-4 button {
    margin: 0 8px !important;
}

.custom-control-label {
    font-family: 'roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
}

.custom-control-input {
    border-radius: 0 !important;
}

.custom-row {
    margin-bottom: 24px !important;
}

.label-custom {
    font-family: 'poppins', sans-serif !important;
    font-size: 14px !important;
}

.small-custom {
    font-family: 'poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}

.small-margin {
    margin-bottom: 26px !important;
}

.custom-a,
.custom-a:hover {
    color: #FF5D00 !important;
    text-decoration: underline !important;
}

.a-custom-ayuda {
    color: #FF5D00 !important;
    font-family: 'roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tooltip-float {
    visibility: hidden;
    background-color: #f57c00;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    margin-top: -23px;
    white-space: normal;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tooltip-container:hover .tooltip-float {
    visibility: visible;
    opacity: 1;
}

.modal-dialog-custom {
    width: 724px !important;
    max-width: 724px !important;
    margin: auto;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .gap-134 {
        column-gap: 50px !important;
    }

    .user-type-btn {
        width: 45% !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 200px !important;
    }

    .background-image {
        display: none !important;
    }

    .form-section {
        padding: 20px !important;
    }

    .user-type-btn {
        width: 100% !important;
    }

    .gap-134 {
        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .form-container {
        padding: 20px !important;
    }

    .step-label {
        font-size: 10px !important;
    }
}

@media (max-width: 480px) {
    .form-container {
        padding: 15px !important;
    }

    .step {
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
    }

    .step-label {
        font-size: 9px !important;
    }

    .btn-primary-custom,
    .btn-enviar,
    .btn-secondary,
    .btn-secondary-custom {
        max-width: 100% !important;
    }
}


/* Modal Personalizado */
.custom-modal-content {
    border-radius: 16px;
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    width: 740px !important;
    max-height: 520px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-modal-text{
    margin-bottom: 76px !important;
    max-width: 634px;

}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #192843;
}

/* Ícono éxito */
.modal-icon.success::before {
    content: "✓";
    display: block;
    font-size: 50px;
    color: #03AB90;
    font-weight: bold;
    line-height: 60px;
}

/* Ícono error */
.modal-icon.error i {
    font-size: 48px;
    color: #ff4d4f;
    margin: 60px auto 20px auto;
    display: block;
    text-align: center;
}

/* Botón "Aceptar" estilo fijo sin hover */
.btn-modal-aceptar {
    width: 150px !important;
    border: 2px solid #00b386 !important;
    background-color: #ffffff !important;
    color: #00b386 !important;
    padding: 10px 24px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-align: center !important;
    margin-bottom: 83px !important;
}

.modal-icon-img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 60px auto 20px auto;
}

input.error,
select.error {
    border: 1px solid red !important;
}

.h6-tittle-custom {
    font-weight: 600;
    margin-bottom: 14px
}

.custom-check {
    color: #FF5D00;
    border: 1px solid #FF5D00;
    border-radius: 50%;
    background: white;
    padding: 2px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    text-align: center;
    line-height: 10px;
    margin-right: 6px;
    display: inline-block;
}