@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

/*Para el título*/
@font-face {
    font-family: "Mont Regular";
    font-style: normal;
    src: url(https://file.urp.edu.pe/file-urp-20240722-114427-181-272669e8c6b1af6f.ttf) format("truetype");
}

.classMontRegular {
    font-family: "Mont Regular";
}

/*Para la palabra Alumnos*/
@font-face {
    font-family: "Mont Black Italic";
    font-style: bold;
    font-weight: 400;
    font-display: block;
    src: url(https://file.urp.edu.pe/file-urp-20240712-031350-2-13366918e7e59e02.ttf);
    src: url(https://file.urp.edu.pe/file-urp-20240712-031350-2-13366918e7e59e02.ttf) format("truetype")
       
}

.classMontBlack {
    font-family: "Mont Black Italic"
}

/*Para textos de los testimonios*/
@font-face {
    font-family: "MyriadPro regular";
    src: url(https://file.urp.edu.pe/file-urp-20240712-034722-221-8256691965a2429b.OTF)format('opentype');
    src: url(https://file.urp.edu.pe/file-urp-20240712-034935-181-722669196dfc94c9.ttf) format("truetype");
}


#icono_beneficios{
	font-size:76px;
}

.logo-beneficios-svg{
	max-width:80px;
	max-height:80px;
}

.a147-image-container {
    position: relative;
    width: 200px;
    height: 155px;
	bottom: 0px;
}

.a147-image-container img {
    position: relative;
    z-index: 2;
}

.a147-background-circle {
	display:none;
    position: absolute;
    top: 55%; /* 76% */
    left: 75%; /* 80% */
    width: 85px;
    height: 85px;
    background-color: #0f0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.classMyriadPro{
    font-family: "MyriadPro regular";
}

.titulo-testimonios{
  font-size:26px;
  font-family: "Mont Regular";
}

.subtitulo-testimonios {
    font-size: 53px;
    font-family: "Mont Regular";
}

.alumnos-destacado {
    font-weight: bold;
    font-family: "Mont Black Italic";
}

.rounded-circle-foto{
	width: 135px;
    height: 135px;
}

.swiper-container {
  width: 100%;
  /*height: 500px;*/
  height: fit-content;	
  position: relative;
  margin: 0 auto;
  /*max-width: 1000px;*/
  overflow:hidden;
}

#swiper-testimonio{
	max-width: 1215px;
}

.containerid689a1f2082e6a.swiper-wrapper{
  height:500px;
}
.swiper-background-testimonios{
  width:100%;
  padding:20px 0;
}

.titulo-tarjeta{
  font-size:24px;
  font-family: "MyriadPro regular";
}
.testimonio {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-family: "MyriadPro regular";
	/*height: 550px;*/
	text-align: center;
	border-radius: 10px 10px 50px 10px;
	padding: 24px 12px 28px 20px;
	color: white;
	cursor: pointer;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 5px rgba(20, 20, 21, 0.5);
}

.testimonio:hover {
	border: 1.5px solid rgb(0, 211, 166) !important;
	box-shadow: 0 4px 8px rgba(20, 20, 21, 0.7);
}
.testimonio img {
  margin-bottom: 5px;
}
.testimonio-inferior {
    margin-top: auto;
	margin-bottom: auto;
	height:90px;
}

.texto-principal{
	height:95px;
	font-size: 16px;
}

.texto-carrera-tarjeta{
	font-size:15px;
}

.swiper-button-prev,.swiper-button-next {
	align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
	border-radius: 50%;
    transform: translateY(50%);
	width: 60px;
    height: 60px;
	background: none; 
	transition: color 0.3s ease, border-color 0.3s ease;
}
.swiper-button-next,.swiper-button-prev {
    color: inherit;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  color: rgb(0, 211, 166) !important;
  border-color: rgb(0, 211, 166) !important;
}

.swiper-button-prev:hover .icono_izquierda_testimonios,.swiper-button-next:hover .icono_derecha_testimonios {
    color: rgb(0, 211, 166);
}
.icono_izquierda_testimonios,.icono_derecha_testimonios {
    color: #d0d4d9;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
	 content: '';
}

.swiper-button-next,.swiper-button-prev{
	    border: 2px solid #d0d4d9;
}

/*
.swiper-button-prev::after {
    content: '<'; 
}

.swiper-button-next::after {
    content: '>'; 
}
*/

.flechas-carrusel{
	display: flex;
    align-items: center; 
    justify-content: center;
}

.swiper-button-prev {
	position: relative;
    left: 0;
    top: 0;
}

.swiper-button-next {
	position: relative;
    left: 0;
    top: 0;
}

.swiper-pagination {
	font-size: 26px;
	font-family: 'MyriadPro-Regular';
}

.swiper-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Espacio entre las flechas y la paginación */
    margin-top: 20px; /* Ajusta según necesites */
}

.custom-prev-arrow{
	position: relative;
    left: -5%;
}
.custom-next-arrow{
	position: relative;
    right: -5%;
}

.custom-prev-arrow, .custom-next-arrow {
    cursor: pointer;
    font-size: 40px;
    transition: color 0.3s ease;
	z-index: 10;
}

.custom-prev-arrow:hover, .custom-next-arrow:hover {
    color: green !important;
}

.containerid689a1f2082e6a{
	display:flex;
	justify-content: center;
}

.flecha-izquierda-testimonios{
		width: 50%;
		left:60%;
		position:relative;
		mask-image: url('https://file.urp.edu.pe/file-urp-20240725-092224-181-65466a25fa02c352.png');
		mask-size: cover;
		background-color: white;
	}
.flecha-derecha-testimonios{
   		width: 50%;
		position: relative;
		left: -10%;
		mask-image: url('https://file.urp.edu.pe/file-urp-20240725-092224-181-65466a25fa02c352.png');
		mask-size: cover;
		background-color: white;
	}

@media (max-width: 1400px) {
	.containerid689a1f2082e6a.swiper-wrapper{
		bottom: 12.5%;
	}
	.swiper-button-prev {
    	/*left: 5%;
    	top: 60%;*/
	}
	.swiper-button-next {
    	/*right: 5%;
    	top: 60%;*/
	}
}
/*
@media (min-width: 1200px) {
    .containerid689a1f2082e6a-xl, .containerid689a1f2082e6a-lg, .containerid689a1f2082e6a-md, .containerid689a1f2082e6a-sm, .containerid689a1f2082e6a {
        max-width: 1204px;
    }
}*/

@media (max-width:1399px){
	.texto-principal {
		font-size: 16px;
	}
	.titulo-tarjeta {
		font-size: 24px;
	}
	.texto-carrera-tarjeta {
		font-size: 18px;
	}
	#swiper-testimonio{
		max-width: 975px;
	}
}

@media (max-width: 1200px){
	.col-elementos{
		max-width: 80%;
	}
	.subtitulo-testimonios {
		font-size: 50px;
	}
	.testimonios{
		width: 455px;
	}
}

@media (max-width:1024px){
	.texto-principal {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .swiper-button-prev,.swiper-button-next {
        display:none;
    }
	.subtitulo-testimonios {
		font-size: 42px;
	}
	.testimonio{
		width:783px;
	}
	.texto-principal {
        font-size: 22px;
    }
	.titulo-tarjeta {
        font-size: 28px;
    }
	.texto-carrera-tarjeta {
        font-size: 20px;
		position: relative;
        top: -10%;
    }
	#swiper-testimonio {
		max-width: 950px;
	}
}

@media (max-width: 983px) {
	.testimonio{
		width:715px;
	}
}
@media (max-width:840px){
	.swiper-container{
		width:95%;
		max-width:960px;
	}
	.testimonio {
        width: 710px;
    }
@media (max-width: 768px) {
	.subtitulo-testimonios {
		font-size: 32px;
	}
	.testimonio {
        width: 550px;
    }
	.swiper-container {
    	width: 75%;
	}
	.flecha-izquierda-testimonios{
		left: 45%;
	}
	.flecha-derecha-testimonios{
		left: 5%;
	}
	.texto-principal {
        font-size: 16px;
    }
	.titulo-tarjeta {
        font-size: 26px;
    }
	.texto-carrera-tarjeta {
        font-size: 18px;
	}
}

@media (max-width: 575px) {
	 .texto-principal {
        font-size: 15px;
     }
	.col-elementos {
        max-width: 75%;
    }
	.swiper-container {
    	width: 56%;
	}
	.titulo-testimonios {
		font-size: 22px;
	}
	.subtitulo-testimonios {
		font-size: 26px;
	}
	.testimonio {
        width: 390px;
    }
	.texto-carrera-tarjeta {
        font-size: 18px;
	}
	.titulo-tarjeta {
        font-size: 22px;
    }
}

@media (max-width:425px) {
	.containerid689a1f2082e6a.swiper-pagination-wrapper{
		gap:25px;
	}
	.col-elementos {
		max-width: 67%;
	}
	.testimonio {
		width: 350px;
	}
	.texto-principal {
		font-size: 13px;
	}
	.titulo-tarjeta {
        font-size: 20px;
    }
}

@media (max-width:375px) {
	.containerid689a1f2082e6a.swiper-pagination-wrapper{
		gap:30px;
	}
	.col-elementos {
		max-width: 60%;
	}
	.texto-principal {
		font-size: 12.5px;
	}
	.texto-carrera-tarjeta {
		font-size: 16px;
	}
	.testimonio {
		width: 310px;
	}
}

@media (max-width:320px) {
	.testimonio {
		/*height: 480px;*/
		width: 300px;
		justify-content: flex-start;
	}
	.col-elementos {
		max-width: 58%;
	}
	.titulo-tarjeta {
		font-size: 18px;
	}
}