@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #002749;
}

.espacio {
	padding-bottom: 30px;
}

.espacio-up {
	padding-top: 2%;
}

/* ESTILOS HEADER INDEX */

.header-ipg {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 99;
}

.header-ipg .subnav-1,
.header-ipg .subnav-1 .redes-sociales,
.header-ipg .subnav-1 .redes-sociales .redes {
	display: flex;
	align-items: center;
}


.header-ipg .subnav-1 {
	width: 100%;
	height: 40px;
	background: #002749;
	color: #FFF;
	justify-content: center;
	transition: 4s all ease; 
}

.header-ipg .subnav-1 .redes-sociales {
	width: 95%;
	justify-content: space-between;
	margin: 0 auto;
}

.header-ipg .subnav-1 .redes-sociales a {
	color: #FFF;
	transition: .4s all ease;
}

.header-ipg .subnav-1 .redes-sociales a:hover {
	color: #FAC44D;
}

.header-ipg .subnav-1 .redes-sociales .redes {
	width: 50%;
	height: 40px;
	justify-content: flex-end;
	flex-flow: wrap;
	gap: 3%;
}

.header-ipg .subnav-2 {
	width: 100%;
	height: 80px;
	background: #FFF;
	color: #000;
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
}

.header-ipg .subnav-2 .redes-sociales img {
	width: 25%;
}

.header-ipg .subnav-2 .menu {
	width: 70%;
}

.header-ipg .subnav-2 .menu .ul-ipg {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4%;
}

.header-ipg .subnav-2 .menu .ul-ipg a {
	color: #000;
}

.header-ipg .subnav-2 .menu .ul-ipg .item {
	position: relative;
	height: 80px;
	/*background: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4 all ease;
}

.header-ipg .subnav-2 .menu .ul-ipg .item:hover {
	color: #E78D00;
}

.header-ipg .subnav-2 .menu .ul-ipg .item > a {
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-ipg .subnav-2 .menu .ul-ipg .item a:hover {
	/*border-bottom: 3px solid #FAC44D;*/
	color: #E78D00;
}

.header-ipg .subnav-2 .menu .ul-ipg .item:hover .submenu {
	display: table;
}

.header-ipg .subnav-2 .menu .ul-ipg .item .submenu {
	width: 220px;
	list-style: none;
	position: absolute;
	top: 80px;
	left: 0;
	box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.75);
	font-size: .95em;
	padding: 10px 15px 0 15px;
	display: none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #FFF;
}

.header-ipg .subnav-2 .menu .ul-ipg .item .submenu .subitem {
	margin-bottom: 10px;
}

.banner {
	width: 100%;
	position: relative;
	z-index: -1;
}

.banner img {
	width: 100%;
}

/* ESTILOS BODY INDEX */

.contenedor {
	width: 100%;
}

.contenedor .sub-contenedor {
	width: 95%;
	margin: 0 auto;
}

.contenedor .sub-contenedor .titulo-1 {
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: 700;
	color: #002749;
}

.contenedor .sub-contenedor .titulo-1 span {
	font-size: 1.2em;
	color: #667D92;
}

.contenedor .sub-contenedor .titulo-2{
/* .contenedor .sub-contenedor .titulo-3  */
/* .contenedor .sub-contenedor .contenedor-maestrias .facultades  */
	width: 60%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

.contenedor .sub-contenedor .titulo-2 {
	background: #002749;
	color: #FFF;
	font-size: 2.3em;
	font-weight: 700;
	padding: 10px 0;
	margin-bottom: 10px;
}

.contenedor .sub-contenedor .titulo-3 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #002749;
}

/* ESTILO DE TABS PARA MAESTRÍAS */

.contenedor .sub-contenedor .contenedor-maestrias {
	padding-top: 20px;
	/*background: red;*/
}

.contenedor .sub-contenedor .contenedor-maestrias .facultades {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	/* text-transform: capitalize; */
	flex-flow: wrap;
	width: 65%;
}

.contenedor .sub-contenedor .contenedor-maestrias .facultades .opcion {
	padding: 3px 10px;
	cursor: pointer;
}

.contenedor .sub-contenedor .contenedor-maestrias .facultades .opcion.activo {
	font-weight: 500;
}

.contenedor .sub-contenedor .contenedor-maestrias .maestrias {
	position: relative;
	overflow: hidden;
	transition: height .4s ease;
	/*background: red;*/
}

.contenedor .sub-contenedor .contenedor-maestrias .maestrias .contenido {
	/*display: none;
	transition: .4s all ease;*/
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity .3s ease;
	pointer-events: none;
	/*margin: 0 auto;*/
	/*background: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	gap: 3%;
}

.contenedor .sub-contenedor .contenedor-maestrias .maestrias .contenido img {
	margin-bottom: 20px;
	width: 353px;
	height: 250px;
}

.contenedor .sub-contenedor .contenedor-maestrias .maestrias .contenido.activo {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}

/* ESTILOS DE FILA 2 (row-2)*/

.row-2 {
	width: 100%;
	background: #002749;
	margin-bottom: 30px;
}

.row-2 .sub-contenedor {
	/*background: red;*/
	width: 95%;
	margin: 0 auto;
}

.row-2 .sub-contenedor .historico {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-2 .sub-contenedor .historico .colum-1,
.row-2 .sub-contenedor .historico .colum-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	margin: 0 auto;
	gap: 10%;
}

.row-2 .sub-contenedor .historico .colum-1 .informacion {
	color: #FFF;
}

.row-2 .sub-contenedor .historico .colum-1 .informacion .anios {
	font-weight: 700;
	font-size: 4em;
}

.row-2 .sub-contenedor .historico .colum-2 {
	border: 1px solid #667D92;
	height: 300px;
	margin: 30px 0;
}

.row-2 .sub-contenedor .historico .colum-3 .numero-graduados {
	color: #FFF;
	text-align: center;
}

.row-2 .sub-contenedor .historico .colum-3 .numero-graduados .cantidad {
	font-weight: 700;
	font-size: 5.5em;
	margin-bottom: -15px;
}

.row-2 .sub-contenedor .historico .colum-3 .numero-graduados .graduados {
	font-weight: 600;
	font-size: 2em;
}

.row-2 .sub-contenedor .historico .colum-3 .numero-graduados .desde {
	background: #667D92;
	color: #FAC44D;
	font-size: 1.2em;
	padding: 10px;
	line-height: 20px;
}

/* ESTULOS PARA FILA 3 (row-3) */

.contenedor .sub-contenedor .aliados {
	display: flex;
	justify-content: space-between;
}

.contenedor .sub-contenedor .aliados .instituciones {
	font-size: 3.6em;
	color: #002749;
	line-height: 60px;
	font-weight: 500;
	width: 40%;
}

.contenedor .sub-contenedor .aliados img {
	width: 60%;
}

/* ESTILOS PARA FILA 4 (row-4) */

/*.franja-separacion {
	width: 100%;
	display: flex;
}

.franja-separacion .franja-1 {
	width: 60%;
	height: 40px;
	background: #002749;
}

.franja-separacion .franja-2 {
	width: 40%;
	height: 40px;
	background: #667D92;
}*/

.franja-separacion {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.franja-1, .franja-2 {
  height: 20px;
  position: relative;
}

.franja-1 {
  width: 70%;
  background: #002749;
}

.franja-1::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 20px solid #002749;
}

.franja-2 {
  width: 30%;
  background: #667D92;
}

.franja-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 20px solid #667D92;
}

/* ESTILOS PARA FILA 5 (row-5) */

.contenedor .videos {
	text-align: center;
}

.contenedor .videos .titulo-4 {
	font-size: 3.6em;
	font-weight: 500;
}

.contenedor .videos .videos-ipg {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: nowrap;
}

.contenedor .videos .videos-ipg iframe {
	width: 33%;
	height: 300px;
	padding: 0 10px;
}

/* ESTILOS PARA FOOTER */

.footer-ipg {
	width: 100%;
	background: #002749;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 40px;
	font-weight: 500;
}

@media screen and (max-width: 412px) {
	.header-ipg .subnav-1 {
		font-size: .7em;
		height: 50px;
	}

	.header-ipg .subnav-2 .redes-sociales img {
		display: none;
	}

	.header-ipg .subnav-2 .menu {
		width: 100%;
		/*font-size: .7em;*/
	}

	.header-ipg .subnav-2 .menu .ul-ipg .item .submenu {
		width: 140px;
		top: 67px;
	}

	.contenedor .sub-contenedor .titulo-1 {
		font-size: .8em;
	}

	.contenedor .sub-contenedor .titulo-2,
	.contenedor .sub-contenedor .titulo-3 {
		font-size: 1em;
		width: 80%;
	}

	.contenedor .videos .titulo-4 {
		font-size: 2.3em;
		line-height: 35px;
	}

	.contenedor .sub-contenedor .contenedor-maestrias .facultades {
		font-size: .8em;
		width: 90%;
	}

	.row-2 .sub-contenedor .historico {
		flex-flow: column;
		font-size: .8em;
	}

	.row-2 .sub-contenedor .historico .colum-1,
	.row-2 .sub-contenedor .historico .colum-3 {
		width: 90%;
		padding: 20px 0;
	}

	.row-2 .sub-contenedor .historico .colum-1 img {
		width: 100%;
	}

	.row-2 .sub-contenedor .historico .colum-3 img {
		width: 30%;
	}

	.row-2 .sub-contenedor .historico .colum-2 {
		display: none;
	}

	.contenedor .sub-contenedor .aliados {
		flex-flow: column;
	}

	.contenedor .sub-contenedor .aliados .instituciones {
		font-size: 2.3em;
		line-height: 40px;
		padding-bottom: 15px;
	}

	.contenedor .sub-contenedor .aliados img {
		width: 100%;
	}

	.contenedor .videos .videos-ipg {
		flex-flow: column;
		gap: 15px;
	}

	.contenedor .videos .videos-ipg iframe {
		width: 90%;
		height: 200px;
	}

	.footer-ipg {
		font-size: .8em;
		line-height: 25px;
	}

	.footer-ipg .copyright {
		padding: 0 20px;
	}
}

@media (min-width: 413px) and (max-width: 1125px) {
	body {
		font-size: .8em;
	}
}