@media (min-width: 1441px) {
    .form-horizontal .getCedula {
        width: 740px;
        margin-right: 0px;
        background-color: #f5f7fa;
        border-radius: 16px;
  }


    #wizardRegButton{
        margin-top: -20px;
        padding-top: 0px;
    }

    .login-sidebar {
        width: 392px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .step-container {
        /* Forzamos a que el ancho deje de ser 1207px */
        width: 100% !important; 
        max-width: 1207px !important; /* Mantenemos el máximo original para Large Desktop */
        
        /* Forzamos a que el alto sea flexible y no fijo en 390px */
        height: auto !important; 
        min-height: 390px !important; 
        
        margin: 0 auto !important;
        display: block !important; /* O 'flex' si necesitas alinear hijos */
        box-sizing: border-box !important;
    }

    #Registro-step2 .sub-step {
              height: auto !important;
        min-height: 0 !important;
    }
    .wrapped-CmbClave{
		display: flex;
		column-gap: 3rem;
		margin-top: 46px;
	}

    /* ==========================================================================
    Msg error: no podemos continuar  
    ========================================================================== */

    .errorWizard {

        display: flex;
        flex-direction: column;
    }

    .ocultar {
        margin: auto;
    }

    .erbtn10{
        margin-left: 44%!important;
        margin-top: -50px;
    }

            /* ==========================================================================
    Sesion cerrada
    ========================================================================== */


    .modal-title {
        padding-top: 80px;
    }

            /* ==========================================================================
    Inicio clave digital
    ========================================================================== */
    .messagesAEM p {
        margin-top: 12px !important;
    }   


    #Registro-step2 .sub-step {
               height: auto !important;
        min-height: 0 !important;
    }

    .claveDigbtn {
        margin-top: -20px;
    }
}
