@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
}
header {
	font-family: Roboto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
main {
	font-family: Roboto;
	display:flex;
	flex-direction: column;
	align-items: center;
} 
h1,h2,h3,h4,h5 {
	margin:0;
    font-family: "Fira Sans Extra Condensed";
}
h2 {
    margin:0 0 20px 0;
}
section {
	display:flex;
	flex-direction: column;
	align-items: center;
	width:100%;
}
#Materias {
}
.Mat0 {
	display:flex;
	flex-direction: column;
	align-items: center;
	
	margin:10px;
	padding: 20px;
	background-color: rgba(255,249,99,1.00);
	border-radius:20px;
	
}
.Mat1 {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
}
.Mat2 {
	margin-right: 20px;
}
.flex {
    display:flex;
}
.center {
    align-items: center;
	align-content: center;
}
.column {
    flex-direction: column;
}
footer {
    background-color: rgba(25,25,25,1);
    
    font-family: 'Open Sans';
    font-weight:500;
    font-size:8pt;
    color:white;
	
	padding:30px;
}