.navbar{
	background: #2c3e50!important;
	height: 104px;
}
body{
	background: #3976b9;
}
.table,thead{
	background: transparent!important;
}
.mytable{
	width: 75%;
	margin: auto;
}
.footer{
	background:#2c3e50 ;
}
.content-footer{
	max-width: 980px;
}
.copyrigth{
	background: #1a252f;
}
.mybtb{
	width: 79px;
	height: 40px;
	background:#3976B9!important;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0;
	color: #FFF;
	gap: 4px;
	border-radius: 5px;
	font-size: 12px;
	display: none;
}
.step{
	height: 40px;
	width: 40px;
	color: #FFF;
	z-index: 9999;
	text-align: center;
	line-height: 40px;
	background:#1a252f ;
	border-radius: 40px;
}
.line{
	height: 4px;
	width: 100%;
	background:#1a252f;
}
.falta{
	right: 0;
	background: #dadada;
}
.line,.step{
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.steps{
	height: 40px;
}
.checkeado{
	background: #1a252f!important;
}
@media (max-width:567px){
	.navbar-brand{
		font-size: 16px!important;
	}
	.navbar{
		height: 72px;
	}
	.mybtb{
		display: flex;
	}
}