@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box;}

body{
	background: #e7e6e6; 
	font-family: 'Roboto', sans-serif;
}

header{
	background:#e7e6e6;
}

h1 {
	color: #fff; 
	font-size: 2rem; 
	margin-top: 3%; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
}

h3{
	color: #e7e6e6; 
	margin: 5%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 1.5rem;
}

h4 {
	color: #10537d; 
	margin: 5%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 1.5rem;
}

p{


}
/*
.menugeneral{
	background: #10537d;
	text-align: center; 
	padding: 1%;
	margin: auto;
} */

.menugeneral {
    background: #10537d;
    text-align: center;
    padding: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    }

.menugeneral a{
	    font-size: 1rem;
	    padding-left: 2rem;
	    padding-right: 2rem;
}

.linksmenu{
	text-decoration: none; 
	color: #e7e6e6; 
	font-size: 0.9rem; 
	font-weight: 500; 
	margin-left: 4%; 
	margin-right: 4%;
}


.contenedornombreyfoto{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding: 4%;
	font-family: 'Roboto', sans-serif; 
	font-weight: 100;
	background-color: #10537d;
}

.foto{
	border-radius: 10rem; 
	width: 16%; 
	display:block; 
	margin: center;
} 

.infoalumno{
	width: 30%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif;
}

.materiasgeneral {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	align-content: stretch;
	background-color: #e7e6e6;
}

.materiasaprobadas {
	margin: 3%; 
	justify-content: center;
}
    
.materias{
	color: black; 
	margin: 3%; 
	text-align: center; 
	font-size: 1rem; 
	line-height: 1.5rem; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
}

.section-fotos {
    justify-content: center;
}

.integrantes {
    background: #10537d;
    width: 100%;
    text-align: center;
    border-radius: 0 0 0 0;
    font-size: 1.3rem;
    color: #fcf0e4;
    padding: 1%;
    margin: auto;
    font-weight: 525;
}

.fotos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin-bottom: 5%;
    background-color: #e7e6e6;
}

.cuadro {
    text-align: center;
    margin-top: 3%;
}

.cuadro .foto {
    width: 8rem;
    height: 8rem;
    margin-bottom: 8%;
    margin-top: 8%;
    box-shadow: 0rem 0rem 1.5rem #adaaaa;
}

.cuadro .nombre {
    color: #10537d;
    padding: 0.8rem;
    width: 10%;
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 500;
    border-bottom: 1.5px solid #10537d;
    margin-bottom: 8%;
}

.cuadro .nombre:hover {
    background: #10537d;
    color: #fcf0e4;
    transition: 0s;
    padding: 5%;
}

.cuadro .foto:hover {
    background: #10537d;
    color: #fcf0e4;
    transition: 0s;
    box-shadow: 0rem 0rem 2rem #10537d;

}

.linksmenu:hover {
    background: #fff;
    color: #0d71b9;

}


footer{ 
	padding: 2%; 
	text-align: center;
    background-color: #10537d;
}

footer p{
	color: #e7e6e6; 
	line-height: 1.1rem; 
	font-size: 0.7rem; 
	max-width: 60rem; 
	margin: auto;
}

