@font-face {
    font-family: "MyriadPro-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://file.urp.edu.pe/file-urp-20240712-034722-221-8256691965a2429b.OTF);
}

.componentKCid6899d3d97be6e {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding-bottom: 50px;
    z-index: 1;
    display: block;
}

.componentKCid6899d3d97be6e .card {
    flex: 0 0 32%;
    box-sizing: border-box;
    box-shadow: 0 5px 5px 0px rgb(0 0 0 / 0.3);
    border-radius: 10px 10px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	scale:0.98;
}

.componentKCid6899d3d97be6e .card .card-image img:hover {
	--color: green;
  	transform: scale(1.5);
	--box-shadow: 0px 0px 15px 5px rgba(41, 221, 29, 0.75);
}


.componentKCid6899d3d97be6e .card-info {
    padding: 20px 40px 20px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.componentKCid6899d3d97be6e .card-title {
    /*font-size: 20px;*/
    /*color: #00db0f;*/
    /*font-family: MyriadPro-Regular;*/
	text-align: left;
	
	overflow: hidden;
	flex-grow: 1; /* Permite que la descripción ocupe el espacio restante */
    text-overflow: ellipsis; /* Recorta el texto si es muy largo */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Número de líneas visibles antes de recortar */
    -webkit-box-orient: vertical;
	/*max-height: 30px;*/
}


.componentKCid6899d3d97be6e .card-separator{
	margin-top: 0px ;
}


.componentKCid6899d3d97be6e .card-description {
	margin-bottom: 30px;
	/*color: black;*/
    /*font-family: MyriadPro-Regular !important;*/
    /*font-size: 22px !important;*/
    line-height: 1.2;
    flex-grow: 1; /* Permite que la descripción ocupe el espacio restante */
    overflow: hidden;
    text-overflow: ellipsis; /* Recorta el texto si es muy largo */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Número de líneas visibles antes de recortar */
    -webkit-box-orient: vertical;
	text-align: left;
	max-height: 72px;
}

.componentKCid6899d3d97be6e .card-link {
    color: #00db0f;
    text-decoration: none;
    font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.componentKCid6899d3d97be6e .card-flecha {
    background: transparent;
    border: none;
    --margin-left: 57%;
    width: 15%;
	position: absolute;
}

.componentKCid6899d3d97be6e .card-link:hover {
    text-decoration: solid;
}

.componentKCid6899d3d97be6e .swiper-pagination {
	font-size: 25px;
    position: relative;
    text-align: center;
    --transition: .3s opacity;
    --transform: translate3d(0, 0, 0);
    z-index: 10;
    --padding-top: 4.5%;
    justify-content: center;
    top: 17px;
	color: #000000c4;
}

.componentKCid6899d3d97be6e .swiper-pagination-current {
    font-weight: bold;
}

.componentKC7-Buttonid6899d3d97be6e {
	z-index: 1;
    display: flex;
	justify-content: center;
	position: relative;
	top: -55px;
}

.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
    background: transparent;
    border: none;
    position: relative;
    padding: 0;
    left: -10%;
}

.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
    background: transparent;
    border: none;
    position: relative;
    padding: 0;
    right: -10%;
}

.swiper-button-next-7::after,
.swiper-button-prev-7::after {
    content: none;
}

@media (max-width: 480px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px 20px 0px 20px;
	}
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 15px 20px 15px 20px;
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 11%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -30%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -30%;
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*max-height: 80px;*/
	}
}

@media (min-width: 481px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px 20px 0px 20px;
	}
	
	margin: 0px 20px 0px 20px;
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 15px 20px 15px 20px;
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 9%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -22%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -22%;
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*max-height: 80px;*/
	}
}

@media (min-width: 600px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px;
	}
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 15px 20px 15px 20px;
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*font-size: 19px !important;*/
	}
	
	.componentKCid6899d3d97be6e .card-title {
		/*font-size: 20px;*/
	}
	
	.componentKCid6899d3d97be6e .card-link {
		font-size: 16px;
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 15%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -20%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -20%;
	}
}

@media (min-width: 768px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px;
	}
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 15px 20px 15px 20px;
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*font-size: 19px !important;*/
	}
	
	.componentKCid6899d3d97be6e .card-title {
		/*font-size: 20px;*/
	}
	
	.componentKCid6899d3d97be6e .card-link {
		font-size: 16px;
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 13%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -15%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -15%;
	}
}

@media (min-width: 1024px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px;
	}
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 20px 30px 20px 30px;
	}
	
	.componentKCid6899d3d97be6e .card-title {
		/*font-size: 20px;*/
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*font-size: 20px !important;*/
		/*max-height: 70px;*/
	}
	
	.componentKCid6899d3d97be6e .card-link {
		font-size: 18px;
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 10%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -12%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -12%;
	}
}

@media (min-width: 1400px) {
	
	.componentKCid6899d3d97be6e .card {
		margin: 0px;
	}
	
	.componentKCid6899d3d97be6e .card-info {
		padding: 20px 30px 20px 30px;
	}
	
	.componentKCid6899d3d97be6e .card-title {
		/*font-size: 20px;*/
	}
	
	.componentKCid6899d3d97be6e .card-description {
		/*font-size: 20px !important;*/
		/*max-height: 70px;*/
	}
	
	.componentKCid6899d3d97be6e .card-flecha {
		left: 80%;
		width: 10%;
	}
	
	.componentKC7-Buttonid6899d3d97be6e #componentKCIzq {
		left: -10%;
	}

	.componentKC7-Buttonid6899d3d97be6e #componentKCDer {
		right: -10%;
	}
}