.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}
.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
	width: 70px;
	height: 70px;
	margin-bottom: 6%;
	background: white;
	border: 2px solid #ccc;
	color: #ccc;
	z-index: 10;
}
@media (max-width: 576px) {
	.wizard .nav-tabs .nav-item .nav-link {
		width: 40px!important;
		height: 40px!important;
	}
	.btn-operaciones > img{
		width: 40px!important;
	  }
	  .swiper-slide h5{
		font-size: 10px!important;
	  }
	  .swiper-button-next , .swiper-button-prev{
		display: none!important;
	  }
	  .swiper-wrapper{
		padding: 0px!important;	
	  }
	  .col-tms{
		height: 350px!important;
	  }
  }
.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fff;
	/* border: 2px solid #0dcaf0; */
}

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.custom-ul-grp li::marker{
	color: #ffffff!important;
}

.custom-ul-grp li{
	color: #ffffff!important;
	font-weight: 200;
}

.bg-st1{
	background-image: url(../img/servicios/bg_contabilidad.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}
.bg-st2{
	background-image: url(../img/servicios/bg_tesoreria.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}
.bg-st3{
	background-image: url(../img/servicios/bg_compras.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}
.bg-st4{
	background-image: url(../img/servicios/bg_activos.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}
.bg-st5{
	background-image: url(../img/servicios/bg_ventas.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}

.bg-st6{
	background-image: url(../img/servicios/bg_patrimonio.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 420px; */
}

#casos-exito{
	background-color: #F5F7FA;
}

.fw-700{
	font-weight: 700;
}
.bg-clientes{
	background-image: url(../img/bgclientes.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 400px; */
}

.btn-flechas{
	border: 1px solid white;
    width: 40px!important;
    height: 40px!important;;
    border-radius: 4px;
}

.swiper-button-next::after, .swiper-button-prev::after{
	content: ""!important;
}

.btn-enviar{
	background-color: #ffffff;
	font-family: Inter;
	padding: 1rem 1.5rem;
	letter-spacing: 0.68px;
	/* border: 1px solid #000000!important; */
	color: black;
	font-weight: bold;
	box-shadow: 0px 3px 6px #00000029;

}