@charset "utf-8";


/*primero mobile*/
html {
    font-size: 10px;  
    height: vh100;
    font-family: sans-serif;
}


body {
    background-color: snow; 
    margin: 50;
    padding: 0;

}


header nav ul li a:hover {
    color: white;
    background-color: black
}

.destaque{
    background-color: black;
    color: white;
    font-weight: bold
}



footer { 
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 1rem;
    background: black;
    color: white
    
}


.pie {
    margin: 1em;
}

#linea {
    padding-bottom: 1em;
    border-bottom: 1.5px solid #58585B;
}

#titulos {
    background-color: black;
    height: 19em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
}


#foto {
    display: flex;
    justify-content: center;
    width: 100;
    max-width: 100%;
    height: auto;
    border: 5px solid aquamarine;
    border-radius: 50%;
    
}


h1 {
    padding: 1rem;
    font-family: monospace;
    text-align: center;
    color: aquamarine;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
   
    
}

hr {
    width: 160px;
    margin-top: 1em;
    
}


hr2 {
    margin: 1em;
    color: grey;     
}
    
.datos {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    margin: 1em;
    padding-bottom: 1em;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
    width: 300px;
    font-family: sans-serif;
    text-align: center
    
   
}

.personales {
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    font-family: sans-serif
    
} 



h2 {
    font-weight: 900;
    margin-top: 6em;
    margin-bottom: 1em;
    font-family: monospace;
    font-size:16px;
    color: dimgray;
    background-color: aquamarine; 
    text-align: center;
    font-weight: lighter;
    clear: left;
    font-weight: bold    
}

h3 {padding: 1rem;
    font-family: monospace;
    color: gray;
    font-size: 1.8rem;
    background: aquamarine;
}

h4 {
    font-family: monospace;
    color: gray;
    font-size: 1.8rem;
    
}


h5 {
    font-weight: 900;
    margin-top: 6em;
    margin-bottom: 1em;
    font-family: monospace;
    font-size:16px;
    color: dimgray;
    background-color: gainsboro; 
    text-align: center;
    font-weight: lighter;
    clear: left;
    font-weight: bold    
}


p#descripcion {
    text-align: center;
    font-size: 13px;
    font-family: sans-serif
}
ul{
    font-family: monospace;
    font-weight:200;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 0 0.5rem 0;
}

header nav ul li a {
    color: grey;
    font-size: 1.8rem;
    text-decoration: none;
    display:block;
    background-color: gainsboro;
    text-align: center;
    width: 100%;
    margin: auto;
    height: 3rem;
    line-height: 3rem;

}



/*escritorio*/