html {
  box-sizing: border-box;
}
*,
:before,
:after {
  box-sizing: inherit;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.contenedorNavegacion {
  padding: 14px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul {
  padding: 0;
  list-style: none;
}

.logo {
  width: fit;
}
.nav ul {
  display: flex;
  gap: 14px;
}

/* body */
body {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0;
  background-color: whitesmoke;
}

/*  Tomas Alberto Carrughi  */
h1 {
  font-size: 40px;
  color: red;
  text-align: center;
}

/* / FOTO DE PERFIL / */
.imgContenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.TomasPerfil.jpg {
  width: full;
  border-radius: 100%;
}

/* / Sobre mi / */
h2 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background-color:red;
  border-radius: 6px 6px;
  padding: 7px 0;
}

/* / Tengo 21 años.. / */
.contenedortexto {
  font-size: 23px;
  color: #000000;
  text-align: center;
}

/* / Materias Aprobadas... / */
.contenedordatos {
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}

.contenedorcursadas {
  ul {
    text-align: center;
  }
}

h4 {
  font-size: 23px;
  color: red;
  text-align: center;
}

/* / intengrante de grupo Bruno Postiglione / */
section nav ul li a {
  font-size: 20 px;
  color: #000000;
  text-align: center;

}

/* / footer */
*/ footer {
  background-color: red;

}

.contenedorleyenda {
  margin: 0;
  font-size: 11px;
  color: #ffffff;
  background-color:red;
  text-align: center;
  padding: 20px 0;
}

ul li{
  font-size: 20 px;
  color: #000000;
  text-align: center;
}

p{
  font-size: 20 px;
  color: #000000;
  text-align: center;
}

.logoubaa{
  display: flex;
  justify-content: center;
  align-items: center;
}

.logooDGPC{
  display: flex;
  justify-content: center;
  align-items: center;
}

.logofaduu{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}