*{
  font-family: 'Oswald', sans-serif;
  font-size: 70%;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;

}

body {
  text-align:center;
  background: #ffffff;
}


.header{
 text-align: center;
 justify-content: space-around;
}

 
img{
  width: 200px;
  height: 200px;
  border: solid 3px #000000;
  display:inline-flex; 
  justify-content:center;
}


nav ul{
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: space-around;
  column-count: 7;
  font-size: 3rem;
  padding:0.5rem 2rem 0.5rem 10rem; 
  margin: 0.5rem 0rem 0.5rem 0rem;

}

nav ul li{
  text-align: center;
  padding: 0rem;
}

nav ul li a{
  background: #000000;
  color: #ffffff;
  
  display: flex;
}

nav ul li a:hover{
  background: #fed201;
  color:#000000;
}


hr{
  border: solid 0,5px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}


h1{
  font-size: 3rem;
  font-weight: 300;
}

.titulo{
  margin-top: 2rem;
}

h3{
  font-size: 2rem;
  text-align: left;
}

.titulo h3{
  margin-bottom: 0,5rem;
}

.niveles{
  column-count: 3;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content:space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-around;
  margin-left: 1rem;
  margin-right: 1rem;
  
}

.niveles h3{
  border-bottom: solid 1px;
  border: solid 2px #000000; 
  background: #ffffff;
  padding: 1rem 6rem 1rem 6rem;
  
}


.nivel01{
  padding: 2rem;
  border: solid 2px #000000; 
  color: #000000;
  background: #35b174;
}

.nivel02{
  padding: 2rem;
  border: solid 2px #000000; 
  color: #000000;
  background: #fb7f9d;
}

.nivel03{
  padding: 2rem;
  border: solid 2px #000000;  
  color: #000000;
  background: #2f4ca5;
}

.listadomat{
  background: #ffffff;
  list-style-type: square;
  text-align: left;
  font-size: 2rem;
  padding: 2rem;
  border: solid 2px #000000;
  margin-bottom: 1rem; 

}

.datos{

  column-count: 2;

  display: flex;
  justify-content:space-around;

  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 3rem;
  padding:2rem;
  border-radius: 1.5rem;
  border: solid 2px #000000;
}

.datos h3{
  font-size: 1rem;

}

.listdatos{
  list-style-type: square;
  text-align: left;
}

.descrip-tema{
  font-size: 2rem;
  margin: 2rem 0rem 2rem 0rem;
  border-radius: 1.5rem;
  border: solid 2px #000000;
}

.descrip{
 text-align: center;
 padding: 2rem 1rem 2rem 1rem;

}

.descrip h3{
 font-size: 1.5rem;
 text-align: center;

}

footer{
  color: #ffffff;
  background: #000000;
  font-size:1rem;
  padding: 2rem;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 50rem) {


nav ul{
  font-size: 1rem;
}

img{
  width: 100px;
  height: 100px;
}

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

.nivel01{
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.nivel02{
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.nivel03{
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.datos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: left;
  align-content: space-around;
  font-size: 2.75rem;
 }

 .datos h3{
  font-size: 2rem;
}

footer{
    font-size:.75rem;
}