body {
	background: url('../../assets/img/background.jpg') no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.btn-ees {
	background-color: #e72666cc;
	color: white;
	font-weight: bold;
}
.btn-ees:hover {
	background-color: #e72666;
	color: white;
	font-weight: bold;
}
.txt-rosa {
	color: #e72666;
	font-weight: bold;
}
.header-ees {
	background-color: #434040;;
	color: #e72666;
	font-weight: 900;
}
.modal-custom {
	width: 300px;
}
.modal-content-custom {
	width: 300px;
}
.modal-header-custom {
	background-color: #434040;
	color: #e72666;
}
.list-group-item:hover{
	color: white !important;
	background-color: #e72666 !important;
	text-decoration: none;
}
.list-group-item,a{
	color: black;
	text-decoration: none;
}
.a-li-menu:hover{
	color: white !important;
	text-decoration: none;
}
.card-border {
	border-radius: .8rem .8rem 0 0 !important;
}
th{
	color: #e72666;
}