    body {
font-family: 'Baloo 2', cursive;
      background-color: #f2f2f2;
      margin: 0;
      color: #006064;
    }
    .container {
      width: 70%;
      margin: auto;
      background-color: #fff;
      padding: 50px;
     
    }
    h1 {
      text-align: center;
      color: #264eb4;
    }
    
     .leccion {
      background-color: #fff;
    }
     .leccion h3 {
      cursor: pointer;
      display: flex;
      align-items: center;
      font-size: 1.2em;
      font-weight: 200;
      margin-left: 20px;

    }
    .texto{
      text-align: center;
      margin-bottom: 20px;
    }
    h2{
    font-family: 'Baloo 2', cursive;


      
    }
    
   
    .nivels h2{
      cursor: pointer;
      transition: 0.3s ease;
      font-family: 'Baloo 2', cursive;
       padding-top: 20px;
      font-weight: bolder;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 19px;
      
    }
   
  
    
    .nivels{
      transition: 0.3s ease;
      display: flex;
      cursor: pointer;
      margin-bottom: 20px;
      align-items: center;
      border-radius: 10px;
      padding-right: 20px;
      border-radius: 10px;
      color: #006064;
      

    }
    h2 img{
      width: 100px;
    }

   
    .texto {
      margin-top: -40px;

    }
    .texto p, h2,img{
     padding: 0px;
     margin: 0px;
    }


    .juegos {
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
      padding-left: 20px;
    }
    .juego {
      background-color: #f2f2f2;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-size: 0.95em;
      gap: 5px;
      transition: 0.3s ease;
      text-decoration: none;
      color: #006064;
      padding: 10px;
      text-align: left;
    }
    .juego:hover {
      background-color: #b2ebf2;
    }
    .material-symbols-outlined {
      font-size: 1.2em;
    }
    .hidden {
      display: none;
    }
    .completed {
      background-color: #c8e6c9 !important;
      color: #2e7d32;
    }
.icono{
  width: 50px;
  margin-right: 12px;
}

/* Logo principal */
.logo {
  margin: auto;
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #006064;
  padding: 10px 20px;
  font-family: 'Baloo 2', cursive;
  color: #fff;
  padding: 0 50px;
}

/* Imagen del logo */
.logo-img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

/* Menú principal */
.symbols {
  display: flex;
  gap: 20px;
}

.symbols p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.symbols .material-symbols-outlined {
  color: #fff;
}

/* Botón del menú para móviles */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle .material-symbols-outlined {
  font-size: 30px;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .symbols {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  .symbols.responsive {
    display: flex;
    text-align: right;
  }

  .menu-toggle {
    display: block;
  }

  .logo {
    flex-direction: row;
    align-items: center;
  }
  
}


.Symbols {
  display: flex;
  gap: 40px;
}
.textos h2{
  margin-top: -50px;
  width: 100%;
  font-size: 20px ;
  color: #006064;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;


}
.containr{
  width: 70%;
   margin: auto;
  padding: 50px;
  background-color: #fff;
}
.juego p{
  color: #333;
}

@media screen and (max-width:700px){
  .container{
    width: 100%;
  }
  .logo{
    width: 100%;
  }
  .containr{
    width: 100%;
  }
  
  
}

