.box-register-login {
    padding-left: 4vh;
    padding-right: 5vh;
    min-height: 30VH;
}

.azul{
    color: #202c64;
}
.bold{
    font-weight: bold;
}
.navbar-nav{
    margin-left: 0.5vh;
}
.navbar-toggler{
    margin-left: 1.8vh;
}
body {
    overflow-x: hidde;
}

.cajita {
    padding-bottom: 2vh;
    border-bottom: 2px solid rgba(128, 128, 128, 0.315);
}

.imagenes {
    margin-bottom: 1vh;
    transition: 0.5s;
    border-radius: 5%;
}

.numeroTotal {
    margin-top: 1vh;
}

.hovering {
    transform: scale(1.1);
}

#zona {
    color: #202c64;
    font-weight: bold;
    border: 1px solid white;

}

.zonaWrap {
    display: flex;
    justify-content: center;
}

.cajaPrincipal {

    /*min-height: 55vh;*/
    min-height: 100vh;
    border-radius: 1%;
}

@media (min-width: 701px) {
    .tipoPerfil {
        height: 100px;
        width: 100px;
    }

    .imagenes {
        width: 100px;
        height: 90px;
    }
}

@media (min-width: 992px) {
    .graficoMovil {
        display: none;
    }

    .graficoOrdenador {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .graficoMovil {
        display: flex;
        flex-direction: column;
    }

    .graficoOrdenador {
        display: none;
    }
}

@media (max-width: 700px) {
    .imagenes {
        width: 60px;
        height: 60px;
    }

    .cajaImagen {
        display: flex;
        justify-content: center;
    }
}

#chartOrdenador {
    width: 100%;
    height: 450px !important;
    max-width: 800px
}

.numero {
    color: #202c64;
    font-weight: bold;
}

.cajaDatos {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 
.grafico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cajaImagen {
    display: flex;
    align-items: center;
}

.alinear {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.cajaGrafico {
    display: flex;
    flex-direction: row;
}

.datosAgrupados {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tituloPerfil {
    margin-left: 3vh;
    color: #202c64;
}

#perfiles {
    background-color: rgb(245, 245, 245);
    border: 2px solid rgb(245, 245, 245);
    ;
    font-weight: bold;
    padding: 1vh;

}

.seleccionPerfiles {
    display: flex;
    justify-content: center;
    border: 2px solid transparent;
    border-top: 2px solid #202c64;
    border-bottom: 2px solid #202c64;
    background-color: rgb(245, 245, 245);
    border-radius: 5%;
    color: #202c64;
}
option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

#buscadorAyuda {
    display: none;
}
.offcanvas-header {
    background-color: #202c64;
    color: white;
}

.ayuda {
    color: #202c64;
}


th {
    color: white !important;
    background-color: #202c64 !important;
}

@media(max-width:640px) {
    .cajaCandidatos {
        margin-bottom: 15vh;
    }

    #dataTable_info {
        display: none;
    }
}


#buscadorAyuda {
    display: none;
}

.offcanvas-header {
    background-color: #202c64;
    color: white;
}
imagenAyuda {
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 2px solid red;
    box-shadow: 2px 2px 2px 2px rgb(99, 98, 98);
    border-radius: 7%;
}

option {
    color: black;
}

.caja2 {
    display: flex;
    align-items: center;
    min-height: 15vh;
}
.info {
   
    margin-left: 1vh;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #FDCE03;
    color: #FDCE03;
    border-radius: 50%;
}

.primero {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgb(224, 217, 217);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.botonEvaluaciones {
    padding: 1vh;
    width: 100%;
    background: transparent;
    border: 2px solid #202c64;
    color: #202c64;
    transition: 0.3s;
}

.botonEvaluaciones:hover {
    color: white;
    background-color: #202c64;
}

#seleccionado {
    background-color: #202c64 !important;
    color: white;
}

#selector {
    text-align: center;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 5%;
    color: #202c64;
    font-weight: bold;
    padding: 1vh;

}

#divider {
    margin-left: 2vh;
    margin-bottom: 3vh;
    border-top: 5px solid lightgray;
}

.tituloSEP {
    padding: 1vh;
}

.botonGuardar {
    margin-bottom: 3vh;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-top: 1vh;
    padding-bottom: 1.5vh;
    border: 1px solid #202c64;
    background-color: #202c64;
    color: white;
    text-decoration: none;
    border-radius: 6%;
    transition: 0.3s;
    font-size: 14px;
}

.valoracion {
    padding-left: 2vh;
    margin-bottom: 1vh;
    border-radius: 3%;
    border-bottom: 2px solid transparent;
    display: flex;
    background-color: transparent;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

.valoracion:hover {
    background-color: rgba(211, 211, 211, 0.562);
    border-bottom: 2px solid #202c64;
}

#selector {
    text-align: center;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 5%;
    color: #202c64;
    font-weight: bold;
    padding: 1vh;

}

p {
    font-weight: normal;
}

.valor {
    margin-right: 1vh;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.descripcion {
    display: none;
    font-size: 0.8rem;
    color: rgba(90, 89, 89, 0.445);
    text-align: left;
}
 
@media(max-width:650px) {
    .botonGuardar {
        width: 100%;
    }
}
.botonDisabled {
    padding: 1vh;
    width: 100%;
    color: #202c64;
    transition: 0.3s;
}