.shadow-card {
    box-shadow: 10px 15px 35px 5px rgba(0, 0, 0, 0.30);
}


.contenedor-loader{
    display: flex;
    justify-content: center;
    align-items: center;

}
.contenedor-loader img {
    width:  30%;
    height: auto; /* Asegura que la imagen mantenga su relaciÃ³n de aspecto */
}

.card-register {
    padding: 1.5%;
}

.cont-btn {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.buscador {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.con-biopago{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn-buscar {
    width: 50%;
}
.p-2{
    padding: 2%;
}

/* Fondo del login */



.background-login-box {
    background-image: url(../images/fondo-login.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-login{
    background-image: linear-gradient(180deg, #0c4178,#406997);
    color: #fff;
}
.btn-login:hover{
    background-image: linear-gradient(180deg, #052f5c,#1d4c81);
    color: #fff;
}


.bg-alert {
    background-color: #85fac4;
    color: #ffffff;
}

.b-none {
    border: none;
}

.alert-outline {
    outline: 1px solid #000;
}

.confirm {
    color: green;
}

.no-confirm {
    color: red;
}
.icon-button{
    margin-right: 10px;
}

/*         .mensaje_act {
                            opacity: 0;
                            visibility: hidden;
                            transition: opacity 0.5s, visibility 0.5s;
                        }

                        .mensaje_act.show {
                            opacity: 1;
                            visibility: visible;
                        } */

/* .fondo {
    background-color: #F8FBFF;
} */

.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-logo-1 {
    width: 4rem;
    height: 4rem;
}

.img-logo-2 {
    width: 5rem;
    height: 5rem;
}

.left-logo {
    order: 1
}

.main-text {
    margin: auto;
}

.right-logo {
    order: -1;
}

.linear-gradient {
    background-image: linear-gradient(120deg, #033476, #0958C1, #033476);
    color: white;
}

.sub-title {
    background-image: linear-gradient(120deg, #BDD9FF, #DFE9F7, #EEF3F9);
    padding: 0.5rem;
}

.move {
    position: absolute;
    right: 9px;
    top: 73%;
    transform: translateY(-50%);
    background-color: #ECECEC;
    border: 1px solid #ccc;
    width: 10%;
    text-align: center;
    padding: 0.59rem;
}

.fondo-subtitle {
    background-image: linear-gradient(120deg, #BDD9FF, #DFE9F7, #EEF3F9);
    padding-left: 1%;
}

.card-footer{
    background-color: #F8FBFF !important;
}


.trasparente {
    background-color: inherit;

}

.card-login {
    border-radius: 15px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0, 0.25);
    transition: 0.5s;
    overflow: hidden;
    z-index: 1000;
}
.card-body-login{
    padding: 15% 5% 5% 5%;
    /* background-color: #fff;  */
}
.index-position{
    z-index: 1000;
}

.card-login::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #45f3ff 0%, #45f3ff 10%, transparent 10%, transparent 80%, #45f3ff 100%);
    border-radius: 20px;
    animation: animate 2.5s linear infinite;

}

.card-login .difumina {
    position: absolute;
    inset: 5px;
    overflow: hidden;
    border-radius: 15px;
}

.card-login .difumina::before {
    content: '';
    position: absolute;
    inset: 5px;
    background: url(/images/fondo-login.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: blur(10px);

}

.card-login .difumina::after {
    content: '';
    position: absolute;
    inset: 5px;
    background: url(/images/fondo-login.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: blur(15px);

}

.borde-black {

    border-color: rgba(0, 0, 0, .125) !important;

}

.input-box {
    text-decoration: none !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0, 0.15) !important;
    border-radius: 4px;
    font-size: 1em;
    color: #ffffff;
    padding: 8% 2% 8% 2%;
    /* padding: 9px 18px; */
}
.input-box-login {
    text-decoration: none !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0, 0.15) !important;
    border-radius: 4px;
    font-size: 1em;
    color: #000;
    padding: 8% 2% 8% 2%;
    border: none;
    background-color: #e9ecef;
}
.input-box-login:focus{
    text-decoration: none !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0, 0.15) !important;
    border-radius: 4px;
    font-size: 1em;
    color: #000;
    padding: 8% 2% 8% 2%;
    border: none;
    background-color: #e9ecef;
}



@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes animate {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}


.trasparente {
    background-color: inherit;

}

.card-login {
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0, 0.25);
    transition: 0.5s;
    overflow: hidden;
    z-index: 1000;
}
.card-body-login{
    padding: 15% 5% 5% 5%;
}
.index-position{
    z-index: 1000;
}

.card-login::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #45f3ff 0%, #45f3ff 10%, transparent 10%, transparent 80%, #45f3ff 100%);
    border-radius: 20px;
    animation: animate 2.5s linear infinite;

}

.card-login .difumina {
    position: absolute;
    inset: 5px;
    overflow: hidden;
    border-radius: 15px;
}

.card-login .difumina::before {
    content: '';
    position: absolute;
    inset: 5px;
    background: url(/images/fondo-login.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: blur(10px);

}

.card-login .difumina::after {
    content: '';
    position: absolute;
    inset: 5px;
    background: url(/images/fondo-login.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: blur(15px);

}

.borde-black {

    border-color: rgba(0, 0, 0, .125) !important;

}

.input-box {
    text-decoration: none !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0, 0.15) !important;
    border-radius: 4px;
    font-size: 1em;
    color: #ffffff;
    padding: 8% 2% 8% 2%;
    /* padding: 9px 18px; */
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes animate {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}



 /* parametros general */

 .card-title {
    font-size: 1.2rem;
}

.color-plus{
    color: #fff;
    font-size: 1rem
}

.color-plus:hover {
    color: #fff;
    font-size: 1rem;
    transform: rotate(360deg);
    transition-duration: 0.6s;
}

.caja{
    width: 300px;
    background-color: #2E3191;
    color: #fff;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px;
    margin: 10px;
}


.caja:hover{
    width: 300px;
    background-color: #585CDC;
    color: #fff;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    transition: background 0.3s ease-in-out;
    border-radius: .2rem;
    cursor: pointer;
}


.a-btn{
    text-decoration: none;
    color: #fff;
}

.a-btn:hover{
    text-decoration: none;
    color: #fff;
}

.icon{
    font-size: 2.6rem;
    color: #fff;
}

.display-span{
    color: #fff;
    align-self: center;
}

.letter{
    color: #fff;
}



/* botones de la vista de edit */
.sub-title {
    background-image: linear-gradient(120deg, #BDD9FF, #DFE9F7, #EEF3F9);
}

.font-title {
    font-weight: bold;
}

.font {
    font-size: 1rem;
    color: #282828;
    text-decoration: none;
    width: auto;
}

.btn-color-success {
    outline: 2px solid #22B854;
}
.btn-color-success:focus {
    outline: 2px solid #22B854;
}

.btn-color-danger {
    outline:2px solid #941D1D;
}
.btn-color-danger:focus {
    outline: 2px solid #941D1D;
}

.btn-color-green {
    background-color: #22B854;
    color: #fff;
}
.btn-color-green:hover {
    background-color: #22B854;
    color: #fff;
}

.btn-color-red {
    background-color: #CE3E3E;
    color: #fff;
}
.btn-color-red:hover{
    background-color: #CE3E3E;
    color: #fff;
}

.btn-color-blue {
    background-color: #3e32e6;
    color: #fff;
}
.btn-color-blue:hover{
    background-color: #3e32e6;
    color: #fff;
}

.botones-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.margin {
    margin-right: 10px;
}



 /* parametros general */
 .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #193C6D;
}

.color-plus{
    color: #fff;
    font-size: 1rem
}

.color-plus:hover {
    color: #fff;
    font-size: 1rem;
    transform: rotate(360deg);
    transition-duration: 0.6s;
}

.sombra{
    box-shadow: 0.25rem 0.25rem 0.5rem 0.35rem rgba(0,0,0,0.15);
}

.a-btn{
    text-decoration: none;
    color: #fff;
}

.a-btn:hover{
    text-decoration: none;
    color: #fff;
}

.icon{
    font-size: 2.6rem;
    color: #fff;
}

.display-span{
    color: #fff;
    align-self: center;
}

.background{
    background-color: #2E3191;

    /* background-image: linear-gradient(120deg, #033476, #0958C1, #033476); */

}


.letter{
    color: #fff;
}



/* botones de la vista de edit */
.sub-title {
    background-image: linear-gradient(120deg, #BDD9FF, #DFE9F7, #EEF3F9);
}

.font-title {
    font-weight: bold;
}

.font {
    font-size: 1rem;
    color: #282828;
    text-decoration: none;
    width: auto;
}

.btn-color-success {
    outline: 2px solid #22B854;
}
.btn-color-success:focus {
    outline: 2px solid #22B854;
}

.btn-color-danger {
    outline:2px solid #941D1D;
}
.btn-color-danger:focus {
    outline: 2px solid #941D1D;
}

.btn-color-green {
    background-color: #22B854;
    color: #fff;
}
.btn-color-green:hover {
    background-color: #22B854;
    color: #fff;
}

.btn-color-red {
    background-color: #CE3E3E;
    color: #fff;
}
.btn-color-red:hover{
    background-color: #CE3E3E;
    color: #fff;
}

.btn-color-blue {
    background-color: #3e32e6;
    color: #fff;
}
.btn-color-blue:hover{
    background-color: #3e32e6;
    color: #fff;
}

.botones-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.margin {
    margin-right: 10px;
}

.bg-spp {
    background-color: #2E3191;
    color: #fff;
}

.bg-spp i {
    color: #fff !important;
}
.spp-nav .active {
    background-color: #585cdc !important;
    color: #fff;
}

.spp-nav a:hover {
    color: #fff !important;
}

.spp-logo-sidebar {
    height: 90%;
    object-fit: contain;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad segÃºn sea necesario */
}

.bg-grey {
    background-color: #EAEAEA;
}

.text-dark {
    color: #1C1C1C !important;
}

.text-sblue {
    color: #00418B;
}

.bg-sblue {
    background-color: #00418B;
}

.bg-sblue-medium {
    background-color: #193C6D;
}

.bg-sblue:hover {
    background-color: #0553ac;
}


.login-page{
    background: white !important;
}


.login-page,
.register-page,
.background-register {
    /* background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background: rgb(170, 170, 170);

    min-height: 100vh;
    width: 100vw;
    max-width: 100%;
}

.login-page,
.register-page,
.background-register .card {
   background: white !important;
   margin-top: auto !important;
}

/*Se coloca media query para ajustar en pantallas pequenas el fondo y margen superior del contenedor*/
@media (max-width: 1400px) { /* Puedes ajustar el ancho segÃºn lo necesario */
    .card {
      margin-top: auto;
      background: rgb(255, 255, 255) !important;
    }
  }


  .paso3 img {
    margin: 300px !important;
    margin-bottom: -3px !important;
  }


.background-register::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.background-register .container {
    position: relative;
    z-index: 2; /* Asegura que el contenido estÃ© por encima del overlay */
}

.step-indicator {
    display: flex;
    gap: 10px;
}

.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.step.active {
    background-color: var(--primary-color);
    color: white;
}

.form-step {
    display: none;
}

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

.step-indicator-form {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
}

.step-form {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    color: #193C6D;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    opacity: 0.48; /* Default opacity for inactive steps */
}

.step-form.active {
    opacity: 1; /* Full opacity for active steps */
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #193C6D;
    color: white;
}

.step-arrow {
    font-size: 1.2em;
    color: #193C6D;
}

.step-form.completed {
    color: #178963; /* Green color for completed steps */
}

.step-form.completed .step-number {
    background-color: #178963; /* Green background for completed steps */
}

.step-form.completed .step-arrow {
    color: #178963; /* Green arrow for completed steps */
}

.fancy-file {
    display: none;
}

.fancy-file + label {
    display: flex;
}

.fancy-file-name {
    background: white;
    border: 1px solid #3C6F8B;
    color: rgba(23, 23, 23, 0.7);
    font-weight: 600;
}

.maxSizeMessage {
    color: rgba(237, 23, 79, 0.6);
}

.fancy-file-button {
    background: rgba(25, 60, 109, 0.17);
    border: 1px solid #3C6F8B;
    color: #193C6D;
    font-weight: bold;
    white-space: nowrap;
}

.fancy-file-name,
.fancy-file-button {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0.25rem;
}

.contenedor-padre {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.cardNavContainer {
    width: 420px;
    height: 128px;
    margin-bottom: 20px;
    padding-left: 14px;
    background: #8699a83b;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.btnVolver {
    border: 1px solid #193c6d;
    color: #0958c1;
}

.btnVolver:hover {
    border: none;
    color: #ffffff;
    background: #074391;
}

/* Efecto al hacer hover */
.cardNavContainer:hover {
    transform: translateY(-5px);
}

/* Efecto al hacer clic */
.cardNavContainer:active {
    transform: translateY(2px);
    background-color: #d1d1d1;
}

#mensaje {
    text-align: left; /* Alinea el contenido a la izquierda */
    font-size: 14px;
}

.password-requirement {
    display: flex; /* Coloca el checkbox y el texto en una lÃ­nea */
    align-items: center; /* Alinea verticalmente el checkbox con el texto */
    margin-bottom: 10px; /* AÃ±ade un espacio entre cada requerimiento */
    font-weight: 500; /* Estilo consistente para el texto */
}

.password-requirement input[type="checkbox"] {
    margin-right: 15px; /* AÃ±ade espacio entre el checkbox y el texto */
}

.image-container {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.image-container i {
    font-size: 3rem; /* Asegura que el icono mantenga su tamaÃ±o */
}

.image-container img {
    width: 100px;
    height: auto;
}

.contentCard {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 96px; /* Fija la altura del contenedor del tÃ­tulo */
    overflow: hidden;
}

.titleCard {
    font-size: 14px;
    font-weight: 600;
    color: black;
    font-family: 'Hind Madurai', sans-serif;
    /* height: 96px;
    display: flex;
    align-items: center; */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita el texto a 3 lÃ­neas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-container {
    align-self: stretch;
    height: 31px;
    padding-left: 14px;
    padding-right: 14px;
    background: linear-gradient(91deg, #1D3460 0%, #237B9F 100%);
    border-top-left-radius: 14px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    /* Necesario para posicionar el efecto de espejo */
    overflow: hidden;
    /* Esconde el reflejo que sobresale */
}

.button-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* Comienza fuera del botÃ³n */
    width: 150%;
    /* Lo suficientemente ancho para cubrir el botÃ³n */
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* Color blanco semitransparente para el reflejo */
    transform: skewX(-45deg);
    /* Angulo del reflejo */
    transition: none;
    opacity: 0.2;
    /* Hacerlo sutil */
    pointer-events: none;
    /* Evitar que interfiera con el clic */
}

/* Efecto al pasar el cursor */
.button-container:hover::after {
    left: 100%;
    /* Mueve el reflejo de izquierda a derecha */
    transition: left 0.6s ease-in-out;
    /* Movimiento suave */
}


.button-text {
    color: white;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Hind Madurai', sans-serif;
}

.fixed-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
}

.select2 {
    width: 100% !important;
}