@charset "utf-8";

* {
    box-sizing: border-box;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI','Times New Roman','Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    color: black;
    background-color:  rgb(237, 239, 246);
}

main {
    margin-left: 2rem;
    margin-right: 2rem;
}

.caja h1 {
    color: rgb(3, 37, 108);
    font-size: 40px;
    text-decoration-line: overline;  
    border-block-end: none;
}


img {
    max-width: 100%;
}

.imagen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hipo img {
width: clamp(5rem, 5rem + 25vw, 30rem);
background: rgb(3, 37, 108);
box-shadow: 0 4px 2px hsl(0 0% 0% / 20%), 0 4px 2px hsl(0 0% 0% / 20%) inset;
margin-right: 2rem;
width: 27rem
}

.imagen_boceto {
    width: 28rem;
}

.menu li a {
    justify-content: space-between;
    background-color: rgba(237, 239, 246, 0.758);
    border: 1px solid rgb(3, 37, 108);
    display: block;
    padding-block: 0.25rem;
    width: 6rem;
    text-align: center;
    float: left;
    border-radius: 0.25rem;
    text-decoration: none;
}

.menu li a {
    color: rgb(3, 37, 108);
    font-weight: bold;
}

.caja {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.caja {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
 }


header,
footer{
  background-color:#aaa1ea62;
  color: hsl(0 0% 95%);
}

header .menu{
display: flex;
gap: 0.25rem;
}

header {
    box-shadow:
      0 
      4px 
      4px 
      hsla(0, 6%, 10%, 0.319);
}

header {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
}

li{
    list-style: none;
    margin-bottom: 20px;
}


h1 {
   color: rgb(3, 37, 108);
    font-size: 30px;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-block-end: 3px solid #aaa1ea;
    padding-block-end: 0.4rem;
}

.contenedora {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.imagenes img {
    display: flex;
    width: 100%;
}

.equipo img {
    width: 5rem;
    border-radius: 60%;
}
    
.equipo div {
    padding-bottom: 1rem;
}
    
.equipo article {
    display: flex;
    align-items: flex-start;
    gap: 2rem;    
}
    
.equipo_textos>* { 
    margin-block: 0;
    font-size: 18px;
    font-weight: 498;
}
    
.equipo_textos h3 {
    font-weight: bold;
    text-decoration: underline;
}
    
.equipo_textos {
    font-size: 1em;
}
    
.equipo_textos {
    align-self: stretch;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1.50rem;
}
    
.equipo a {
    background-color:#aaa1ea;
    color: rgb(3, 37, 108);
    border: 1px solid rgb(3, 37, 108);
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    width: 6rem;
    border-radius: 0.25rem;
    padding-block: 0.125rem 0.25rem;
    text-align: center;
    display: grid;
    margin-inline-start: auto;
}
    
    
.equipo_textos a {
    margin-inline-start: auto;
}
    
    
h3, h4 {
    color:rgb(3, 37, 108) 
}


div {
    padding-bottom: 1rem;
}


h3, h4 {
  color:rgb(3, 37, 108) 
}

/* -------------
datos academicos
-------------- */ 

.academicos h2 {
    color: rgb(3, 37, 108);
    font-size: 30px;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-block-end: 3px solid #aaa1ea;
    padding-block-end: 0.4rem;
}

.academicos div h3 {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.academicos ul li {
    color: black;
    font-size: 14px;
    font-weight: 640;
}

.academicos div h4 {
    color: rgb(3, 37, 108);
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 650;
}

.academicos div p {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 650;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 2px rgb(3, 37, 108) ;
    padding-block-end: 1.5em;
    margin-block-end: 1.5em;
}
  

.academicos img {
    display: block;
    width: 6em;
    aspect-ratio: 1;
    background-color:#aaa1ea62;
    padding: .5rem;
    box-shadow: 0 4px 4px transparent;
    transition: box-shadow .6s ease;
}

  
.academicos a:hover img {
    box-shadow: 0 4px 4px hsl(0 0% 0% / 20%);
    transition: box-shadow .3s ease;
}


.fadu img{
    width: 20%; 
    height: 20%; 
    margin-right: 10em; 
}


a:link>* { 
    color: rgb(3, 37, 108);
}

.academicos  ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 5px;
}
  
.academicos  ul  li {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    align-content: flex-start;
}
  
.academicos  ul li {
    margin: 0;
}

/*----
footer
-----*/

footer img {
    max-width: 10rem;
}
  
footer p {
    margin-block-end: 0rem;
}

footer .contenedora {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 1rem;
    align-items: center;
}
  
footer .contenedora p {
    margin-block: 0;
}
  
.texto_contenedora p {
    font-size: small;
    font-weight: bold;
    color:  rgb(3, 37, 108);
}  