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

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

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f9f8f6;
  color: #333333;
  line-height: 1.6;
  padding-top: 100px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4865b3;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  height: 80px;
}

header img {
  height: 50px;
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}

/* Navegación */
nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 100%;
  margin: 0;
}

nav ul li {
  display: flex;
  align-items: center;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

nav ul li a:hover {
  color: #ffffff;
}

.integrante {
  background-color: hsl(215, 71%, 92%);
  border-bottom: 5px solid #4865b3;
  border-top: 5px solid #4865b3;
}
section {
  padding: 20px;
  display: block;
  unicode-bidi: isolate;
}
.nombre {
  text-align: center;
  border: 2px solid black;
  border-radius: 1rem;
  display: block;
  background-color: #4865b3;
  padding: 10px;
  box-shadow: .3rem .3rem #d77519;
}

/*regla para todos los elementos que sean h1*/
:is(article, aside, nav, section) h1 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  color: #fff;
}

.juli {
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  padding: 20px;
  border: 3px solid black;
  border-radius: 1rem;
  margin-bottom: 20px;
}
figure {
display: block ;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
unicode-bidi: isolate;
}
img {
  width: 100%;
  overflow-clip-margin: content-box;
  overflow-y: auto ;
  overflow-x:auto ;
}
div {
  display: block;
  unicode-bidi: isolate;
}
.descripcion {
  padding: 10px;
}
article {
  display: block;
  unicode-bidi: isolate;
}
h2 {
  display: block;
  font-size: 1em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  unicode-bidi: isolate;
}

.boton-behance {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.boton-behance:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}
.boton-ig1 {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.boton-ig1:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}
.boton-ig2 {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.boton-ig2:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}

.grid-materias {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.aprobadas {
  background-color: #4865b3;
  box-shadow: .3rem .3rem #d77519;
    padding: 1rem;
    border: 2px solid black;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
}
.materias-cursando {
  background-color: #4865b3;
  box-shadow: .3rem .3rem #d77519;
    padding: 1rem;
    border: 2px solid black;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
}

.Gianella {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.Gianella:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}
.Julieta {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.Julieta:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}
.Fiorella {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.Fiorella:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}
.boton-poster {
  justify-content: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #4865b3;
  color: #fff;
  padding: 20px ;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  box-shadow: .5rem .5rem #d77519;
  object-position: center center;
  border: 3px solid black;
}
.boton-poster:hover {
  background-color: #e8dada;
  color: #3e3e3e;
}

.info-academica ul li {
  background-color: #e7aa71;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: .5rem .5rem #d77519;
  line-height: 1.4;
  color: #fff;
}

footer {
  background-color: #4865b3;
  color: #dcd7ca;
  text-align: center;
  font-size: 0.85rem;
  padding: 2rem 1rem;
  margin-top: 3rem;
  border-top: 1px solid #344429;
  width: 100%;
}