.bkg-c {
	background-color: #f1f1f1;
}

.img-products {
	background-image: url('../../images/products/backgraund-products.png');
	background-size: cover;
	color: #ffffff;
	text-align: center;
	padding: 100px 0;
	align-items: center;
	align-content: center;
}


.text-welcome {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}

.btn-custom {
	width: 100%;
	background-color: #1E5E2F;
	color: #FFF;
}

/* Estilos para los iconos en las cards */
.card-icon {
	background: linear-gradient(91.29deg, #049F4B 18.03%, #3ECE1A 115.88%);
	box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	padding: 10px;
	font-size: 24px;
	/* Ajustar el tamaño del icono según sea necesario */
	margin-right: 10px;
	/* Ajustar el espacio entre el icono y el título */
}

.card-icon:hover {
	box-shadow: 0 0 20px rgba(0, 255, 0, 1);
}

.container-title {
	justify-content: center;
	text-align: center;
	align-content: center;
}

.text-welcome {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}

.title-kastek {
	font-weight: 700;
	font-size: 36px;
	color: #12582A;
}

.subtile-kastek {
	font-weight: 500;
	font-size: 24px;
}

/* Card */
.color-color {
	background-color: #1E5E2F;
	min-height: 10px;
}
.card-body {
	min-height: 180px;
	overflow: auto;
}