@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500;700&family=Lato:wght@400;700&display=swap');



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

body {
  background-color: #f0eff4;
  font-family:  'Dosis', sans-serif;
}

ul {list-style: none;}

header {
  background-color:#e05780;
  max-width: 100%;
}

.contenedora {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin-inline: auto;
}

#logo a {
  display: block;
  width: 5em;
}

#logo a img {
  max-width: 100%;
  width:100%
}

.menu ul {
  list-style: none;
  display:flex;
  column-gap: 0.2em;
}

.menu li {
  background-color:#2E294E; 
  padding: 0.2em;

}

.menu ul li a {
  color:#ffffff;
  text-decoration: none; 
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 1em;
}


main {
  display: block; 
  justify-content: center;
  max-width: 80%;
  margin-inline: auto;
}


.presentación {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  padding-top: 5em;
}

.presentación #lucila {
  max-width: 50%;
  border-style: solid;
  border-color: #e05780;
  border-radius: 10em;
  border-width: 0.4em;
}

.presentación h1 {
  font-family:  'Dosis', sans-serif;
  font-weight: 700;
  font-size: 3em;
  color: #2E294E;
  margin-top: 0.5em;
  margin-bottom: 0%;
}

#estudiante {
  display:inline-block;
  align-items: center;
  justify-content: center;
  font-family:  'Dosis', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #e05780;gap:0.5em
}

#estudiante a {
  max-width: 8em; 
  width: 5em;
}

#estudiante a img {
  width:5em
}


#sobre {
  font-family:  'Dosis', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  background-color: #e05780;
  display: block;
  padding: 0.2em;
  color: #f0eff4;
  margin-top:2em;
  margin-bottom: 2em;
}

.materias {
  display:flex;
  justify-content: center;
  margin-bottom: 2em; 
  border-color:  #e05780;
  border-bottom-style: solid;
  border-width: 0.15em;
  padding-bottom: 2em;
  align-content: center;
}

.materias div {
  border-right: #2E294E; 
  border-style: solid; 
  padding-right: 1em;
}

.materias div h3 {
  font-family:  'Dosis', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #2E294E ; 
  text-align: right;
}

.materias div p {
  font-family:  'Dosis', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #e05780;
  font-size: medium;
  padding-bottom: 0.5em;
  text-align: right;
}

#años {
  margin-left: 1em; 
}

#años p {
  color: #2E294E ; 
  margin-bottom: 0.5em;
  font-family:  'Dosis', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}

.matul {display: grid; 
  grid-template-columns: auto auto auto ;
  margin-bottom: 1em ;
  max-block-size: 100%;
}

.matul li {display:block;
  background-color: #e05780; 
  color: #f0eff4; 
  font-family:  'Dosis', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
  margin-right: 1em;
  padding:0.2em; 

}

.matul li p {
  font-weight: bold;
  padding-top:0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
}

h3 {
  color: #2E294E ; 
  font-family:  'Dosis', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.galeria { 
  display:grid; 
  grid-template-columns: auto;
  margin-bottom: 2em; 
  border-color:  #e05780;
  border-bottom-style: solid;
  border-width: 0.15em;
  padding-bottom: 2em;
}

.galeria img {
  width: 100%;
  height: 100%;
  max-width: 100%;

}

.galeria div {
  position: relative;
  margin: 0.2em;}

.galeria figcaption {
  background-color:#e05780be;
  padding: 0.5em;
  color: white;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  inset: 0;
  font-size: 1em;
  height: max-content;
  top:auto
  
}

.galeria figcaption span{
    font-weight: 500;
    display: block;
    margin-block-start: 0.5em;
    text-transform: none;
}


.actividades {
  display:flex;  
  flex-direction: column;
  margin-bottom: 1em; 
  border-color:  #e05780;
  border-bottom-style: solid;
  border-width: 0.15em;
  padding-bottom: 2em;

}

.articulos {
  background-color:#ffffff;
  border-width: 0.15em;
  margin-bottom: 1em;
  padding: 0.5em;
}
.articulos div { max-width: 100%;}
.foto {max-width: 100%;box-sizing: border-box;padding: 0.5em;}
.descripcion { padding: 1em; color: #2E294E;
} 

.descripcion h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.descripcion p {font-weight: 500;  font-size: 1em;}


.institucional {
  display:flex;
  flex-direction:column; 
  justify-content:center ;
  box-sizing: border-box;
  font-size: 1em;
}

.institucional>section {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom-style: solid;
  border-bottom-width: 0.15em;
  border-bottom-color: #e05780;
}


.institucional section h3 {
  color: #e05780;
}

.faduuba { 
  margin-top:1em; 
}

footer {
  display: block; 
  justify-content: center;
  max-width: 80%;
  margin-inline: auto;
  padding-top: 1em;
  margin-bottom: 1em;
  font-size:0.7em;
  color:#e05780;
}

@media (min-width: 780px) {
  .galeria {grid-template-columns: auto auto;}
  body {font-size: 1.5em;}
  
}

@media (min-width: 992px) {
  .galeria {grid-template-columns: auto auto auto;
  }
  .articulos {
    display:grid;  
    grid-template-columns: 3fr 2fr;
  }
  .institucional
  {  padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .institucional>section {
    padding-bottom: 1em;
    border-bottom-style:none;
    border-bottom:none
  }
  .institucional { border-bottom-style: solid;
    border-bottom-width: 0.15em;
    border-bottom-color: #e05780; }


}
