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

/*  Reglas generales  */

body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

a {text-decoration: none;}



img {
    width: 30%;
    height: 30%;
    align-items: center;
}

figure {
    margin: 0;
    padding: 0;
    max-width: 30em;
}
main img{
    width: 30%;
    height: 30%;
}





/* 1ra parte de css para celulares, mobile first */


nav ul li {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0.5em;
    font-size: 1em;
    margin: 0.3em;
}

nav ul li a {
    color: #B8B6B4;
}

b {
    color: #B8B6B4;
}

figurecaption {
    color: #B8B6B4;
    font-size: 0.6em;
}

.avatar {
    width: 70%;
    border-radius: 100%;
    border: 0.5em solid darkseagreen;
    margin: auto;
    display: block;
    margin-top: 4em;
}


.estudiante {
    align-items: center;
    text-decoration: none;
}

article {
    background: #C2C1BE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.5em;
    padding: 1em;
    text-decoration: none;
}


#isologo, header h3{
    display: inline-block;
}

footer {
    background-color: white;
    padding: 1em;
    margin: 2em;
}

h1 {
    font-family: 'Epilogue', sans-serif;;
    font-weight: 700;
    text-align: center;
    color: darkseagreen;
}

h2 {
    font-family: 'Epilogue', sans-serif;;
    font-weight: 500;
    color: white;
}

div id="datos" {
    font-family: 'Roboto', sans-serif;
}

strong {
    color:darkseagreen;
}

li {text-decoration: none;}

.logoacumar {
    width: 100%;
}
