@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);
}

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

.componentKCid689a1f7d2a7c4 .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;
}

.componentKCid689a1f7d2a7c4 .card:hover {
	transform: scale(1.05); /* Aumenta ligeramente el tamaño */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); /* Agrega una sombra */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
}

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

.componentKCid689a1f7d2a7c4 .card-title {
    font-size: 20px;
    color: #00db0f;
    /*font-family: MyriadPro-Regular;*/
	text-align: left;
	line-height: 1;
	margin-bottom: 15px;
}

.componentKCid689a1f7d2a7c4 .card-separator{
	margin-top: 5px ;
}

.componentKCid689a1f7d2a7c4 .card-description {
	margin-bottom: 20px;
	color: black;
    /*font-family: MyriadPro-Regular !important;*/
    font-size: 22px !important;
    line-height: 1.2;
	
	--max-height: 70px;
}

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

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

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

.componentKCid689a1f7d2a7c4 .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;
}

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

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

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

.componentKC7-Buttonid689a1f7d2a7c4 #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) {
	
	.componentKCid689a1f7d2a7c4 .card {
		margin: 0px 20px 0px 20px;
	}
	
	.componentKCid689a1f7d2a7c4 .card-info {
		padding: 15px 20px 15px 20px;
	}
	
	.componentKCid689a1f7d2a7c4 .card-flecha {
		left: 80%;
		width: 11%;
	}
	
	.componentKC7-Buttonid689a1f7d2a7c4 #componentKCIzq {
		left: -30%;
	}

	.componentKC7-Buttonid689a1f7d2a7c4 #componentKCDer {
		right: -30%;
	}
	
	.componentKCid689a1f7d2a7c4 .card-description {
		--max-height: 80px;
	}
}

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

	.componentKC7-Buttonid689a1f7d2a7c4 #componentKCDer {
		right: -22%;
	}
	
	.componentKCid689a1f7d2a7c4 .card-description {
		--max-height: 80px;
	}
}

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

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

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

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

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

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

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

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