@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap');



body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background: #fcf8ec;
}


/*MENU*/
.menu{
    display: flex;
    flex-direction:row;
    justify-content: center;
    font-family:'Open Sans';
    font-weight: 600;
}

.menu a{
    margin: 1%;
    font-size: 1rem;
    color: #456268;
    text-decoration: none;
    
}
.menu a:hover {
    color: #d0e8f2;
}


/*DATOS PERSONALES*/
.datos {
    display: block;
    border-radius: 1%;
    padding: 2% 0% 2% 0%;
    font-size: 1.5em;
    text-align: center;
    background-color: #456268;
    
}
.icono{
    margin: auto;
    display: block;
    border: 0.2rem solid #79a3b1;
    border-radius: 5rem;
    padding: 0;
    width: 150px;
    
}

h1{
    color: #d0e8f2;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'Nunito', bold;
    align-content: center;
}
h3{
    font-family:'Nunito';
    font-size: 1.8rem;
    font-weight: 800;
    color: #79a3b1;
    align-content: center;
    margin: 0% 15% 0% 15%
}
.datos h2{
    color: #ffff;
    font-weight: 100;
    font-size: 1rem;
}


/*DATOS CARRERA*/
.carrera-cursada{
	display: flex;
	flex-direction: row-reverse;
    justify-content:space-around;
    margin-top: 2%;
    justify-content: center;
        
}

.materias-lista{
	background: #79a3b1;
    text-align: center;
	padding: 10%;
	min-height: 300px;
    width: 200px;
    border: 2px solid #ffffff;
	border-radius: 50px;
    color: #ffffff;
    
}

/*ESPACIADO*/
.espaciado{
    padding-top: 5%;     
}

.datos_academicos p{
    color: #456268;
}

/*MENU EQUIPO*/
a {
    color:#fff;
    text-decoration: none;
}

buttom {
	background: #456268;
    text-align:center;
    align-items:center;
    padding: 0rem 0.5rem 0rem 0.5rem;
    margin: 0.5%;
	border: 2px solid #fcf8ec;
	border-radius: 30px;
    color: #fcf8ec;
    }
buttom:hover{
    background: #79a3b1;
}
.alumno{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    margin: 2%;
}

.equipo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    
}


/*FOOTER*/
footer p{
    margin: 1%;
    color: #456268;
    font-size: 0.6rem;
    padding: 1% 10% 1% 10%;
    text-align: center;
    font-family: 'Open Sans';
    
}