/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2024 | 22:24:33 */
.swiper-slide-cfc {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	
}

.arrows {
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding-right: 40px;
}


.arrows svg {
  width: 35px;
}

.arrows .swiper-button {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #1788FF 40%, transparent 0%);
  background-size: 200% 100%;
  border-radius: 5px;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.arrows .swiper-button + .swiper-button {
  margin-left: 16px;
}

.arrows .swiper-button:hover {
  background-color: #1788FF;
  background-position: left bottom;
}
.arrows .swiper-button:hover svg {
  stroke: #fff;
}
.arrows .swiper-prev-button {
  background: linear-gradient(to left, #1788FF 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.3s ease-out;
}
.arrows .swiper-prev svg {
  transform: rotate(-180deg);
}
.arrows .swiper-prev:hover {
  background-position: right bottom;
}

.card{
	width: 100%;
	display: flex;
	flex-direction: column;
	Padding: 0px;
	gap: 4px;
}

.image-card{
	width: 100%;
	height: 250px;
	border-radius: 20px;
	background-repeat: no repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.img-curse1{
	background-image: url("http://nueva.centroinca.com/wp-content/uploads/2024/06/data-information-report-statistics-strategy-concept-350x250-1.jpeg");
}

.img-curse2{
	background-image: url("https://nueva.centroinca.com/wp-content/uploads/2024/06/unnamed-1.png");
}

.img-curse3{
	background-image: url("https://nueva.centroinca.com/wp-content/uploads/2024/06/BANNER-CURSO-POWER-BI-350-x-250.jpeg");
}

.img-curse4{
	background-image: url("https://nueva.centroinca.com/wp-content/uploads/2024/06/unnamed-1.png");
}

.img-curse5{
	background-image: url("https://nueva.centroinca.com/wp-content/uploads/2024/06/developing-programmer-development-website-design-and-coding-technologies1-350x250-1.jpeg");
}
.img-curse1{
	background-image: url("https://nueva.centroinca.com/wp-content/uploads/2024/06/data-information-report-statistics-strategy-concept-350x250-1.jpeg");
}


.etiqueta p{
width: 100px;
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1788FF;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
	margin-top: 10px;
}

.card h5{
	color: #001831;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.swiper-slide{
	display: flex;
	align-items: center;
}

@media screen and (max-width: 760px){
	.image-card{
		height: 80px;
		border-radius: 8px;
	}
	
	.card{
		padding: 0px;
	}
	
	
	.etiqueta p{
		width: 50px;
		padding: 8px 10px;
		font-size: 12px;	
	}
	
	.card h5{
		font-size: 15px;
	}
}

