#carousel{
	max-height: 100px;
	overflow: hidden;
	box-shadow: 0px 0px 4px #444;
}
#slider{
	box-shadow: 0 4px 2px -2px gray;
	background-color: transparent;
	border: none;
}
#carousel img{
	display: block; 
	opacity: .4; 
	cursor: pointer;
	transition: opacity ease-in-out 500ms;
}
#carousel img:hover {
	opacity: 1;
}
#carousel img{
	height: 100px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
#carousel .flex-active-slide img {
	opacity: 1;
	border-bottom: 3px solid rgba(224,79,103,1); 
	cursor: default;
}

div.parte_superior_egresados{
	width: 100%;
	margin:0;
	padding: 2%;
	padding-bottom: 0;
	display: -webkit-flex;
	flex-direction: row;
}
div.datos_egresado{
	flex:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: auto;
}

div.imagen_egresado{
	max-height: 20%;
	flex:50%;
	overflow: hidden;
}
div.imagen_egresado img{
	margin: auto;
	max-height: 100% !important;
	width: auto !important;
	object-fit: fill;
	object-position: center center;
}


div.parte_inferior_egresados{
	width: 100%;
	margin:0;
	padding: 0 2%;
	display: -webkit-flex;
	flex-direction: row;
}
div.informacion_titulacion{
	flex:60%;
}
div.informacion_titulacion p{
	text-align: justify;
}

h3.titulos_egresados{
	padding: 0 2%;
	margin: 1% 0;
}
@media screen and (max-width: 992px) {
  div.parte_superior_egresados{
    flex-direction: column;
    height: auto;
  }
  div.parte_inferior_egresados{
    flex-direction: column;
    height: auto;
  }
   div.imagen_egresado{
  	margin: auto;
  	width: 60%
  }
}
@media screen and (max-width: 600px) {
  div.parte_superior_egresados{
    flex-direction: column;
  }
  div.parte_infereior_egresados{
    flex-direction: column;
  }
  div.imagen_egresado{
  	margin: auto;
  	width: 60%
  }
}
.flex-direction-nav a:before{
	color: white;
	opacity: 0.8;
}
.flex-direction-nav a{
	overflow: visible;
}
 div.box_imagen_investigacion{
 	position: left;
 }