:root {
    --button-green: #1d915b;
    --button-red: #C40C0C;
    --main-color: #ffc107;
    --secondary-color: #2F3645;
}

body{
    min-height: 80dvh;
    background-color: #EEEDEB;
}

.fa-solid{
    color: var(--main-color);
    
}

.denied-conte{
    height: calc(100dvh - 94px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.denied-hij{
    font-weight: 700;
    max-width: 500px;
    display: flex;
    text-align: center;
}

a {
    color: black;
    font-size: large;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: var(--main-color);
    text-decoration: none;
    
}

a:active {
    color: grey;
}

h1 {
    margin: 0;
}

/*Inicio estilos de los campos de los aspirantes*/
#campos-asp,
.input-asp{
    padding-right: 0px;
}
/*Final estilos de los campos de los aspirantes*/

.check-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Inicio de estilos de tablas*/
.adjust-width {
    white-space: nowrap;
    width: 1%;
}
/*Fin de estilos de tablas*/