.footer.candidato{
    display:flex !important;
    flex-direction: row; 
    width: 100%; 
    justify-content: center; 
    align-items: center;
    position:relative !important;

  
}

.footer.candidato .container{
    display:flex;
    flex-direction: row; 
    width: 100%; 
    justify-content: center; 
    align-items: center;
}


.main-container{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}

.nav-item {
    cursor: pointer;
    padding: 1vh;
}

.cajaLogo{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

a .salle, .job{
    font-size: 60px;
}

.select-menu .select-btn{
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.options{
    background-color: rgba(255, 255, 255, 0.8) !important;
}

#cajaDatos{
    width:100%;
}

.select-menu{
    margin-right:20px;
}

.table .thead-dark th {
    color: #fff;
    background: linear-gradient(to right, #4b505600, #343a40, #4b505600);
    border-color: #454d55;
    border-radius: 8px;
    padding: 12px;
    border:none;
}

.capcha{
    width:200px !important;
}

textarea.form-control{
    min-height:100px;
}