.modalSIS {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.modalSIS.active {
    visibility: visible;
}

.popup {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 1rem;
    width: 50%;
}

.headmodal {
    display: flex;
    justify-content: space-between;
    h3 {
        display: flex;
        justify-content: center;
        font-size: 2rem;
        color: #FBB24A;
        text-shadow: 1px 1px #690000;
    }
}

#frmadministrar .infotitulo  {
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    user-select: none;
}

#tittle {
    flex: 90% 0;
    h3 {
        display: flex;
        justify-content: center;
        font-size: 2rem;
    }
}

#btnsalirmodal {
    flex: 0 10%;
    height: fit-content;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    h3 {
        display: flex;
        justify-content: center;
        font-size: 2rem;
        color: #FFFFFF;
    }
}

#continfocentral {
    margin: 1rem 0 1rem 0;
}

hr {
    width: 100%;
    margin: 1rem 0;
}

.contformmid, .contformfull {
    display: flex;
    align-items: center;
    justify-content: space-between;
    input {
        background-color: #f0f0f0;
        margin: 0;
    }
}

.contformmid p, .contformfull p {
    width: 50%;
    text-align: center;
}

.contformfull p {
    width: 18%;
}

.contformmid input {
    width: 50%;
}

.contformfull input {
    width: 100%;
}

.botonera {
    display: flex;
    justify-content: space-around;
}

.myBntModal {
    display: inline-block;
    color: #ffffff;
    width: 30%;
    height: fit-content;
    font-family: 'VolkswagenBold';
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 0px -1px 0px #5b6178;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
}

.myBntModal {
    padding: 4px 20px;
}

.myBntModal:active {
    position: relative;
    top: 2px;
}

.myBntModal:hover {
    text-decoration: underline;
}

#btnModalUpdate {
    width: 100%;
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    border: 1px solid #057fd0;
}

#btnModalUpdate:hover {
    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    background-color: #019ad2;
}

#btnActualizarRecurso, #btnGuardarRecurso {
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color: #44c767;
    border: 1px solid #18ab29;
}

#btnActualizarRecurso:hover, #btnGuardarRecurso:hover {
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    background-color: #5cbf2a;
}

#btnsalirmodal, #btnEliminarRecurso {
    background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    background-color: #fe1a00;
    border: 1px solid #d83526;
}

#btnsalirmodal:hover, #btnEliminarRecurso:hover {
    background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
    background-color: #ce0100;
}

#nuevorecurso {
    display: flex;
    justify-content: end;
}

#btnModalCreate {
    width: 12rem;
    height: auto;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border: 1px solid #ffaa22;
    text-shadow: 0px 1px 0px #ffee66;
    color: #000000;
}

#btnModalCreate:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color: #ffab23;
}
