@font-face {
    font-family: "MyriadPro-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://file.urp.edu.pe/file-urp-20241023-025000-181-7826719536887ea9.otf);
}


.mayorInformacionid6899d3d5d52f6 .custom-title{
	color: #99079e;
}


.componentKCid6899d3d5d52f6 {
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
	--margin: 0px 60px 0px 0px;
}

.componentKCid6899d3d5d52f6 .swiper-slide {
    text-align: center;
    font-size: 18px;
    --background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.componentKCid6899d3d5d52f6 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.componentKCid6899d3d5d52f6 .card {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    --padding: 10px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 10px 10px 10px 40px;
}

.componentKCid6899d3d5d52f6 .card:hover {
    background-color: var(--option-bg-color);
	box-shadow: 0 5px 5px 0px rgb(0 0 0 / 0.3);
}

.componentKCid6899d3d5d52f6 .card-image {
    padding-bottom: 20%;
    border-radius: 12px;
}

.componentKCid6899d3d5d52f6 .card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease-in-out;
}

.componentKCid6899d3d5d52f6 .card:hover img {
    transform: scale(0.95);
	margin-top: -3px;
}

.componentKCid6899d3d5d52f6 .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--option-bg-color);
    color: white;
    padding-bottom: 30%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    font-size: 17px;
}

.componentKCid6899d3d5d52f6 .card:hover .card-content {
    max-height: 60%;
    padding: 0px;
    opacity: 1;
}

.componentKCid6899d3d5d52f6 .card-title {
    margin: 0;
    padding: 10% 0% 0% 0%;
    /*font-weight: unset;*/
    /*font-size: 20px;*/
    /*font-family: MyriadPro-Regular;*/
    color: white;
}

.componentKCid6899d3d5d52f6 .card-description {
    margin: 0;
    padding-top: 30px;
    transition: all 0.5s ease-in-out;
	text-align: center;
    /*font-size: 18px;*/
    /*font-family: MyriadPro-Regular;*/
	opacity: 0;
}

.componentKCid6899d3d5d52f6 .card:hover .card-description {
    opacity: 1;
    padding: 20px 35px 40px 35px;
}

.componentKCid6899d3d5d52f6 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, transform 0.3s;
}

.componentKCid6899d3d5d52f6 .swiper-pagination-bullet-active::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.componentKCid6899d3d5d52f6 .swiper-pagination-bullet-active {
	background: green !important;
	
}

.component4KC-Buttonid6899d3d5d52f6 
.swiper-button-next-4::after,
.swiper-button-prev::after {
    content: none;
}

.component4KC-Buttonid6899d3d5d52f6 #component4KCDer{
	background: transparent;
    border: none;
    position: relative;
    top: -340px;
    right: -82%;
	color:#ccc;
}

.component4KC-Buttonid6899d3d5d52f6 {
        display: none;
    }

.button-animation {
    -webkit-animation: zoomIn 0.4s forwards;
    animation: zoomIn 0.4s forwards;
}

/* MAYOR INFORMACION */

.mayorInformacionid6899d3d5d52f6 .admisionBoton{
	--border-width: 2px;
    border-color: #af00af;
    border-radius: 9px;
    font-size: 27px;
	background: transparent;
	color: #af00af;
	--border: none;
}

.mayorInformacionid6899d3d5d52f6 .admisionBoton:hover{
    background: #af00af;
	color: white;
}

/* Asegura que el texto herede correctamente el color */
.mayorInformacionid6899d3d5d52f6 .admisionBoton .texto_boton_admision {
    color: inherit;
}

@media (min-width: 575px) {
    .component4KC-Buttonid6899d3d5d52f6 {
        display: none;
    }
	
	.componentKCid6899d3d5d52f6 {
		margin: 0;
		padding-bottom:20px;
	}
	
	.componentKCid6899d3d5d52f6 .swiper-pagination {
		position: relative;
		top: 15px !important;
    }
}

@media (min-width: 768px) {
	.component4KC-Buttonid6899d3d5d52f6 {
        display: none;
    }
	
	.componentKCid6899d3d5d52f6 {
		margin: 0;
	}
	
	.componentKCid6899d3d5d52f6 .card{
		width: 75%;
	}
}

@media (min-width: 992px) {
	.component4KC-Buttonid6899d3d5d52f6 {
        display: none;
    }
	
	.componentKCid6899d3d5d52f6 .card{
		width: 100%;
	}
	
}

@media (min-width: 1200px) {
	.componentKCid6899d3d5d52f6 .swiper-pagination {
        display: none;
    }
	
	.component4KC-Buttonid6899d3d5d52f6 {
        display: block;
    }
	
	.component4KC-Buttonid6899d3d5d52f6 #component4KCDer{
		right: -88%;
	}
	
	.componentKCid6899d3d5d52f6 {
		margin: 0px 95px 0px 50px;
	}
}

@media (min-width: 1400px) {
	.componentKCid6899d3d5d52f6 .swiper-pagination {
        display: none;
    }
	
	.component4KC-Buttonid6899d3d5d52f6 #component4KCDer{
		right: -82%;
	}
	
	.component4KC-Buttonid6899d3d5d52f6 {
        display: block;
    }
	
	.componentKCid6899d3d5d52f6 {
		margin: 0px 60px 0px 0px;
	}
}