@charset "utf-8";

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

html{
    height: -web-fill-available;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(75, 48, 180);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -web-fill-available;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 900;
}

ul,
ol {
    list-style: none;
}

p,h1,h2,h3 {
    margin-bottom: 0,5em;
}

#logo a {
    display: block;
    border-radius: 50%;
    width: 6rem;
    aspect-ratio: 1;
    text-align: center;
    font-size: 1.75rem;
    background-color: rgb(75, 48, 180);
    border: solid 4px rgb(124, 92, 249);
}

#logo a:hover, #logo a:focus-visible {
    background-color: rgb(124, 92, 249);
    border: solid 4px rgb(75, 48, 180); 
}

#logo a {
    display: grid;
    place-items: center;}
    header  a {
        color: #ffffff;
     }
h1 {
    color: aliceblue;
}
h2 {
    color: aliceblue;
}
.datoacademico{
    text-align: center;
}
h4 {
    color: aliceblue;
    text-align: center;

}
p{
    color: rgb(190, 249, 249);
}
header{
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgb(255, 214, 52) 
}
img{
    max-width: 100%;
    height: auto;

    
}
.contenedor{
    max-width: 65rem;
    margin-inline:auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    margin-block: 1;
    display: flex;
    gap: .25em;
    margin-inline: 1em;
    background-color: rgb(255, 143, 52) ;
    padding: 1em;
    border-radius: 0.5em;
    background-color: rgb(124, 92, 249);
    border: solid 4px rgb(75, 48, 180); 
}

header nav a {
    color:rgb(225, 219, 248);
    display: block;
    width: 5em;
    padding-block: .25em;
    text-align: center;
    transition: .2s;


     }

     .botones {
        margin: auto;
        margin-bottom: 2em;
        display: flex;
        justify-content: center;
        color: hsl(0 0% 95%);
        padding-block: .25rem;
        border-radius: 0.25em;
        text-align: center;
        transition: .3s;
    }
    
    .botones a {
        margin-inline: 0.3em;
        background-color: rgb(255, 214, 52) ;
        padding: 1em;
        border-radius: 0.5em;
       
    }
    section a{margin: auto;
        margin-bottom: 2em;
        display: flex;
        justify-content: center;
        color: hsl(0 0% 95%);
        text-align: center;
        

    }
.leo{
    display: flex;

    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    margin: auto;
    align-content: center;
    }
    .leo img{
        width: 400px;
        border-radius: 30%;
    }
        
    .info{
        display: flex;
        justify-content: center;
    }
    .materias{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
          text-align: center;
        color: #ffffff;
        }
    .rotuloequipo{
        display: flex;
        justify-content: center;
    }
section article{
    display: flex;
    padding: 2em;
    margin: 1em;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border:1px solid rgba(247, 207, 8, 0.307);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    justify-content: center;
    
}
article .equipo{
    color: rgb(190, 249, 249);
}
.equipo a{
    color: antiquewhite;
}
.analisis a {
    color: aliceblue;
}
.analisis{
    margin-inline:auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}
.equipo2{
    color: rgb(190, 249, 249);
}
.equipo2 img {
    width: 40px;
    color: aliceblue;
    
}
.trabajos img{
    width: 400px;
}
.propuesta img{
    width: 500px;

}

.materias h2 {
    text-align: center;
    margin: 2em;
    border-block-end: 2px solid rgb(1, 170, 114);
    padding-block-end: 1rem;
}

.contenedora_2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
     text-align: center;
}

.academico {
    padding: 2em;
    margin: 1em;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border:1px solid rgba(247, 207, 8, 0.307);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

}

.academico img {
    width: 5em;
    padding: 0.5em;
    margin-block-end: 1em;
}
footer{
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgb(255, 214, 52) 
}