@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

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

body {
    background-color: #2b2d42;
    color: #edf2f4;
    font-family: 'Montserrat', sans-serif;
}

#opciones{ 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-end;
    margin: 3%;
}

#datos-personales{
    text-align: center;
    background-color: #2b2d42;
    margin-bottom: 2%;
}

#materias-cursadas{
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #edf2f4;
    color: #2b2d42;
    text-align: center;
}

#foto-personal {
    border-radius: 50%;
    width: 25%;
}

#alumna{
    font-size: x-small;
    margin: auto;
}

#info-alumna{
    font-weight: 100;
} 

.titulo{
    font-size: 100%;
}

h2 {text-align: center;}

h3 {text-align: center;}

#alumnos {
    display: flex; justify-content: space-around; 
}

#recorrido article{
    margin: 6%;
}

#recorrido ul{
    padding: 0px !important;
}

#recorrido li{
    margin: 2% 0%;
}

#integrantes{
    margin: 2%;
}

#datos-facultad{
    margin: 2% 0 1% 0;
    color: whitesmoke !important;
    font-size: small;
}

#logo{
    text-align: center;
}

#logo-uba{
    width: 15%;
}

#uba{
    text-align: center;
}

#catedra{
    margin: 2% 0px;
    text-align: center;
}


footer {
    background-color: #8d99ae;
    color: white;
    text-align: center;
    font-size: 0.7rem;
}

ul li {
    list-style-type: none;
}

a{
    text-decoration: none;
    color: #ef233c;
}

a:hover{
    cursor: pointer;
    font-weight: bold;
}


@media (min-width:567px){

    
    #opciones{ 
        display: flex;
        flex-direction: row;
        flex-wrap: wrap-reverse;
        justify-content: space-around;
        align-items: flex-start;
        align-content: flex-end;
        margin: 3%;
    }
    
    #datos-personales{
        text-align: center;
        background-color: #2b2d42;
        padding: 2%;
    }
    
    #foto-personal {
        border-radius: 50%;
        width: 18%;
        margin-bottom: 2%;
        border-style: solid;
        border-color: #2b2d42;
    }
    
    #alumna{
        margin: auto;
    }

    #info-alumna{
        font-weight: 100;
    }   

    .titulo{
        margin: 2% 0%;
    }
    
    #alumnos {
        display: flex; 
        justify-content: space-around; 
    }
    
    #recorrido{
        display: flex;
        justify-content: space-around;
    }

    #recorrido article{
        margin: 0px !important;
    }

    #recorrido ul{
        padding: 0px !important;
        margin-top: 20px;
    }
    
    #recorrido li{
        margin: 2% 0%;
    }

    #recorrido h4{
        text-align: center;
    }
    
    #datos-facultad{
        color: whitesmoke !important;
        display: flex;
        justify-content: space-around;
    }

    #datos-facultad p{
        font-size: small;
    }

    #integrantes{
        padding: 3%;
        margin: 0px !important;
        background-color: #edf2f4;
        color: #2b2d42;
    }

    #materias-cursadas{
        padding-top: 1%;
        background-color: #edf2f4;
        color: #2b2d42;
    }

    #uba{
        padding: 2%;
        width: 170%;
        text-align: left !important;
    }

    #logo{
        margin: auto;
        width: 60%;
        text-align: center;
    }
    
    #logo-uba{
        width: 70%;
    }

    #catedra{
        padding: 2%;
        margin: 0px !important;
        text-align: left !important;
    }
    
    footer p {
        background-color: #8d99ae;
        color:#2b2d42 ; 
        font-size: 0.7rem;
        font-weight: bold;
        padding: 1% 0px;
    }
    
    ul li {
        list-style-type: none;
    }

}
