@charset "stf-8";


body
#HeaderyMain {
    background-image: url(fondo.jpg);
    background-repeat: round;
}

header {
    margin: 0em;
    padding-top: 4em;
    padding-bottom: 1.5em;
}

#logos {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}
#UBA {
    width: 80%;
}
#DGPC {
    width: 100%; 
}


#EnlacesNAV ul {
    display: flex;
    padding: 1em;
    list-style: none;
    font-size: 0.8em;
    justify-content: space-evenly;
}
#EnlacesNAV ul a { 
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
}

#LinksGrupo nav ul {
    display:grid;
    margin-top: 0em;
    grid-template-rows: 30px 30px;
    justify-content: center;
    text-align: center;
    padding: 0.5em;
    font-family: serif;
    list-style: none;
}
#LinksGrupo nav ul a {
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
    font-size: 0.8em;
    padding: 0.3em;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px 20px 20px;
    box-shadow:  1rem 1rem 2rem 0rem rgb(2 2 2 / 20%);
}


/*-----------------------Main-----------------------*/
#Video {
    max-width: 10%;
    justify-content: center;
}

.Alumna {
    display: flex;
    justify-content: center;
}
.Alumna p img {
    border-radius: 10em;
    background-color: #ffffff;
    padding: 0.4em;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
#InfoPersonal h1 {
    margin-left: 2em;
    margin-top: 2em;
    color: #47886c;
}
#InfoPersonal ul{
    list-style: none;
    color: #47886c;
    font-size: 0.9em;
}


#Columnas {
    justify-content: center;
    margin-top: 3em;
}

#CARRERA {
    max-width: 60%;
    height: 62%;
    background-color: #ddf5eb;
    background-size: 1em;
    padding: 4%;
    margin: auto;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
    
#CARRERA h2 {
    align-content: center;
    text-align-last: center;
    font-family: sans-serif;
    color: #45524c;
    font-size: 1em;
}

#CARRERA h3 {
    align-content: center;
    margin-bottom: 0.5em;
    color: #45524c;
    font-size: 0.9em;
}

#CARRERA ul {
    align-content: center;
    margin: auto;
    color: #45524c;
    font-size: 0.9em;
}

#CARRERA p {
    font-size: 0.9em;
    margin-left: 2em;
    margin-right: 1.5em;
    color: #45524c;
}

#HOBBIES {
    max-width: 60%;
    height: 65%;
    background-color: #ddf5eb;
    background-size: 1em;
    padding: 4%;
    margin: auto;
    margin-top: 2em;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}

#HOBBIES h2{
    align-content: center;
    text-align-last: center;
    font-family: sans-serif;
    font-size: 1em;
    color: #45524c;
    margin-bottom: 0em;
} 
#HOBBIES ul {
    text-align-last: left;
    align-content: center;
    color: #45524c;
    font-size: 0.9em;
    margin-right: 1.5em;
}
#HOBBIES ul a {
    margin-left: 0em;
    font-size: 0.9em;
}

#TRABAJO {
    max-width: 60%;
    background-color: #ddf5eb;
    background-size: 1em;
    padding: 4%;
    margin: auto;
    margin-top: 2em;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
    
#TRABAJO h2 {
    align-content: center;
    text-align-last: center;
    font-family: sans-serif;
    font-size: 1em;
    color: #45524c;
}
#TRABAJO p {
    align-content: center;
    text-align: left;
    color: #45524c;
    font-size: 0.9em;
    padding: 1em;
}
    
    
    
/*---------------------footer-----------------------*/
    

    
footer {
      text-align: center;
      padding: 3em;
      color: #47886c;
      font-size: 0.9em;
}


/*---------------------------------------------Media queries----------------------------------------------*/


@media screen and (min-width: 600px) {

#logos {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}
#UBA {
    width: 80%;
}
#DGPC {
    width: 100%; 
}


#EnlacesNAV ul {
    display: flex;
    list-style: none;
    font-size: 0.8em;
    justify-content: space-evenly;
}
#EnlacesNAV ul a { 
    padding: 0em;
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
}

#LinksGrupo nav ul {
    display: flex;
    justify-content: center;
    padding-top: 2em;
    font-family: serif;
    list-style: none;
}
#LinksGrupo nav ul a {
    
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
    font-size: 0.9em;
    padding: 0.5em;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px 20px 20px;
    box-shadow:  1rem 1rem 2rem 0rem rgb(2 2 2 / 20%);
}

/*-----------------------Main-----------------------*/

.Alumna {
    display: flex;
    justify-content: center;
}
.Alumna p img {
    border-radius: 10em;
    background-color: #ffffff;
    padding: 0.4em;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
#InfoPersonal h1 {
    margin-left: 2em;
    margin-top: 2em;
    color: #47886c;
}
#InfoPersonal ul{
    list-style: none;
    color: #47886c;
    font-size: 0.9em;
}

main 
    
#CARRERA {
    width: 60%;
    height: 65%;
}

#CARRERA h3 {
    font-size: 0.8em;
}
#CARRERA ul {
    font-size: 1em;
}

#CARRERA p {
    font-size: 1em;
}

#HOBBIES {
    width: 60%;
    height: 58%;
}
#HOBBIES ul {
    font-size: 1em;
}

#TRABAJO {
    width: 60%;
}
#TRABAJO p {
    font-size: 1em;
}
    
    
    
/*---------------------footer-----------------------*/
    

    
footer {
      text-align: center;
      padding: 3em;
      color: #47886c;
      font-size: 0.9em;
}    


}/*---------------------------------------Fin de @media min-width: 600px-------------------------------------------*/

@media screen and (min-width: 800px) {
    
#Columnas {
    display: flex;
}
#CARRERA {
    width: 20%;
    height: 20%;
    padding: 1.5%;
    border-radius: 2rem;
    margin: 3%;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
#CARRERA h2 {
    margin-top: 1.4em;
    font-size: 1.5em;
}
#CARRERA h3{
    font-size: 0.8em;
    margin-top: 1em;
    margin-bottom: 0.2em;
    color: #45524c;
}
#CARRERA ul {
    margin-left: 5em;
    color: #45524c;
    font-size: 1em;
}
#CARRERA p {
    font-size: 1em;
    padding: 0em;
    margin-left: 3em;;
    margin-bottom: 6em;
    font-weight: 500;
    width: 85%;
    color: #45524c;
}

#HOBBIES {
    width: 48%;
    height: 20%;
    background-color: #ddf5eb;
    padding: 5%;
    border-radius: 2rem;
    margin: 3%;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}
#HOBBIES h2{
    margin-top: 0.2em;
    align-content: center;
    text-align-last: center;
    font-family: sans-serif;
    font-size: 1.5em;
    color: #45524c;
} 
#HOBBIES li {
    text-align-last: left;
    align-content: center;
    color: #45524c;
    font-size: 1em;
}
#HOBBIES li a{
    font-size: 1em;    
}

#TRABAJO {
    width: 45%;
    background-color: #ddf5eb;
    background-size: 1em;
    padding: 4%;
    margin: auto;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 2rem 0rem rgb(2 2 2 / 50%);
}   
#TRABAJO h2 {
    margin-top: 0.2em;
    align-content: center;
    text-align-last: center;
    font-family: sans-serif;
    font-size: 1.5em;
    color: #45524c;
}
#TRABAJO p {
    align-content: center;
    text-align: left;
    color: #45524c;
    font-size: 1em;
}  

footer {
      text-align: center;
      padding: 6em;
      color: #47886c;
}    
    
}/*------------------------------------Fin de @media min-width: 800px-----------------------------------------*/

@media screen and (min-width: 1000px) {

    
#LogosNavs {
    display:flex;
    justify-content: space-between;
}
header {
    padding-top: 4em;
    padding-bottom: 1em;
}

#logos {
    display: block;
    margin-left: 4em;
    width: 30%;
    margin-top: 1em;
}
#DGPC {
    width: 30%;
}


#EnlacesNAV ul {
    display: flex;
    list-style: none;
    font-size: 0.8em;
    justify-content: space-between;
}
#EnlacesNAV ul a { 
    padding: 1.5em;
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
}


#LinksGrupo nav {
    margin-right: 2em;
}
#LinksGrupo nav ul {
    font-family: serif;
    list-style: none;
    text-align-last: right;
    display:grid;
    grid-template-rows: 35px 35px;
}
#LinksGrupo nav ul a {
    text-decoration: none;
    font-family: sans-serif;
    color: #8a918e;
    font-size: 0.9em;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0.5em;
    border-radius: 20px 20px 20px;
    box-shadow:  1rem 1rem 2rem 0rem rgb(2 2 2 / 20%);
}

#Video {
    border-radius: 20px 20px 20px;
    justify-content: center;
    }
    
    
}/*-----------------------------------Fin de @media min-width 1000 px-------------------------------------------*/

    




