@import url('https://fonts.googleapis.com/css?family=Gayathri:700&display=swap');
.letra{
	color: white;
	font-family: 'Gayathri', sans-serif;
	text-transform: none;
	
	font-size: 17px;
	

}
.boton-empleado{
	color:white;  
	background:#038FC7; 
	cursor: pointer;
	height: 40px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.boton-empleado:hover{
	background-color:#21B7EC;
}
.card-header1 {
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}