/*
ESTILO PARA PROGRAMAS

Navegación:
01 - PAGINA PRINCIPAL
	1.1 - PORTADA
	1.2 - ENLACES
	1.3 - CARRUSEL
02 - PAGINA INTERNA
03 - VISTA PREVIA
	2.1 - ESPECIFICACIONES
	2.1 - IMAGEN
	2.2 - TITULACION
04 - FILTRO
05 - DETALLES
	5.1 - TITULO
	5.2 - IMAGEN
	5.3 - INFORMACION
		- RECUADRO CON INFORMACION BASICA
		- ICONOS
06 - CONVOCATORIA DE BECAS

*/


/*--------------------------*/
/*---- PAGINA PRINCIPAL ----*/
/*--------------------------*/


#programasInt{
	position: relative;
}

#programasInt.principal{
    margin-top: 8rem;
}

#programasInt::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 74%;
    height: 24rem;
    background-image: url(/media/qyspspao/bg-cuerpo.jpg);
    background-size: cover;
    background-position: center;
}

@media(max-width:992.98px){
	#programasInt::before{
		width: 100rem;
		height: 21rem;
	}
}



/*---- PORTADA ----*/

#programasInt .portada img{
	height: 38rem;
}

@media(max-width:992.98px){
	#programasInt .portada img{
		display: none;
	}
}


/*---- ENLACES ----*/

#programasInt ul.enlaces{
	list-style: none;
}

#programasInt ul.enlaces li::before{
    content: "";
    border-color: transparent #004E9C;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: 1em;
    position: relative;
}
		

#programasInt ul.enlaces li a{
	color: #637185;
	font-weight: 600;
}



		

/*---- CARRUSEL ----*/

.carruselProgramas{
    position: relative;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
	/*margin: 1.5rem 0;*/
}

.carruselProgramas .glide::before{
    content: '';
    position: absolute;
    top: 0;
    right: -2rem;
    width: 0;
    height: 100%;
    border-right: 2rem solid #0058a6;
    z-index: 1;
}

@media(max-width:992.98px){
	.carruselProgramas .glide::before{
		content: none;

	}
}


.carruselProgramas .glide__slides{
	margin: 0!important;
}

.carruselProgramas .glide{
    position: absolute;
    bottom: 0;
    right: 0;
	padding: 0;
	flex: 0 0 67%;
    max-width: 67%;
}

@media(max-width:1199.98px){
	.carruselProgramas .glide{
		flex: 0 0 83%;
		max-width: 83%;
	}
}


@media(max-width:992.98px){
	.carruselProgramas .glide{
		position: relative;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



.carruselProgramas .item{
    display: flex;
    background-color: #FFFFFF;
    padding: 1rem;
    height: 24rem;
    border: 1px solid rgb(204 216 230 / 28%);
}

@media(max-width:767.98px){
	.carruselProgramas .item{
        position: relative;
        padding: 1.5rem 0;
        height: 29rem;
		background-color: transparent;
		padding: 0;
		border: none;
		flex-direction: column;
        align-items: center;
	}
}

@media(max-width:576.98px){
	.carruselProgramas .item{
        height: 32rem;
	}
}


/*---- IMAGEN ----*/



.carruselProgramas .item .imagen{
	display: flex;
    justify-content: center;
	order: 0;
    max-width: 48.5%;
    flex: 0 0 48.5%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media(max-width:992.98px){
	.carruselProgramas .item .imagen{
		max-width: 35%;
		flex: 0 0 35%;
	}
}

@media(max-width:767.98px){
	.carruselProgramas .item .imagen{
		position: absolute;
		bottom: 0;
		align-items: center;
        max-width: 95%;
        height: 8rem;
        margin-top: 1rem;
		
	}
	
	#programasInt .imagen::before {
		bottom: auto !important;
	}
}


/* UNIVERSIDAD */

.carruselProgramas .imagen img{
    width: 260px;
    height: 100px;
}

@media(max-width:992.98px){
	.carruselProgramas .imagen img{
		width: 200px;
		height: 75px;
	}
}

@media(max-width:767.98px){
	.carruselProgramas .imagen img{
		width: 270px;
        height: 90px;
        bottom: 1rem !important;
	}
}


/*---- DETALLES ----*/

.carruselProgramas .item .detalles{
	order: 1;
	max-width: 51.5%;
	flex: 0 0 51.5%;
	padding: 1.5rem 0rem 1.5rem 1.5rem;
}

@media(max-width:992.98px){
	.carruselProgramas .item .detalles{
		max-width: 65%;
		flex: 0 0 65%;
		padding: 1.5rem;
	}
}


/*@media(max-width:767.98px){
	.carruselProgramas .item .detalles{
		max-width: 100%;
		flex: 0 0 100%;
		order: 0;
	}
}*/


@media(max-width:767.98px){
	.carruselProgramas .item .detalles{
        max-width: 95%;
        min-width: 95%;
        background-color: #FFFFFF;
        padding: 3rem 1rem;
        min-height: 100%;
        border: 1px solid rgb(204 216 230 / 28%);
	}
}


.carruselProgramas .item .detalles span{
	display: block;
}

.carruselProgramas .item .detalles .facultad{
	font-size: 0.9rem;
    font-weight: bold;
    color: #004E9C;
    margin-bottom: 0.5rem;
	
}

.carruselProgramas .item .detalles .universidad{
	color: #252525;
    font-size: 0.95rem;
	margin-bottom: 0.25rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.carruselProgramas .item .detalles h3.titulo{
	color: #252525;
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.carruselProgramas .item .detalles small.mencion{
    color: #637185;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*---- FLECHAS ----*/
.carruselProgramas .glide__arrows{
    position: absolute;
    display: flex;
    bottom: 0;
    right: 2px;
}



@media(max-width:767.98px){
	.carruselProgramas .glide__arrows{
		position: relative;
		display: flex;
        right: 10px;
        margin: 0.5rem 0;
		justify-content: flex-end;
	}
}

.carruselProgramas .glide__arrow{
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 1px;
    background-color: #002748;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    text-indent: -2000px;
    overflow: hidden;
    transition-duration: 0.2s;
    margin: 0 1px;
    opacity: 0.9;
}

.carruselProgramas .glide__arrow:hover{
    background-color: #00223e;
	opacity: 1;
}

@media(max-width:767.98px){
	.carruselProgramas .glide__arrow{
		opacity: 1;
	}
	
}




.carruselProgramas .glide__arrows .glide__arrow--left{
    background-image: url("/media/uailicks/flecha-carrusel-anterior.png");
    
}

.carruselProgramas .glide__arrows .glide__arrow--right{
    background-image: url("/media/pqknwhpw/flecha-carrusel-siguiente.png");
}


/*------------------------*/
/*---- PAGINA INTERNA ----*/
/*------------------------*/

.cuerpo.interna #programasInt{
    margin-top: 0;
    padding-top: 3.5rem;
    min-height: 50rem;
}

.cuerpo.interna #programasInt::before{
    content: '';
    position: absolute;
    top: 7px;
    background: #F2F6F9;
    width: 100%;
    height: 11rem;
}

@media(max-width:1499.98px){
	.cuerpo.interna #programasInt::before{
		height: 9rem;
	}
}

@media(max-width:992.98px){
	.cuerpo.interna #programasInt::before{
		height: 12rem;
	}
}


@media(max-width:767.98px){
	.cuerpo.interna #programasInt::before{
		content: none;
	}
}


@media(min-width:992.98px){
	.cuerpo.interna #programasInt .row{
		justify-content: flex-end;
	}
}



/*----------------------*/
/*---- VISTA PREVIA ----*/
/*----------------------*/

#programasInt .item::before{
	content: '';
    position: absolute;
    width: 70px;
    height: 44px;
    background-size: cover;
    border-radius: 0 0 20px;
}

@media(max-width:767.98px){
	#programasInt .item::before {
        content: '';
        position: absolute;
        top: 0;
        right: 2.9%;
        width: 60px;
        height: 38px;
        border-radius: 0 0 0 20px;
	}
}

/* LISTA PROGRAMAS */

.cuerpo.interna #programasInt #contenedorRespuesta{
	position: relative;
	top: -5rem;
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	padding-left: 4.5rem;
}

@media(max-width:1499.98px){
	.cuerpo.interna #programasInt #contenedorRespuesta{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		padding-left: 2.5rem;
	}
}


@media(max-width:1099.98px){
	.cuerpo.interna #programasInt #contenedorRespuesta{
		top: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
}




.cuerpo.interna .carruselProgramas .item{
	position: relative;
	width: 100%;
	height: 17rem;
	margin-bottom: 1rem;
}

@media(max-width:767.98px){
	.cuerpo.interna .carruselProgramas .item{
        display: block;
        margin: 0 auto 2rem;
		width: 95%;
        height: auto;
        padding-bottom: 8rem;
        border: 1px solid rgb(204 216 230);
	}
}




.cuerpo.interna .carruselProgramas .item .imagen{
    max-width: 30%;
    flex: 0 0 30%;
}

.cuerpo.interna .carruselProgramas .item .detalles {
    max-width: 70%;
    flex: 0 0 70%;
}

@media(max-width:1499.98px){
	.cuerpo.interna .carruselProgramas .item .imagen{
		max-width: 35%;
		flex: 0 0 35%;
	}

	.cuerpo.interna .carruselProgramas .item .detalles {
		max-width: 65%;
		flex: 0 0 65%;
	}

}


@media(max-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .imagen,
	.cuerpo.interna .carruselProgramas .item .detalles {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.cuerpo.interna .carruselProgramas .item .detalles {
		padding: 3rem 1rem 1rem;
	}

}

/*DETALLES*/

.cuerpo.interna .carruselProgramas .item .detalles .fecha {
	font-size: 0.8rem; opacity: 0.8;
}


.cuerpo.interna .carruselProgramas .item .detalles .universidad {
    -webkit-line-clamp: 1;
}

@media(max-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .detalles .universidad, .cuerpo.interna .carruselProgramas .item .detalles small.mencion{
		-webkit-line-clamp: inherit !important;
	}
}


.cuerpo.interna .carruselProgramas .item .detalles h3.titulo {
    font-size: 1.25rem;
    margin: 0.5rem 0 1rem;
    padding: 0;
	-webkit-line-clamp: 3;
}

@media(max-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .detalles h3.titulo {
		font-size: 1rem;
		-webkit-line-clamp: inherit;
	}
}


.cuerpo.interna .carruselProgramas .item .detalles small.mencion {
    -webkit-line-clamp: 1;
}


@media(min-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .detalles ul {
		position: absolute;
		bottom: 0;
	}
}

@media(max-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .detalles ul li{
		margin-bottom: 0.5rem;
	}
}

/*BANDERAS*/
.cuerpo.interna #programasInt .carruselProgramas .item::before {
    width: 50px;
    height: 32px;
}

@media(min-width:767.98px){
	.cuerpo.interna .carruselProgramas .item .detalles ul {
		position: absolute;
		bottom: 0;
	}
	
	.cuerpo.interna .carruselProgramas .imagen img{
		width: 195px;
		height: 70px;
	}
}


@media(max-width:767.98px){
	.cuerpo.interna #programasInt .carruselProgramas .item::before {
		right: 0;
	}
}




/*---- ESPECIFICACIONES ----*/

#programasInt .item .detalles ul{
	list-style: none;
	display: flex;
	padding: 1rem 0 0;
}

@media(max-width:767.98px){
	#programasInt .item .detalles ul{
		display: block;
		padding: 1rem 0 0;
	}
}

#programasInt .item .detalles li{
	display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    margin-right: 1rem;
}

#programasInt .item .detalles li:last-child{
    margin-right: 0;
}

#programasInt .item .detalles li::after{
	text-transform: capitalize;
	max-width: calc(100% - 23px);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


#programasInt .item .detalles li.pais::after, #programasInt .item .detalles li.titulacion::after{
    text-indent: 0;
}

#programasInt .item .detalles li::before{
    content: '';
    display: flex;
    width: 1.4rem;
    height: 1.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

@media(max-width:767.98px){
	#programasInt .item .detalles li::before{
		width: 35px !important;
		background-position: center;
	}
}


#programasInt .item .detalles .titulacion::before{
	background-image: url('/media/uennbgs3/icn-titulacion.png');
}


#programasInt .pais, #programasInt .titulacion,
#programasInt .pais *, #programasInt .titulacion *{
    text-indent: -2000px;
	display: none;
}



#programasInt .pais::before{
	background-image: url('/media/xteo2rbv/icn-pais.png');
}


#programasInt .idioma::before{
	background-image: url('/media/y5qmllll/icn-idioma.png');
}



#programasInt .item .detalles a.leer-mas{
    position: absolute;
    bottom: 2rem;
}


@media(max-width:767.98px){
	#programasInt .item .detalles a.leer-mas{
		/*position: relative;
		bottom: -1rem;*/
		bottom: 9rem;
	}
}


/*---- UNIVERSIDAD ----*/

#programasInt .imagen img{
    position: absolute;
    bottom: 2rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    object-fit: contain;
    object-position: center;
}




/*---- TITULACION ----*/

/*CERTIFICADO*/
*[titulacion="Certificado"] .titulacion::after{content: 'Certificado'}

/*CERTIFICADO*/
*[titulacion="Técnico"] .titulacion::after{content: 'Técnico'}

/*GRADO*/
*[titulacion="Grado"] .titulacion::after{content: 'Grado'}

/*Posgrado*/
*[titulacion="Posgrado"] .titulacion::after{content: 'Posgrado'}

/*ESPECIALIDAD*/
*[titulacion="Especialidad"] .titulacion::after{content: 'Especialidad'}

/*MAESTRIA*/
*[titulacion="Maestría"] .titulacion::after{content: 'Maestría'}

/*DOCTORADO*/
*[titulacion="Doctorado"] .titulacion::after{content: 'Doctorado'}

/*POSGRADO*/
*[titulacion="Posgrado"] .titulacion::after{content: 'Posgrado'}



/*----------------*/
/*---- FILTRO ----*/
/*----------------*/

#programasInt form.filtro{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	flex-wrap: wrap;
	
}

#programasInt form h1{
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 3rem;
}

@media(max-width:1499.98px){
	#programasInt form h1{
		min-height: 7rem;
    	font-size: 2rem;
	}
}

@media(max-width:992.98px){
	#programasInt form h1{
		min-height: 0;
	}
}


#programasInt .filtro .buscador{
-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	padding-left: 4rem;
}

@media(max-width:1499.98px){
	#programasInt .filtro .buscador{
	-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		padding-left: 2rem;
	}
}

@media(max-width:1099.98px){
	#programasInt .filtro .buscador{
	-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
		padding-left: 0;
	}
}


@media(max-width:767.98px){
	#programasInt .filtro .buscador{
	-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


#programasInt .filtro .informacionColpaso{
	position: relative;
-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-top: 0;
}

@media(max-width:1499.98px){
	#programasInt .filtro .informacionColpaso{
	-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}


@media(max-width:1099.98px){
	#programasInt .filtro .informacionColpaso{
	-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


#programasInt .filtro .informacionColpaso::before{
    content: '';
    display: block;
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-position: center;
    background-image: url(/media/kv3prxbg/alegre-grupo-estudiantes-amigos-aula_171337-38814.jpg);
}


@media(max-width:1099.98px){
	#programasInt .filtro .informacionColpaso::before{ position: absolute; top: -14rem; width: 40%; height: 16rem; }
}

@media(max-width:992.98px){
	#programasInt .filtro .informacionColpaso::before{top: -17rem;height: 19rem;}
}

@media(max-width:767.98px){
	#programasInt .filtro .informacionColpaso::before{content: none;}
}


#programasInt .filtro .informacionColpaso #accordion{
	position: absolute;
	width: 100%;
}

@media(max-width:1099.98px){
	#programasInt .filtro .informacionColpaso #accordion{
		position: relative;
		width: 100%;
		margin-top: 3rem;
	}
}

#programasInt .informacionColpaso h2{
    background-color: #034076;
    padding: 24px 20px !important;
	margin: 5px 0 0;
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 700;
}

#programasInt .informacionColpaso h2::before {
    content: '';
    position: relative;
    top: 2px;
    float: right;
    width: 1rem;
    height: 1rem;
    background-image: url(/media/zejhdoo3/flecha-arriba.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#programasInt .informacionColpaso h2[aria-expanded="false"]::before {
    background-image: url(/media/h4djixjf/flecha-abajo.png);

}

#programasInt .informacionColpaso .info{
    background-color: #034076;
    padding: 0;
}

#programasInt .informacionColpaso .info{
    background-color: #034076;
    padding: 0;
 max-height: 20rem;
 position: relative;
}

/*Para que en el filtro lateral, despues de tres opciones, te permita scrollear*/
#programasInt .informacionColpaso .info div:has(label:nth-child(4)){
 max-height: 20rem;
 padding-bottom: 2.5rem !important;
    overflow: auto;
    transition-duration: .5s;
 position: relative;
}


#programasInt .informacionColpaso .info::after{
 content: '';
    background: linear-gradient(0deg, rgba(3,64,118,1) 30%, rgba(3,64,118,0) 100%);
 position: absolute;
    bottom: 0;
    width: 95%;
    height: 4rem;
}

@media(max-width:1099.98px){
 #programasInt .informacionColpaso .info::after{width: 98%;}
}

/*Para eliminar el gradient en las opciones de filtro que no muestren scroll*/
#programasInt .informacionColpaso .info:not(:has(> div label:nth-child(4)))::after{content: none;}

/*Estilo del scroll*/
/* width */
#programasInt .informacionColpaso .info div::-webkit-scrollbar {width: 10px;}

/* Track */
#programasInt .informacionColpaso .info div::-webkit-scrollbar-track {background: #E7EBED;}
 
/* Handle */
#programasInt .informacionColpaso .info div::-webkit-scrollbar-thumb {background: #AAB0BD;}

/* Handle on hover */
#programasInt .informacionColpaso .info div::-webkit-scrollbar-thumb:hover {background: #8A91A0;}


#programasInt .informacionColpaso .info label{
	display: block;
}


#programasInt .informacionColpaso .info input[type="checkbox"]{
	display: none;
}


#programasInt .informacionColpaso .info span{
	display: block;
    padding: 1rem;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1rem;
}


#programasInt .informacionColpaso .info input:checked + span{
	background-color: #077ee8;
	font-weight: 600;
}


/*------------------*/
/*---- DETALLES ----*/
/*------------------*/

.cuerpo.interna #programasInt.detalles{
    padding-top: 0;
    margin: 0;
}

.cuerpo.interna #programasInt.detalles::before {
    content: none;
}

.cuerpo.interna #programasInt.detalles .banner{
	background-image: url("/media/nxfj1z2c/bg-detalles.jpg");
	background-color: #F4F5F7;
	background-size: cover;
	color: #FFFFFF;
}

@media(max-width:992.98px){
	.cuerpo.interna #programasInt.detalles .banner{
		min-height: 20rem;
	}
}

@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .banner{
		min-height: 100%;
	}	
	
}


.cuerpo.interna #programasInt.detalles .banner .container-fluid.relleno{
	background-color: transparent;
}

@media(min-width:992.98px){
	.cuerpo.interna #programasInt.detalles .banner .container-fluid.relleno{
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
}


@media(max-width:992.98px) and (min-width:767.98px){
	.cuerpo.interna #programasInt.detalles .banner .container-fluid.relleno .row{
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		padding: 3rem 0 0;
	}
}





/* TITULO */



.cuerpo.interna #programasInt.detalles .banner .bannerIntroduccion{
	flex: 0 0 70%;
	max-width: 70%;
	width: 100%;
}

@media(max-width:1199.98px){
	.cuerpo.interna #programasInt.detalles .banner .bannerIntroduccion{
		flex: 0 0 59%;
		max-width: 59%;
	}
}

@media(max-width:992.98px){
	.cuerpo.interna #programasInt.detalles .banner .bannerIntroduccion{
		flex: 0 0 55%;
		max-width: 55%;
	}
}

@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .banner .bannerIntroduccion{
		flex: 0 0 100%;
        max-width: 100%;
		padding: 2.5rem 4% 0;
        order: 1;
	}
}


.cuerpo.interna #programasInt.detalles .banner .facultad{
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 0.75;
}

.cuerpo.interna #programasInt.detalles .banner h1.titulo{
	text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
	margin: 0;
	padding: 0 0 0.8rem;
}

@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .banner h1.titulo{
		font-size: 1.5rem;
	}
}


.cuerpo.interna #programasInt.detalles .banner .mencion{
    font-size: 1rem;
	opacity: 0.8;
}



/* IMAGEN */

.cuerpo.interna #programasInt.detalles .lateral{
    position: absolute;
    flex: 0 0 25%;
    max-width: 25%;
    top: 3rem;
    left: 0;
    padding: 0;
    margin-left: 115px;
}


@media(max-width:1599.98px){
	.cuerpo.interna #programasInt.detalles .lateral{
		margin-left: 25px;
	}
}


@media(max-width:1199.98px){
	.cuerpo.interna #programasInt.detalles .lateral{
		flex: 0 0 30%;
		max-width: 30%;
	}
}


@media(max-width:992.98px){
	.cuerpo.interna #programasInt.detalles .lateral{
		position: relative;
		top: 0;
		flex: 0 0 40%;
		max-width: 40%;
		margin-left: 0;
	}
}

@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .lateral{
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/*.cuerpo.interna #programasInt.detalles .lateral::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 44px;
    background-size: cover;
    border-radius: 0 0 20px;
    z-index: 1;
}*/

.cuerpo.interna #programasInt.detalles[pais] .lateral::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 44px;
    background-size: cover;
    border-radius: 0 0 20px;
    z-index: 1;
}


@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .lateral::before {
		top: 0; left: -2%;
	}
}



.cuerpo.interna #programasInt.detalles .lateral .imagen{
	position: relative;
	display: flex;
    justify-content: center;
    width: 100%;
    height: 20rem;
	border: 1px solid #eaecf1;
}

/*@media(max-width:992.98px){
	.cuerpo.interna #programasInt.detalles .lateral .imagen{
		position: absolute;
		top: -19rem;
        height: 18rem;
	}
}

@media(max-width:767.98px){
	.cuerpo.interna #programasInt.detalles .lateral .imagen{
		position: relative;
		top: 0;
		width: calc(100% + 4%);
        margin-left: -2%;
	}
}



@media(max-width:576.98px){
	.cuerpo.interna #programasInt.detalles .lateral .imagen{
		height: 15rem;
	}
}
*/



.cuerpo.interna #programasInt.detalles .lateral .imagen img{
	position: absolute;
	width: 90%;
    height: 6rem;
	bottom: 1rem;
}





/* INFORMACION */

.cuerpo.interna #programasInt.detalles .informacion{
    padding-left: 4.5rem;
    margin-top: 2rem;
}

@media(max-width:992.98px){
	.cuerpo.interna #programasInt.detalles .informacion{
		padding: 0 4%;
		margin-top: 1rem;
	}
}


.cuerpo.interna #programasInt.detalles .informacion .universidad{
	color: #252525;
    font-size: 1.25rem;
}


.cuerpo.interna #programasInt.detalles .informacion .universidad::after{
	display: inline-block;
    height: 1rem;
    padding-right: 2rem;
    background-image: url(/media/ld5nvaus/icn-link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

/* RECUADRO CON INFORMACION BASICA */

.cuerpo.interna #programasInt.detalles .informacion ul.datos{
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    background-color: #F4F8FB;
    padding: 2rem;
    list-style: none;
    margin: 2rem 0 5rem;
    border-radius: 5px;
}


.cuerpo.interna #programasInt.detalles .informacion ul.datos li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 1rem;
    padding-right: 6px;
}

@media(max-width:1599.98px){
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li{flex-wrap: wrap;}
}


@media(max-width:576.98px){
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li{width: 100%;}
}



.cuerpo.interna #programasInt.detalles .informacion ul.datos li span{
    display: inline-block;
    width: 50%;
}

@media(max-width:1599.98px){
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li span{
		width: calc(100% - 2rem);
	}
}



.cuerpo.interna #programasInt.detalles .informacion ul.datos li strong .leer-mas{
	text-transform: math-auto;
    font-weight: 600;
    text-decoration: underline;
    color: #252525;
    font-size: 1.1rem;
}

@media(min-width:576.98px){
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li strong .leer-mas{font-size: 1.1rem;}

}

.cuerpo.interna #programasInt.detalles .informacion ul.datos li strong,
.cuerpo.interna #programasInt.detalles .informacion ul.datos li::after {
    width: 60%;
}

#programasInt.contenido.detalles span, #programasInt.contenido.detalles *::after{
    text-indent: 0;
}


#programasInt.contenido.detalles *::after{
	font-weight: bold;
}

@media(max-width:1599.98px){
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li strong,
	.cuerpo.interna #programasInt.detalles .informacion ul.datos li::after
	{ width: 100%; padding-left: 2rem;}
	
	
}



/* ICONOS */

.datos li::before{
    content: '';
    width: 1.35rem;
    height: 1.35rem;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 0.5rem;
}

@media(max-width:1599.98px){
	.datos li::before{
		margin-right: 0.5rem;
	}
}

.datos *.titulacion::before{ background-image: url(/media/uennbgs3/icn-titulacion.png);}
.datos *.duracion::before{ background-image: url(/media/0dtod312/icn-duracion.png);}
.datos *.idioma::before{ background-image: url(/media/y5qmllll/icn-idioma.png);}
.datos *.modalidad::before{ background-image: url(/media/kcop5auj/icn-modalidad.png);}
.datos *.pais::before{ background-image: url(/media/xteo2rbv/icn-pais.png);}
.datos *.costo::before{ background-image: url(/media/xdsfziis/icn-costo.png);}




/* TEXTO */

.cuerpo.interna #programasInt.detalles .informacion h3{margin-top: 5rem;}

.cuerpo.interna #programasInt.detalles .informacion h2 + h3{margin-top: 0}

.cuerpo.interna #programasInt.detalles .informacion p{margin-bottom: 2rem;}







/*-------------------------------*/
/*---- CONVOCATORIA DE BECAS ----*/
/*-------------------------------*/


#programasInt.convocatoria .filtro .informacionColpaso::before{
    background-image: url("/media/mtifo04x/convocatoria-de-becas.jpg");
}

#programasInt.convocatoria.pasantia .filtro .informacionColpaso::before{
    background-image: url("/media/wqspcbar/pasantias-internacionales.jpg");
}

#programasInt.convocatoria .item {
    height: auto;
    display: flex;
    align-items: center;
	color: #252525;
}


@media(max-width:767.98px){
	#programasInt.convocatoria .item {
    	display: block;
		padding-bottom: 0;
	}

}


/* IMAGEN */
#programasInt.convocatoria .item .imagen{
    height: 16rem; border: 1px solid #E9ECEF;
}

@media(max-width:767.98px){
	#programasInt.convocatoria .item .imagen {
		position: relative;
		bottom: auto;
		height: 16rem;
		margin: 0;
	}

}




#programasInt.convocatoria.detalles .imagen img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 1rem;
    border-radius: 0;
    bottom: 0 !important;
}

/* DETALLES */

@media(max-width:767.98px){
	#programasInt.convocatoria .item .detalles {
    	height: auto;
        min-height: auto;
	}
}

.cuerpo.interna #programasInt.convocatoria .detalles .imagen img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
	border-radius: 0;
}


#programasInt.convocatoria .item .detalles h3.titulo, 
#programasInt.convocatoria.detalles .bannerIntroduccion h1.titulo{
	text-transform: inherit !important; font-weight: 700; display: block;
}



#programasInt.convocatoria .item .detalles p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


#programasInt.convocatoria .item .detalles .fechaLimite{
	margin-top: 2rem;
}

#programasInt.convocatoria .item .detalles .fechaLimite::before{
	content: 'Fecha límite: ';
	font-weight: 700;
}


/* DETALLES */

#programasInt.convocatoria .banner{
	background-image: none !important;
	color: inherit !important;
}


#programasInt.convocatoria .banner .fecha{
	font-size: 1.1rem;
}


#programasInt.convocatoria .imagen img {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
}


@media(max-width:767.98px){
	#programasInt.convocatoria .imagen img {
    	margin-top: 2rem;
	}

	
	#programasInt.convocatoria.detalles .imagen img{
		object-fit: contain;
		background-color: #FFF;
	}
}



#programasInt.convocatoria.detalles .bannerIntroduccion h1.titulo{
	padding-top: 1rem !important;
}



#programasInt.convocatoria.detalles .fechaLimite{
	margin-bottom: 5rem;
}

#programasInt.convocatoria.detalles .fechaLimite h3{
	margin: 0.5rem 0!important;
}

#programasInt.convocatoria.detalles .fechaLimite p{
	color: #E32726;
	font-weight: 700;
	margin-bottom: 5rem !important;
}









