* {padding: 0px;
    margin: 0px;
background-color: #7b7777;
box-sizing: border-box}
    
nav div{
    
    background-color: #535353;
   
}

nav div a {
    font-family: "archivo narrow", sans-serif;
    font-size: 1.5rem;
    color: #f89b50;
  
    text-decoration: none;
    background-color: #535353;
    display: block;
    padding: 0.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

header img {

    margin-top: 0.3rem;

    background-color: #535353;    
}

header{
    position: fixed;
    z-index: 999;
    width: 100%;
}

#destacado{
    text-shadow: 0.1rem 0.1rem 2rem #f89b50;
}

main div{
    
    background-color: #bfbfbf;
  
    
    padding-bottom: 0.1rem;
    
        
}

#fotoperfil{

   
    height: 20rem;
    width: 25rem;
    border-radius:10%;
    margin: auto;
   
    }

h2{
  
    text-align: center;
    padding-top: 5rem; 
    font-family: "archivo black", sans-serif;
    font-size: 3rem;
    letter-spacing: 1rem;
    line-height: 1;
    background-color: #f89b50;
    color: #535353;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
     
    }

.texto {
    font-family: "archivo narrow", sans-serif;
    text-decoration: none;
    font-size: 1.3rem;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    list-style: none;
    background-color: #bfbfbf;
}

#materias {
    font-family: "archivo narrow", sans-serif;
    text-decoration: none;
    font-size: 2rem;
    width: 40%;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    list-style: none;
    background-color: #bfbfbf;
}

ul li{
    background-color: #bfbfbf;
}

a{
    background-color: #bfbfbf;
}

h3 {
    font-family: "archivo black", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.5rem;
        background-color: #f89b50;
    color: #535353;
    text-align: center;
   
    
}

h4{
 
    font-family: "archivo narrow", sans-serif;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    background-color: transparent;
    text-align: center;
    margin-bottom: 3rem;
   
}

h5{
 
    font-family: "archivo narrow", sans-serif;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    background-color: transparent;
    text-align: center;
    
    
   
}

    
#parientes {
    text-decoration: none;
    color:black;
    font-size: 1.2rem;
    
}


.frames{

    height: 18.2540625rem;
    width: auto;
    border-radius: 2%;
    background-color: #bfbfbf;
    margin: auto;
    
}

.cajaframes {
    
    margin: auto;
}

footer {
    margin-top: rem;
    height: 6rem;
    text-align: center;
    background-color: #f89b50;

   
}

footer p {
       
    font-family: "archivo black", sans-serif;
    color:#535353;
    background-color: transparent;
  
    

}

nav div{
display: flex;


    justify-content: space-between;
    align-items: center;
  
    
}

main div {
    display:flex;
    flex-direction: column;
}

#trabajos {
    background-color: #f89b50;
    height: 5rem;
    margin-bottom: 3rem;
}



