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

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

/* body */

body{
	background: rgb(255, 255, 255);
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

/* header */

header{
	background: rgb(0, 0, 0);
	font-family: 'Sora', sans-serif;
	padding: 1%;
}


/* cuerpo */

h1{
	color: rgb(255, 255, 255);
	font-family: 'Sora', sans-serif;
	font-weight: 600;
	font-size: 1.7rem;
}

h2{
	color: rgb(76, 76, 76);
	font-family: 'Sora', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
}

h3{
	color: rgb(76, 76, 76);
	font-family: 'Sora', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 2%;
}


/* barra nav*/

.menugeneral{
	background: black;
	padding: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: baseline;
	align-content: stretch;
	font-family: 'Sora', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.menu-nav-general {
	width: -webkit-fit-content;
 	width: -moz-fit-content;
  	width: fit-content;
  	height: -webkit-fit-content;
  	height: -moz-fit-content;
  	height: fit-content;
 	border-radius: 6px;
  	background: transparent;
  	border: 2px solid white;
}

.menu{
	text-decoration: none;
	color: rgb(255, 255, 255);
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  	position: relative;
  	margin: 4px 16px 4px 16px;
	}

.menu:hover{
	color: rgb(73, 130, 194);
	}

/* integrantes */

.personas{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
    align-content: center;
	color: rgb(76, 76, 76);
	padding: 2%;
	margin: 2%;
	width: 70%;
	margin: auto;
}

.fotoynombre{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.foto{
	border-radius: 10rem;
	width: 75%;
}

.grupa{
	color: rgb(76, 76, 76);
	text-decoration: none;
	font-family: 'Sora', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	margin-top: 6%;
}

.grupa:hover{
	color: rgb(73, 130, 194);
	font-weight: 700;
}

/* datos académicos */

.titulosection{
	border-bottom: 0.1rem solid rgb(76, 76, 76);
	margin: 3%; width: 70%;
	display: inline-block;
	text-align: center;
}

.datosacademicos{
	margin-top: 3%;
	width: 100%;
}

.datosacademicos p{
	color: rgb(76, 76, 76);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4rem;
	max-width: 70%;
	margin: auto;
}

/* footer */

footer{
	background: rgb(0, 0, 0);
	padding: 2%;
	margin-top: 3%;
}

footer p{
	color: rgb(158, 158, 158);
	font-size: 0.8rem;
	line-height: 1.1rem;
	max-width: 60rem;
	margin: auto;
}

.wrapper-img{
	width: 100%;
	overflow: hidden;
}

.cover-img{
    width: 100%;
}

.footer-plan{
    margin-top: -0.25rem;
}

