
/* ESTILOS desarrollo-humano */
body{

	/*background: url('/gestor_pruebas/vistas/img/collegeBackgroundImage_by_FreePik.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.direccionamiento{

	height: 40px;
	padding-top: 10px;

}

#imgempresa{

	width: 70px;

	height: 60px;

}

#item-carrusel{

	background: white;
	margin-top: 10px; 
	height: 600px; 
	width: 1050px;
	border-radius: 20px;

}

#titulo{

	margin-bottom: 10px;

}

.a-text{

	color: black;

}

.a-text:hover{

	color: #000;

}

#lista_carousel{

	display: flex;
	justify-content: center;
	align-items: center;

}
.imagen{
	width: 200px;
	height: 200px;
	border-radius: 30px;
}

#proceso_diciplinario{

	width: 20px;
	height: 20px;
	font-size: 14px;

}

#card-0:hover{
	color: #f1f1f1;
}

#card-0{
	color: #fff;
}

.radiobutton{
	width: 18px;
	height: 18px;
}

/*Puntaje inferior a 50*/
.progess-bar-50 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-50::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-50::-webkit-progress-value { background: #F94144; border-radius: 0px;}
/* firefox */
.progess-bar-50::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}


/*Puntaje entre 50 y 70*/
.progess-bar-69 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-69::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-69::-webkit-progress-value { background: #F3722C; border-radius: 0px;}
/* firefox */
.progess-bar-69::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}


/*Puntaje mayor a 70*/
.progess-bar-70 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-70::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-70::-webkit-progress-value { background: #00A65A; border-radius: 0px;}
/* firefox */
.progess-bar-70::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}

.progess-bar-67 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-67::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-67::-webkit-progress-value { background: #F8961E; border-radius: 0px;}
/* firefox */
.progess-bar-67::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}

.progess-bar-66 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-66::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-66::-webkit-progress-value { background: #F9C74F; border-radius: 0px;}
/* firefox */
.progess-bar-66::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}


.progess-bar-71 { background-color: #f3f3f3; border: 1px; height: 25px; width: 200px; border-radius: 0px; color: #000000;}
/* Safari Chrome */
.progess-bar-71::-webkit-progress-bar { background-color: #f3f3f3; border-radius: 0px;}
.progess-bar-71::-webkit-progress-value { background: #90BE6D; border-radius: 0px;}
/* firefox */
.progess-bar-71::-moz-progress-bar { background: #f3f3f3; border-radius: 0px;}
	



