/* selector{propiedad:valor;} */

/* fuente */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:wght@300;400;700&display=swap');
*{margin: 0%; padding: 0%;}

body
{
    background-color: #eee2e4; 
}

header{
    width: 100%;
    height: 5rem;
    background-color: #e9d4d4; 
    display: flex; 
    justify-content: center;
    
    font-size: small;
    font-style: italic;
    font-size: large;
    justify-content: space-between;
    list-style-type: none;
    text-decoration: none;
}

header nav ul li {
    display: inline-block;
    list-style: none;
}


    header nav ul li {
    flex-direction: column;
    align-items: center;
    }
header nav ul {
    list-style-type: none;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
    margin-top: 1%;
    
}

header nav ul li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
}

header nav ul li a {
    
    text-decoration: none;
    font-family: lato; 
    font-size: 1rem; 
    color: rgb(103, 100, 58); 
    font-style: normal; 
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


    section div img {
    justify-items: center;
    justify-content: center;
    width: 20%;
    border-radius: 50%;
    flex-direction: column;
    padding: 2% 40%;
    
   
    }


    .foto {
    padding: 2% 35%; 
    width: 40%; 
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }




    .nombre-completo {
    display: flex;
    font-family: lato;
    font-style: normal;
    font-size: 24px;
    margin-top: 3%;
    justify-content: center;
    color: rgb(103, 100, 58);
   
    }

    .Materia
    {
    display: flex;
    font-family: lato;
    font-style: italic;
    font-size: 24px;
   justify-content: center;
   color: rgb(103, 100, 58);

   }


   main div section
   {display: flex;
justify-content: center;
gap: 1rem;
padding-top: 5%;
padding-bottom: 5%;
display: flex;
justify-content: space-between; margin-inline-start: 10%;
margin-inline-end: 10%;}


    main div section article h2
   {
    display: flex;
    font-family: lato;
    font-style: normal;
    font-size: 1.2rem;
   justify-content: center;
   color: rgb(103, 100, 58);
   padding: 2% 2% 2% 2%;
   

    }

     main div section article li
    {
    display: flex;
    font-family: lato;
    font-style: normal;
    font-size: 0.9rem;
    justify-content: center;
    color: rgb(103, 100, 58);

    }

     section h3 {display: flex;
    font-family: lato;
    font-style: normal;
    font-size: 1.5rem;
    justify-content: center;
    color: rgb(103, 100, 58);
    background-color: #e9d4d4;
    width: 100%; height: 20%;}
   

    section article nav ul li
    {
    
    display: flex;
    font-family: lato;
    font-style: normal;
    font-size: 0.9rem;
   justify-content: center;
   color: rgb(103, 100, 58);

   }

    section article section article nav ul
   {   
    background-color: #e9d4d4; width: 90%; height: 20%;
    display: flex; 
    gap: 1rem;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
   
   }

section article section article nav ul li a
  {
    text-decoration: none;
    font-size: 0.9rem;
    justify-content: center;
    color: rgb(103, 100, 58);;
  }


  section ul li strong
  {
    display: flex;
    font-family: lato;
    font-style: italic;
    font-size: 0.9rem;
    color: rgb(103, 100, 58);
    display: block;
    unicode-bidi: isolate;
    justify-content: center;
    padding: 2% 0% 0% 2%;
  }


 p {
    font-family: lato;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    color: rgb(103, 100, 58);
    margin-top: 3%;
    margin-bottom: 1%;
    
}




    footer
    {color: rgb(103, 100, 58);
        font-family: lato;
        font-size: 0.7rem;
        text-align: center;
        justify-content: center;
        margin-bottom: 5%;
    }

    @media (max-width: 800px) {

       /* .primer-año {
        flex-direction: column;
        align-items: center;
    
    
        }*/
        header{
            width: 100%;
            height: 5rem;
            background-color: #e9d4d4; 
            display: flex; 
            justify-content: center;
            padding: 0%;
            font-size: small;
            font-style: italic;
            font-size: large;
            justify-content: space-between;
            list-style-type: none;
            text-decoration: none;
        }
        header nav ul li a {
            text-decoration: none;
            font-family: lato;
            font-size: 1rem;
            color: rgb(103, 100, 58);
            font-style: normal;
            display: block;
            list-style-type: disc;
            padding-inline-start: 1rem;
            unicode-bidi: isolate;
        }
        }