@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;1,100&display=swap');
*{margin:0; padding: 0; box-sizing: border-box;} 
body {

	font-family: 'Poppins', sans-serif; 
	background-color: #cfcfcf;
	background-image: url(../img/bolt.png);

}
nav { 
	background: rgb(58,48,217); background: linear-gradient(90deg, rgba(58,48,217,1) 0%, rgba(106,9,121,1) 50%, rgba(58,48,217,1) 100%);
	padding: 0.5rem;
	text-align: center;
	color: white;
	
}
nav ul{ display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap-reverse;
		align-items: center;


}
nav ul li {
	width: 18%;
}

.nav2  ul li {
	width: 33%
}
nav ul li a { 
	color: white;
	text-decoration: none;
	
}

nav ul li a:hover {font-weight: bold;}

 nav img{
 	width: 100px;
 }

h1 { text-align: center;
font-size: 2.2rem; }

img {
	border: 1px solid white;
	border-radius: 10rem;
	width: 150px;
}


.estudiante4 {margin-top: 1rem;}

h2 {
	text-align: center;
}

main {
	border: 3px solid black;
	margin:auto;
	width: 85%;
	background-color: #cfcfcf;
	margin-bottom: 2rem;
	margin-top: 2rem;
	border-radius: 2rem;
}

main section article {
	background-color: #Fafafa;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding: 1rem;
	border-radius: 5rem 0 5rem 0;
	box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 28%;
	min-height: 17rem;
	height: auto;
}
ul {
	list-style: none;
}
span {
	font-style: italic;
	font-size: 0.5rem;
	font-weight: 600;}
.uni {
	background-color: #cfcfcf;
	text-align: center;
	margin: 2rem;
	border: 3px solid black;
	margin:auto;
	width: 85%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 2rem;
	padding: 0.5rem;
}
.materias {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	
}
.rotulo {
	display: flex; 
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.titulo {
	margin-left: 0.5rem;
}
 footer {
 	font-style: italic;
 	font-size: 0.7rem;
 	background-color: grey;
 	padding: 1rem;
 	color: white;
 }
#logocatedraocampo{
	width: 11rem;
	border: none;
	margin: -1.7rem;
    vertical-align: middle;

}
#logouba {
	width: 3rem;
    border: none;
    margin-right: 1rem;
    vertical-align: middle;
}

@media all and (max-width:47rem) {
	.materias {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		
	}
	main {
		border: none;
		background: none
	}
	.materias article {
		width: 100%;
		min-width: 260px;
		background-color: #eeeeee;
		text-align: center;
		margin: 2rem;
		border: none;
		margin:auto;
		width: 85%;
		margin-top: 2rem;
		margin-bottom: 2rem;
		border-radius: 2rem;
		padding: 0.5rem;
		
	}
	.nav2{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.nav2 li {
		width: 100%;
		min-width: 260px;
	}
	#ro {order:1;}
	#ro-avatar {order:2;}
	#mati {order:3;}
	#mati-avatar {order:4;}
	#vic {order:5;}
	#vic-avatar {order:6;}
}