@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap');

{
    margin: 0%;
    padding 0;
    box-sizing: border-box;
    text-decoration: none;
}



body {background: #ffffff; 
    font-family: 'Source Sans Pro', sans-serif; 
    text-align: center; 
    font-size: 0.8rem ;} 

a {
    text-decoration: none; 
    color: black;
}


header { background: #778e80; text-align: center; font-family: 'Source Sans Pro', sans-serif; }

h1 { color: #ffffff; text-align: center; font-size: 2rem;margin: 0%;
    padding 0; 
font-family: 'Source Sans Pro', sans-serif;
}


h2 { color: #000000; text-align: center; font-style: bold; font-size: 2rem; }

p { color: #957c5f; text-align: center} 

img {
    top: 4rem;
    border: 0.2rem solid #778e80;
    border-radius: 50%;
    margin-bottom: -3rem;
}
 
nav { background: #e3e3e3; margin-bottom: 2rem; margin-top: 2rem;  
font-size: 1rem; font-family: 'Source Sans Pro', sans-serif; 
    padding: 1rem;
}

.nav:hover { background: #778e80;

}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline;
    padding: 1rem;
}

footer p { color: #9b9b9b;
   display: block;
    text-align: center;
    margin-left: 5rem;
    margin-right: 5rem;
}

.nivel2 .italic 
{ color: #9b9b9b; font-family: 'Source Sans Pro', sans-serif; font-style: italic; font-size: 0.8rem;
    }

.nivel3 .italic { 
    color: #9b9b9b; font-family: 'Source Sans Pro', sans-serif; font-style: italic; font-size: 0.8rem;
    }
   
section2 { 
    color: #000000; font-weight: 200
    }


.nivel1 { 
background: #d8e5dd;
width: 15%;
margin: 5%;
padding: 5%; 
border: 0.1rem solid #000000;
border-radius: 2rem; 
   
}


.nivel2 { 
background: #d8e5dd;
width: 15%;
margin: 5%;
padding: 5%; 
border: 0.1rem solid #000000;
border-radius: 2rem; 
   
}


.nivel3 { 
background: #d8e5dd;
width: 15%;
margin: 5%;
padding: 5%; 
border: 0.1rem solid #000000;
border-radius: 2rem; 
   
}


.niveles {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: center;
}


.contenedor { max-width: 75rem;
             margin: auto;
    
}