* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    margin: 0;
    background-color:#F5F5F5;
    min-height: 100dvh;
    grid-template-rows: auto 1fr;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 35px;
    margin-bottom: 2.5rem;
}

header{
    background-color:black;
    padding: 1rem;

}

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

header .menu { 
    display: grid;
    gap: 1rem;
    display: flex;
}

header nav ul {
    margin-block: 0;
}

header nav a {
    color:#F5F5F5;
    display: block;
    width: 5em;
    padding-block: .3em;
    border-radius: 0.8em;
    text-align: center;
    margin-top: 0.5rem;
}

header nav a:hover {
    background-color:aliceblue;
    outline: none;
}

.logo-dgpc {
    width: 50%;
}

main{
    display: block;
}


.menu-contenedor ul li {
    text-align: center;
    list-style: none;
    width: 4em;
    float: left;
}

a{
    text-decoration: none;
    list-style: none;
    color: whitesmoke;
}

a:hover{
    color: #0b6969;
}

h2{
    color: darkcyan;
}


h3{
    text-align: center;
    margin-bottom: 1rem;
}

h4{
    text-align: center;
}


.mis-datos {
    max-width: 65rem;
    margin: auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.datos-bruno{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    align-items: center; 
}

.datos-personales {
    max-width: 65rem;
    border-radius: 0.50em;
    margin: auto;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px; 
}

.datos-bruno h1{
    font-size:xx-large;
    margin-bottom: 20px;
}

.datos-bruno p{
    font-size: large;
}

.mi-presentacion p {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.mi-foto {
    width: 80%;
    border-radius: 20%;
}

.contactos-redes {
    display: flex;
    flex-direction: row;
    color:#fbfaeb;
    font-family: 'Akshar', sans-serif;
    margin-top: 20px;
}

.behance{
    padding: 10px 25px;
    background-color:#6bbac0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color:#F5F5F5;
    border-radius: 5px;
    box-shadow: 0 .2em .4em cadetblue;
    border-block-end: #1c5e5e 3px solid;
}

.instagram {
    padding: 10px 25px;
    background-color:#6bbac0;
    font-weight: 400;
    font-size: 20px;
    color:#F5F5F5;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0 .2em .4em cadetblue;
    border-block-end: #1c5e5e 3px solid;
}


.materias-general {
    max-width: 65rem;
    margin: auto;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contenedor-materias ul li{
    align-content: center;
    color: #000000;
    font-weight: 200;
    margin: 1.5px;
    text-align: center;
}

.contenedor-materias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    padding: 10px;
}

.aprobadas{
    background-color: #addddf;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-block-end: #0b6969 5px solid;
    border-block-start: #0b6969 5px solid;
}

.cursando{
    background-color: #addddf;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-block-end: #0b6969 5px solid;
    border-block-start: #0b6969 5px solid;
}
.restantes{
    background-color: #addddf;;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-block-end: #0b6969 5px solid;
    border-block-start: #0b6969 5px solid;
}

.portfolio-general {
    max-width: 65rem;
    margin: auto;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}



.equipo-general {
    max-width: 65rem;
    margin: auto;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.equipo-vm11{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(40rem, 100%), 1fr));
    padding: 10px;
    text-align: center;
    justify-content: center;
}

.rotulo-cami {
    padding: 30px;
    margin: 20px 10px;
    background-color:#6bbac0;
    border-radius:20px;
    box-shadow: 0 .5em .8em cadetblue;
}

.rotulo-sol {
    padding: 30px;
    margin: 20px 10px;
    background-color:#6bbac0;
    border-radius: 20px;
    box-shadow: 0 .5em .8em cadetblue;
}


.academicos-contenedor {
    max-width: 65rem;
    margin: auto;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

.datos-academicos ul li{
    list-style: none;
    display: flex;
    color: #F5F5F5;
    font-weight: 200;
    margin: 1.5px;
}

.datos-academicos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    padding: 10px;
}


.datos-academicos-fadu{
    background-color: #9bd2d4;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-left: #0b6969 2px solid;
    border-right: #0b6969 2px solid;
    box-shadow: #6bbac0 0 .25em .5em;
}

.datos-academicos-uba{
    background-color: #9bd2d4;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-left: #0b6969 2px solid;
    box-shadow: #6bbac0 0 .25em .5em;
}
.datos-academicos-dgpc{
    background-color: #9bd2d4;
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
    border-right: #0b6969 2px solid;
    box-shadow: #6bbac0 0 .25em .5em;
}

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

.imgdatos{
    max-width: 50rem;
    border-radius: 0%;
}
.academicos-contenedor a:hover img {
    box-shadow: 4px 4px 4px #0000003f;
    transition: box-shadow .3s ease;
}

footer{
    background-color: black;
    color: whitesmoke;
    padding: 2rem;
}